@@ -549,12 +549,12 @@ def validate_schema_message(parent, validate_message_request_object = nil, field
549549 # object. Note that for REST API requests, you must specify a name in the
550550 # request.
551551 # @param [String] name
552- # Required. Identifier. User-provided name for this snapshot. If the name is not
553- # provided in the request, the server will assign a random name for this
554- # snapshot on the same project as the subscription. Note that for REST API
555- # requests, you must specify a name. See the [resource name rules](https://cloud.
556- # google.com/pubsub/ docs/pubsub-basics#resource_names). Format is `projects/`
557- # project`/snapshots/` snap``.
552+ # Required. User-provided name for this snapshot. If the name is not provided in
553+ # the request, the server will assign a random name for this snapshot on the
554+ # same project as the subscription. Note that for REST API requests, you must
555+ # specify a name. See the [resource name rules](https://cloud.google.com/pubsub/
556+ # docs/pubsub-basics#resource_names). Format is `projects/`project`/snapshots /`
557+ # snap``.
558558 # @param [Google::Apis::PubsubV1::CreateSnapshotRequest] create_snapshot_request_object
559559 # @param [String] fields
560560 # Selector specifying which fields to include in a partial response.
@@ -594,8 +594,8 @@ def create_snapshot(name, create_snapshot_request_object = nil, fields: nil, quo
594594 # with the same name, but the new one has no association with the old snapshot
595595 # or its subscription, unless the same subscription is specified.
596596 # @param [String] snapshot
597- # Required. Identifier. The name of the snapshot to delete. Format is `projects/`
598- # project`/ snapshots/`snap``.
597+ # Required. The name of the snapshot to delete. Format is `projects/`project`/
598+ # snapshots/`snap``.
599599 # @param [String] fields
600600 # Selector specifying which fields to include in a partial response.
601601 # @param [String] quota_user
@@ -629,8 +629,8 @@ def delete_project_snapshot(snapshot, fields: nil, quota_user: nil, options: nil
629629 # acknowledgment state of messages in an existing subscription to the state
630630 # captured by a snapshot.
631631 # @param [String] snapshot
632- # Required. Identifier. The name of the snapshot to get. Format is `projects/`
633- # project`/ snapshots/`snap``.
632+ # Required. The name of the snapshot to get. Format is `projects/`project`/
633+ # snapshots/`snap``.
634634 # @param [String] fields
635635 # Selector specifying which fields to include in a partial response.
636636 # @param [String] quota_user
@@ -708,8 +708,8 @@ def get_project_snapshot_iam_policy(resource, options_requested_policy_version:
708708 # message acknowledgments in bulk. That is, you can set the acknowledgment state
709709 # of messages in an existing subscription to the state captured by a snapshot.
710710 # @param [String] project
711- # Required. Identifier. The name of the project in which to list snapshots.
712- # Format is ` projects/`project-id``.
711+ # Required. The name of the project in which to list snapshots. Format is `
712+ # projects/`project-id``.
713713 # @param [Fixnum] page_size
714714 # Optional. Maximum number of snapshots to return.
715715 # @param [String] page_token
@@ -948,8 +948,8 @@ def create_subscription(name, subscription_object = nil, fields: nil, quota_user
948948 # but the new one has no association with the old subscription or its topic
949949 # unless the same topic is specified.
950950 # @param [String] subscription
951- # Required. Identifier. The subscription to delete. Format is `projects/`project`
952- # / subscriptions/`sub``.
951+ # Required. The subscription to delete. Format is `projects/`project`/
952+ # subscriptions/`sub``.
953953 # @param [String] fields
954954 # Selector specifying which fields to include in a partial response.
955955 # @param [String] quota_user
@@ -1013,8 +1013,8 @@ def detach_project_subscription(subscription, fields: nil, quota_user: nil, opti
10131013
10141014 # Gets the configuration details of a subscription.
10151015 # @param [String] subscription
1016- # Required. Identifier. The name of the subscription to get. Format is `projects/
1017- # `project`/ subscriptions/`sub``.
1016+ # Required. The name of the subscription to get. Format is `projects/`project` /
1017+ # subscriptions/`sub``.
10181018 # @param [String] fields
10191019 # Selector specifying which fields to include in a partial response.
10201020 # @param [String] quota_user
@@ -1089,8 +1089,8 @@ def get_project_subscription_iam_policy(resource, options_requested_policy_versi
10891089
10901090 # Lists matching subscriptions.
10911091 # @param [String] project
1092- # Required. Identifier. The name of the project in which to list subscriptions.
1093- # Format is ` projects/`project-id``.
1092+ # Required. The name of the project in which to list subscriptions. Format is `
1093+ # projects/`project-id``.
10941094 # @param [Fixnum] page_size
10951095 # Optional. Maximum number of subscriptions to return.
10961096 # @param [String] page_token
@@ -1436,8 +1436,8 @@ def create_topic(name, topic_object = nil, fields: nil, quota_user: nil, options
14361436 # subscriptions. Existing subscriptions to this topic are not deleted, but their
14371437 # `topic` field is set to `_deleted-topic_`.
14381438 # @param [String] topic
1439- # Required. Identifier. Name of the topic to delete. Format is `projects/`
1440- # project`/topics/` topic``.
1439+ # Required. Name of the topic to delete. Format is `projects/`project`/topics /`
1440+ # topic``.
14411441 # @param [String] fields
14421442 # Selector specifying which fields to include in a partial response.
14431443 # @param [String] quota_user
@@ -1467,8 +1467,8 @@ def delete_topic(topic, fields: nil, quota_user: nil, options: nil, &block)
14671467
14681468 # Gets the configuration of a topic.
14691469 # @param [String] topic
1470- # Required. Identifier. The name of the topic to get. Format is `projects/`
1471- # project`/topics/` topic``.
1470+ # Required. The name of the topic to get. Format is `projects/`project`/topics /`
1471+ # topic``.
14721472 # @param [String] fields
14731473 # Selector specifying which fields to include in a partial response.
14741474 # @param [String] quota_user
@@ -1543,8 +1543,8 @@ def get_project_topic_iam_policy(resource, options_requested_policy_version: nil
15431543
15441544 # Lists matching topics.
15451545 # @param [String] project
1546- # Required. Identifier. The name of the project in which to list topics. Format
1547- # is `projects/ `project-id``.
1546+ # Required. The name of the project in which to list topics. Format is `projects/
1547+ # `project-id``.
15481548 # @param [Fixnum] page_size
15491549 # Optional. Maximum number of topics to return.
15501550 # @param [String] page_token
@@ -1622,8 +1622,8 @@ def patch_project_topic(name, update_topic_request_object = nil, fields: nil, qu
16221622 # Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic does
16231623 # not exist.
16241624 # @param [String] topic
1625- # Required. Identifier. The messages in the request will be published on this
1626- # topic. Format is `projects/`project`/topics/`topic``.
1625+ # Required. The messages in the request will be published on this topic. Format
1626+ # is `projects/`project`/topics/`topic``.
16271627 # @param [Google::Apis::PubsubV1::PublishRequest] publish_request_object
16281628 # @param [String] fields
16291629 # Selector specifying which fields to include in a partial response.
0 commit comments