Skip to content
Open
1 change: 1 addition & 0 deletions google-cloud-pubsub-v1/.owlbot-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"proto_docs/google/protobuf/duration.rb",
"proto_docs/google/protobuf/empty.rb",
"proto_docs/google/protobuf/field_mask.rb",
"proto_docs/google/protobuf/struct.rb",
"proto_docs/google/protobuf/timestamp.rb",
"proto_docs/google/pubsub/v1/pubsub.rb",
"proto_docs/google/pubsub/v1/schema.rb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def logger
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
#
# @overload create_subscription(name: nil, topic: nil, push_config: nil, bigquery_config: nil, cloud_storage_config: nil, ack_deadline_seconds: nil, retain_acked_messages: nil, message_retention_duration: nil, labels: nil, enable_message_ordering: nil, expiration_policy: nil, filter: nil, dead_letter_policy: nil, retry_policy: nil, detached: nil, enable_exactly_once_delivery: nil, message_transforms: nil, tags: nil)
# @overload create_subscription(name: nil, topic: nil, push_config: nil, bigquery_config: nil, cloud_storage_config: nil, bigtable_config: nil, ack_deadline_seconds: nil, retain_acked_messages: nil, message_retention_duration: nil, labels: nil, enable_message_ordering: nil, expiration_policy: nil, filter: nil, dead_letter_policy: nil, retry_policy: nil, detached: nil, enable_exactly_once_delivery: nil, message_transforms: nil, tags: nil)
# Pass arguments to `create_subscription` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
Expand All @@ -329,6 +329,9 @@ def logger
# @param cloud_storage_config [::Google::Cloud::PubSub::V1::CloudStorageConfig, ::Hash]
# Optional. If delivery to Google Cloud Storage is used with this
# subscription, this field is used to configure it.
# @param bigtable_config [::Google::Cloud::PubSub::V1::BigtableConfig, ::Hash]
# Optional. If delivery to Bigtable is used with this subscription, this
# field is used to configure it.
# @param ack_deadline_seconds [::Integer]
# Optional. The approximate amount of time (on a best-effort basis) Pub/Sub
# waits for the subscriber to acknowledge receipt before resending the
Expand Down Expand Up @@ -429,6 +432,8 @@ def logger
# resource. For example:
# "123/environment": "production",
# "123/costCenter": "marketing"
# See https://docs.cloud.google.com/pubsub/docs/tags for more information on
# using tags with Pub/Sub resources.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::PubSub::V1::Subscription]
Expand Down Expand Up @@ -513,7 +518,7 @@ def create_subscription request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param subscription [::String]
# Required. Identifier. The name of the subscription to get.
# Required. The name of the subscription to get.
# Format is `projects/{project}/subscriptions/{sub}`.
#
# @yield [response, operation] Access the result along with the RPC operation
Expand Down Expand Up @@ -689,8 +694,8 @@ def update_subscription request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param project [::String]
# Required. Identifier. The name of the project in which to list
# subscriptions. Format is `projects/{project-id}`.
# Required. The name of the project in which to list subscriptions.
# Format is `projects/{project-id}`.
# @param page_size [::Integer]
# Optional. Maximum number of subscriptions to return.
# @param page_token [::String]
Expand Down Expand Up @@ -791,7 +796,7 @@ def list_subscriptions request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param subscription [::String]
# Required. Identifier. The subscription to delete.
# Required. The subscription to delete.
# Format is `projects/{project}/subscriptions/{sub}`.
#
# @yield [response, operation] Access the result along with the RPC operation
Expand Down Expand Up @@ -1359,7 +1364,7 @@ def modify_push_config request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param snapshot [::String]
# Required. Identifier. The name of the snapshot to get.
# Required. The name of the snapshot to get.
# Format is `projects/{project}/snapshots/{snap}`.
#
# @yield [response, operation] Access the result along with the RPC operation
Expand Down Expand Up @@ -1449,7 +1454,7 @@ def get_snapshot request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param project [::String]
# Required. Identifier. The name of the project in which to list snapshots.
# Required. The name of the project in which to list snapshots.
# Format is `projects/{project-id}`.
# @param page_size [::Integer]
# Optional. Maximum number of snapshots to return.
Expand Down Expand Up @@ -1562,10 +1567,10 @@ def list_snapshots request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
# Required. Identifier. User-provided name for this snapshot. If the name is
# not provided in the request, the server will assign a random name for this
# snapshot on the same project as the subscription. Note that for REST API
# requests, you must specify a name. See the [resource name
# Required. User-provided name for this snapshot. If the name is not provided
# in the request, the server will assign a random name for this snapshot on
# the same project as the subscription. Note that for REST API requests, you
# must specify a name. See the [resource name
# rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names).
# Format is `projects/{project}/snapshots/{snap}`.
# @param subscription [::String]
Expand All @@ -1586,6 +1591,8 @@ def list_snapshots request, options = nil
# resource. For example:
# "123/environment": "production",
# "123/costCenter": "marketing"
# See https://docs.cloud.google.com/pubsub/docs/tags for more information on
# using tags with Pub/Sub resources.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::PubSub::V1::Snapshot]
Expand Down Expand Up @@ -1771,7 +1778,7 @@ def update_snapshot request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param snapshot [::String]
# Required. Identifier. The name of the snapshot to delete.
# Required. The name of the snapshot to delete.
# Format is `projects/{project}/snapshots/{snap}`.
#
# @yield [response, operation] Access the result along with the RPC operation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ def logger
# resource. For example:
# "123/environment": "production",
# "123/costCenter": "marketing"
# See https://docs.cloud.google.com/pubsub/docs/tags for more information on
# using tags with Pub/Sub resources.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::PubSub::V1::Topic]
Expand Down Expand Up @@ -485,8 +487,8 @@ def update_topic request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param topic [::String]
# Required. Identifier. The messages in the request will be published on this
# topic. Format is `projects/{project}/topics/{topic}`.
# Required. The messages in the request will be published on this topic.
# Format is `projects/{project}/topics/{topic}`.
# @param messages [::Array<::Google::Cloud::PubSub::V1::PubsubMessage, ::Hash>]
# Required. The messages to publish.
#
Expand Down Expand Up @@ -573,7 +575,7 @@ def publish request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param topic [::String]
# Required. Identifier. The name of the topic to get.
# Required. The name of the topic to get.
# Format is `projects/{project}/topics/{topic}`.
#
# @yield [response, operation] Access the result along with the RPC operation
Expand Down Expand Up @@ -659,7 +661,7 @@ def get_topic request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param project [::String]
# Required. Identifier. The name of the project in which to list topics.
# Required. The name of the project in which to list topics.
# Format is `projects/{project-id}`.
# @param page_size [::Integer]
# Optional. Maximum number of topics to return.
Expand Down Expand Up @@ -949,7 +951,7 @@ def list_topic_snapshots request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param topic [::String]
# Required. Identifier. Name of the topic to delete.
# Required. Name of the topic to delete.
# Format is `projects/{project}/topics/{topic}`.
#
# @yield [response, operation] Access the result along with the RPC operation
Expand Down
35 changes: 8 additions & 27 deletions google-cloud-pubsub-v1/lib/google/pubsub/v1/pubsub_pb.rb

Large diffs are not rendered by default.

26 changes: 2 additions & 24 deletions google-cloud-pubsub-v1/lib/google/pubsub/v1/schema_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading