@@ -775,7 +775,7 @@ class MessageTransform
775775 # A topic resource.
776776 # @!attribute [rw] name
777777 # @return [::String]
778- # Required. The name of the topic. It must have the format
778+ # Required. Identifier. The name of the topic. It must have the format
779779 # `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter,
780780 # and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`),
781781 # underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent
@@ -922,7 +922,7 @@ class AttributesEntry
922922 # Request for the GetTopic method.
923923 # @!attribute [rw] topic
924924 # @return [::String]
925- # Required. The name of the topic to get.
925+ # Required. Identifier. The name of the topic to get.
926926 # Format is `projects/{project}/topics/{topic}`.
927927 class GetTopicRequest
928928 include ::Google ::Protobuf ::MessageExts
@@ -948,8 +948,8 @@ class UpdateTopicRequest
948948 # Request for the Publish method.
949949 # @!attribute [rw] topic
950950 # @return [::String]
951- # Required. The messages in the request will be published on this topic.
952- # Format is `projects/{project}/topics/{topic}`.
951+ # Required. Identifier. The messages in the request will be published on this
952+ # topic. Format is `projects/{project}/topics/{topic}`.
953953 # @!attribute [rw] messages
954954 # @return [::Array<::Google::Cloud::PubSub::V1::PubsubMessage>]
955955 # Required. The messages to publish.
@@ -972,7 +972,7 @@ class PublishResponse
972972 # Request for the `ListTopics` method.
973973 # @!attribute [rw] project
974974 # @return [::String]
975- # Required. The name of the project in which to list topics.
975+ # Required. Identifier. The name of the project in which to list topics.
976976 # Format is `projects/{project-id}`.
977977 # @!attribute [rw] page_size
978978 # @return [::Integer]
@@ -1068,7 +1068,7 @@ class ListTopicSnapshotsResponse
10681068 # Request for the `DeleteTopic` method.
10691069 # @!attribute [rw] topic
10701070 # @return [::String]
1071- # Required. Name of the topic to delete.
1071+ # Required. Identifier. Name of the topic to delete.
10721072 # Format is `projects/{project}/topics/{topic}`.
10731073 class DeleteTopicRequest
10741074 include ::Google ::Protobuf ::MessageExts
@@ -1097,7 +1097,7 @@ class DetachSubscriptionResponse
10971097 # using API methods. At most one of these fields may be set.
10981098 # @!attribute [rw] name
10991099 # @return [::String]
1100- # Required. The name of the subscription. It must have the format
1100+ # Required. Identifier. The name of the subscription. It must have the format
11011101 # `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must
11021102 # start with a letter, and contain only letters (`[A-Za-z]`), numbers
11031103 # (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`),
@@ -1702,7 +1702,7 @@ class ReceivedMessage
17021702 # Request for the GetSubscription method.
17031703 # @!attribute [rw] subscription
17041704 # @return [::String]
1705- # Required. The name of the subscription to get.
1705+ # Required. Identifier. The name of the subscription to get.
17061706 # Format is `projects/{project}/subscriptions/{sub}`.
17071707 class GetSubscriptionRequest
17081708 include ::Google ::Protobuf ::MessageExts
@@ -1725,8 +1725,8 @@ class UpdateSubscriptionRequest
17251725 # Request for the `ListSubscriptions` method.
17261726 # @!attribute [rw] project
17271727 # @return [::String]
1728- # Required. The name of the project in which to list subscriptions.
1729- # Format is `projects/{project-id}`.
1728+ # Required. Identifier. The name of the project in which to list
1729+ # subscriptions. Format is `projects/{project-id}`.
17301730 # @!attribute [rw] page_size
17311731 # @return [::Integer]
17321732 # Optional. Maximum number of subscriptions to return.
@@ -1757,7 +1757,7 @@ class ListSubscriptionsResponse
17571757 # Request for the DeleteSubscription method.
17581758 # @!attribute [rw] subscription
17591759 # @return [::String]
1760- # Required. The subscription to delete.
1760+ # Required. Identifier. The subscription to delete.
17611761 # Format is `projects/{project}/subscriptions/{sub}`.
17621762 class DeleteSubscriptionRequest
17631763 include ::Google ::Protobuf ::MessageExts
@@ -2017,10 +2017,10 @@ class SubscriptionProperties
20172017 # Request for the `CreateSnapshot` method.
20182018 # @!attribute [rw] name
20192019 # @return [::String]
2020- # Required. User-provided name for this snapshot. If the name is not provided
2021- # in the request, the server will assign a random name for this snapshot on
2022- # the same project as the subscription. Note that for REST API requests, you
2023- # must specify a name. See the [resource name
2020+ # Required. Identifier. User-provided name for this snapshot. If the name is
2021+ # not provided in the request, the server will assign a random name for this
2022+ # snapshot on the same project as the subscription. Note that for REST API
2023+ # requests, you must specify a name. See the [resource name
20242024 # rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names).
20252025 # Format is `projects/{project}/snapshots/{snap}`.
20262026 # @!attribute [rw] subscription
@@ -2125,7 +2125,7 @@ class LabelsEntry
21252125 # Request for the GetSnapshot method.
21262126 # @!attribute [rw] snapshot
21272127 # @return [::String]
2128- # Required. The name of the snapshot to get.
2128+ # Required. Identifier. The name of the snapshot to get.
21292129 # Format is `projects/{project}/snapshots/{snap}`.
21302130 class GetSnapshotRequest
21312131 include ::Google ::Protobuf ::MessageExts
@@ -2135,7 +2135,7 @@ class GetSnapshotRequest
21352135 # Request for the `ListSnapshots` method.
21362136 # @!attribute [rw] project
21372137 # @return [::String]
2138- # Required. The name of the project in which to list snapshots.
2138+ # Required. Identifier. The name of the project in which to list snapshots.
21392139 # Format is `projects/{project-id}`.
21402140 # @!attribute [rw] page_size
21412141 # @return [::Integer]
@@ -2167,7 +2167,7 @@ class ListSnapshotsResponse
21672167 # Request for the `DeleteSnapshot` method.
21682168 # @!attribute [rw] snapshot
21692169 # @return [::String]
2170- # Required. The name of the snapshot to delete.
2170+ # Required. Identifier. The name of the snapshot to delete.
21712171 # Format is `projects/{project}/snapshots/{snap}`.
21722172 class DeleteSnapshotRequest
21732173 include ::Google ::Protobuf ::MessageExts
0 commit comments