Conversation
| /// The service that an application uses to manipulate topics, and to send | ||
| /// messages to a topic. |
There was a problem hiding this comment.
Found exact source in googleapis: https://github.com/googleapis/googleapis/blob/ef6a532bfd9ab7a944bdedd64c69a2b4042db58b/google/pubsub/v1/pubsub.proto#L45-L46
Seems that the current content in google-cloud-rust is off?
There was a problem hiding this comment.
Sometimes we intervene in the comments:
There was a problem hiding this comment.
these override are not included in migrated librarian.yaml:
google-cloud-rust/src/pubsub/src/generated/gapic/.sidekick.toml
Lines 50 to 60 in cde7484
| /// The service that an application uses to manipulate subscriptions and to | ||
| /// consume messages from a subscription via the `Pull` method or by | ||
| /// establishing a bi-directional stream using the `StreamingPull` method. |
There was a problem hiding this comment.
| /// | ||
| /// ```norust | ||
| /// - "projects/<project-id>", e.g. "projects/tokyo-rain-123" | ||
| /// - "folders/<folder-id>", e.g. "folders/1234" | ||
| /// - "organizations/<organization-id>", e.g. "organizations/1234" | ||
| /// ``` | ||
| /// | ||
| /// The `supports_under` field of the associated `Constraint` defines whether | ||
| /// |
There was a problem hiding this comment.
@ldetmer do you think this in anyway related to googleapis/librarian#3284?
|
Aside: is it possible to work out of a fork, instead of branching in the We try not to pollute the branches in the main repository. And I am not sure we have the right branch protections in place. |
This is a test PR to show differences in
librarian generate --allfromsidekick refresh-all.For more context googleapis/librarian#3330