From ab249dcd414ba48312150a3fda349563208eab91 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Sat, 11 Jul 2020 00:38:36 +0000 Subject: [PATCH] Autogenerated update (2020-07-11) Update: - displayvideo_v1 - file_v1 - file_v1beta1 - pubsub_v1 - redis_v1 - redis_v1beta1 --- generated/google/apis/displayvideo_v1.rb | 2 +- .../google/apis/displayvideo_v1/classes.rb | 17 ++-- generated/google/apis/file_v1.rb | 2 +- generated/google/apis/file_v1beta1.rb | 2 +- generated/google/apis/pubsub_v1.rb | 2 +- generated/google/apis/pubsub_v1/classes.rb | 52 ++++++------ generated/google/apis/pubsub_v1/service.rb | 79 ++++++++----------- generated/google/apis/redis_v1.rb | 2 +- generated/google/apis/redis_v1beta1.rb | 2 +- 9 files changed, 77 insertions(+), 83 deletions(-) diff --git a/generated/google/apis/displayvideo_v1.rb b/generated/google/apis/displayvideo_v1.rb index a71a86790..7f26cf581 100644 --- a/generated/google/apis/displayvideo_v1.rb +++ b/generated/google/apis/displayvideo_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://developers.google.com/display-video/ module DisplayvideoV1 VERSION = 'V1' - REVISION = '20200707' + REVISION = '20200709' # Create, see, edit, and permanently delete your Display & Video 360 entities and reports AUTH_DISPLAY_VIDEO = 'https://www.googleapis.com/auth/display-video' diff --git a/generated/google/apis/displayvideo_v1/classes.rb b/generated/google/apis/displayvideo_v1/classes.rb index 5482eb553..5ba2613e2 100644 --- a/generated/google/apis/displayvideo_v1/classes.rb +++ b/generated/google/apis/displayvideo_v1/classes.rb @@ -6875,9 +6875,10 @@ module Google attr_accessor :max_average_cpm_bid_amount_micros # Required. The performance goal the bidding strategy will attempt to - # meet or beat, in micros of the advertiser's currency. - # Must be greater than or equal to a billable unit of the given currency and - # smaller or equal to upper bounds. Each + # meet or beat, in micros of the advertiser's currency or in micro of the + # ROAS (Return On Advertising Spend) value which is also based on + # advertiser's currency. Must be greater than or equal to a billable unit of + # the given currency and smaller or equal to upper bounds. Each # performance_goal_type # has its upper bound: # * when @@ -6892,12 +6893,17 @@ module Google # performance_goal_type # is `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`, upper bound is # 1000.00 USD. + # * when + # performance_goal_type + # is `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`, upper bound is + # 1000.00 and lower bound is 0.01. # Example: If set to # `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`, the bid price will # be based on the probability that each available impression will be # viewable. For example, if viewable CPM target is $2 and an impression is # 40% likely to be viewable, the bid price will be $0.80 CPM (40% of $2). - # For example, 1500000 represents 1.5 standard units of the currency. + # For example, 1500000 represents 1.5 standard units of the currency or ROAS + # value. # Corresponds to the JSON property `performanceGoalAmountMicros` # @return [Fixnum] attr_accessor :performance_goal_amount_micros @@ -6907,7 +6913,8 @@ module Google # For line item level usage, the value must be one of: # * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA` # * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC` - # * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`. + # * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM` + # * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. # Corresponds to the JSON property `performanceGoalType` # @return [String] attr_accessor :performance_goal_type diff --git a/generated/google/apis/file_v1.rb b/generated/google/apis/file_v1.rb index 6a9c2ed82..a35934ca8 100644 --- a/generated/google/apis/file_v1.rb +++ b/generated/google/apis/file_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/filestore/ module FileV1 VERSION = 'V1' - REVISION = '20200613' + REVISION = '20200707' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/file_v1beta1.rb b/generated/google/apis/file_v1beta1.rb index 88bbc6beb..97afa60aa 100644 --- a/generated/google/apis/file_v1beta1.rb +++ b/generated/google/apis/file_v1beta1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/filestore/ module FileV1beta1 VERSION = 'V1beta1' - REVISION = '20200608' + REVISION = '20200707' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/pubsub_v1.rb b/generated/google/apis/pubsub_v1.rb index fc9b0982a..130dcf369 100644 --- a/generated/google/apis/pubsub_v1.rb +++ b/generated/google/apis/pubsub_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/pubsub/docs module PubsubV1 VERSION = 'V1' - REVISION = '20200616' + REVISION = '20200627' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/pubsub_v1/classes.rb b/generated/google/apis/pubsub_v1/classes.rb index b50d22ac2..80f7d02be 100644 --- a/generated/google/apis/pubsub_v1/classes.rb +++ b/generated/google/apis/pubsub_v1/classes.rb @@ -733,11 +733,11 @@ module Google # A message that is published by publishers and consumed by subscribers. The # message must contain either a non-empty data field or at least one attribute. # Note that client libraries represent this object differently - # depending on the language. See the corresponding - # client - # library documentation for more information. See - # Quotas and limits - # for more information about message limits. + # depending on the language. See the corresponding [client library + # documentation](https://cloud.google.com/pubsub/docs/reference/libraries) for + # more information. See [quotas and limits] + # (https://cloud.google.com/pubsub/quotas) for more information about message + # limits. class Message include Google::Apis::Core::Hashable @@ -917,11 +917,11 @@ module Google # A message that is published by publishers and consumed by subscribers. The # message must contain either a non-empty data field or at least one attribute. # Note that client libraries represent this object differently - # depending on the language. See the corresponding - # client - # library documentation for more information. See - # Quotas and limits - # for more information about message limits. + # depending on the language. See the corresponding [client library + # documentation](https://cloud.google.com/pubsub/docs/reference/libraries) for + # more information. See [quotas and limits] + # (https://cloud.google.com/pubsub/quotas) for more information about message + # limits. # Corresponds to the JSON property `message` # @return [Google::Apis::PubsubV1::Message] attr_accessor :message @@ -1102,11 +1102,10 @@ module Google end # A snapshot resource. Snapshots are used in - # Seek - # operations, which allow - # you to manage message acknowledgments in bulk. That is, you can set the - # acknowledgment state of messages in an existing subscription to the state - # captured by a snapshot. + # [Seek](https://cloud.google.com/pubsub/docs/replay-overview) + # operations, which allow you to manage message acknowledgments in bulk. That + # is, you can set the acknowledgment state of messages in an existing + # subscription to the state captured by a snapshot. class Snapshot include Google::Apis::Core::Hashable @@ -1124,8 +1123,8 @@ module Google # @return [String] attr_accessor :expire_time - # See Creating and - # managing labels. + # See [Creating and managing labels] + # (https://cloud.google.com/pubsub/docs/labels). # Corresponds to the JSON property `labels` # @return [Hash] attr_accessor :labels @@ -1235,10 +1234,8 @@ module Google # Indicates whether to retain acknowledged messages. If true, then # messages are not expunged from the subscription's backlog, even if they are # acknowledged, until they fall out of the `message_retention_duration` - # window. This must be true if you would like to - # - # Seek to a timestamp. + # window. This must be true if you would like to [Seek to a timestamp] + # (https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time). # Corresponds to the JSON property `retainAckedMessages` # @return [Boolean] attr_accessor :retain_acked_messages @@ -1338,8 +1335,8 @@ module Google # @return [String] attr_accessor :kms_key_name - # See Creating and - # managing labels. + # See [Creating and managing labels] + # (https://cloud.google.com/pubsub/docs/labels). # Corresponds to the JSON property `labels` # @return [Hash] attr_accessor :labels @@ -1377,11 +1374,10 @@ module Google include Google::Apis::Core::Hashable # A snapshot resource. Snapshots are used in - # Seek - # operations, which allow - # you to manage message acknowledgments in bulk. That is, you can set the - # acknowledgment state of messages in an existing subscription to the state - # captured by a snapshot. + # [Seek](https://cloud.google.com/pubsub/docs/replay-overview) + # operations, which allow you to manage message acknowledgments in bulk. That + # is, you can set the acknowledgment state of messages in an existing + # subscription to the state captured by a snapshot. # Corresponds to the JSON property `snapshot` # @return [Google::Apis::PubsubV1::Snapshot] attr_accessor :snapshot diff --git a/generated/google/apis/pubsub_v1/service.rb b/generated/google/apis/pubsub_v1/service.rb index 3d92fef48..671fb5f7e 100644 --- a/generated/google/apis/pubsub_v1/service.rb +++ b/generated/google/apis/pubsub_v1/service.rb @@ -48,21 +48,19 @@ module Google end # Creates a snapshot from the requested subscription. Snapshots are used in - # Seek - # operations, which allow - # you to manage message acknowledgments in bulk. That is, you can set the - # acknowledgment state of messages in an existing subscription to the state - # captured by a snapshot. - #

If the snapshot already exists, returns `ALREADY_EXISTS`. + # [Seek](https://cloud.google.com/pubsub/docs/replay-overview) operations, + # which allow you to manage message acknowledgments in bulk. That is, you can + # set the acknowledgment state of messages in an existing subscription to the + # state captured by a snapshot. + # If the snapshot already exists, returns `ALREADY_EXISTS`. # If the requested subscription doesn't exist, returns `NOT_FOUND`. # If the backlog in the subscription is too old -- and the resulting snapshot # would expire in less than 1 hour -- then `FAILED_PRECONDITION` is returned. # See also the `Snapshot.expire_time` field. 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, conforming - # to the - # [resource name - # format](https://cloud.google.com/pubsub/docs/admin#resource_names). The + # to the [resource name format] + # (https://cloud.google.com/pubsub/docs/admin#resource_names). The # generated name is populated in the returned Snapshot object. Note that for # REST API requests, you must specify a name in the request. # @param [String] name @@ -103,12 +101,11 @@ module Google execute_or_queue_command(command, &block) end - # Removes an existing snapshot. Snapshots are used in - # Seek - # operations, which allow - # you to manage message acknowledgments in bulk. That is, you can set the - # acknowledgment state of messages in an existing subscription to the state - # captured by a snapshot.

+ # Removes an existing snapshot. Snapshots are used in [Seek] + # (https://cloud.google.com/pubsub/docs/replay-overview) operations, which + # allow you to manage message acknowledgments in bulk. That is, you can set + # the acknowledgment state of messages in an existing subscription to the + # state captured by a snapshot. # When the snapshot is deleted, all messages retained in the snapshot # are immediately dropped. After a snapshot is deleted, a new one may be # created with the same name, but the new one has no association with the old @@ -222,12 +219,11 @@ module Google execute_or_queue_command(command, &block) end - # Lists the existing snapshots. Snapshots are used in - # Seek - # operations, which allow - # you to manage message acknowledgments in bulk. That is, you can set the - # acknowledgment state of messages in an existing subscription to the state - # captured by a snapshot. + # Lists the existing snapshots. Snapshots are used in [Seek]( + # https://cloud.google.com/pubsub/docs/replay-overview) operations, which + # allow you to manage message acknowledgments in bulk. That is, you can set + # the acknowledgment state of messages in an existing subscription to the + # state captured by a snapshot. # @param [String] project # Required. The name of the project in which to list snapshots. # Format is `projects/`project-id``. @@ -418,18 +414,16 @@ module Google execute_or_queue_command(command, &block) end - # Creates a subscription to a given topic. See the - # - # resource name rules. + # Creates a subscription to a given topic. See the [resource name rules] + # (https://cloud.google.com/pubsub/docs/admin#resource_names). # If the subscription already exists, returns `ALREADY_EXISTS`. # If the corresponding topic doesn't exist, returns `NOT_FOUND`. # If the name is not provided in the request, the server will assign a random # name for this subscription on the same project as the topic, conforming - # to the - # [resource name - # format](https://cloud.google.com/pubsub/docs/admin#resource_names). The - # generated name is populated in the returned Subscription object. Note that - # for REST API requests, you must specify a name in the request. + # to the [resource name format] + # (https://cloud.google.com/pubsub/docs/admin#resource_names). The generated + # name is populated in the returned Subscription object. Note that for REST + # API requests, you must specify a name in the request. # @param [String] name # Required. The name of the subscription. It must have the format # `"projects/`project`/subscriptions/`subscription`"`. ``subscription`` must @@ -802,13 +796,12 @@ module Google end # Seeks an existing subscription to a point in time or to a given snapshot, - # whichever is provided in the request. Snapshots are used in - # Seek - # operations, which allow - # you to manage message acknowledgments in bulk. That is, you can set the - # acknowledgment state of messages in an existing subscription to the state - # captured by a snapshot. Note that both the subscription and the snapshot - # must be on the same topic. + # whichever is provided in the request. Snapshots are used in [Seek]( + # https://cloud.google.com/pubsub/docs/replay-overview) operations, which + # allow you to manage message acknowledgments in bulk. That is, you can set + # the acknowledgment state of messages in an existing subscription to the + # state captured by a snapshot. Note that both the subscription and the + # snapshot must be on the same topic. # @param [String] subscription # Required. The subscription to affect. # @param [Google::Apis::PubsubV1::SeekRequest] seek_request_object @@ -916,9 +909,8 @@ module Google execute_or_queue_command(command, &block) end - # Creates the given topic with the given name. See the - # - # resource name rules. + # Creates the given topic with the given name. See the [resource name rules]( + # https://cloud.google.com/pubsub/docs/admin#resource_names). # @param [String] name # Required. The name of the topic. It must have the format # `"projects/`project`/topics/`topic`"`. ``topic`` must start with a letter, @@ -1255,11 +1247,10 @@ module Google end # Lists the names of the snapshots on this topic. Snapshots are used in - # Seek - # operations, which allow - # you to manage message acknowledgments in bulk. That is, you can set the - # acknowledgment state of messages in an existing subscription to the state - # captured by a snapshot. + # [Seek](https://cloud.google.com/pubsub/docs/replay-overview) operations, + # which allow you to manage message acknowledgments in bulk. That is, you can + # set the acknowledgment state of messages in an existing subscription to the + # state captured by a snapshot. # @param [String] topic # Required. The name of the topic that snapshots are attached to. # Format is `projects/`project`/topics/`topic``. diff --git a/generated/google/apis/redis_v1.rb b/generated/google/apis/redis_v1.rb index cb7143897..2a61d2676 100644 --- a/generated/google/apis/redis_v1.rb +++ b/generated/google/apis/redis_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/memorystore/docs/redis/ module RedisV1 VERSION = 'V1' - REVISION = '20200623' + REVISION = '20200706' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/redis_v1beta1.rb b/generated/google/apis/redis_v1beta1.rb index b39a53855..6250c6976 100644 --- a/generated/google/apis/redis_v1beta1.rb +++ b/generated/google/apis/redis_v1beta1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/memorystore/docs/redis/ module RedisV1beta1 VERSION = 'V1beta1' - REVISION = '20200623' + REVISION = '20200706' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'