Autogenerated update (2020-07-11)
Update: - displayvideo_v1 - file_v1 - file_v1beta1 - pubsub_v1 - redis_v1 - redis_v1beta1
This commit is contained in:
parent
63d27fe6b9
commit
ab249dcd41
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
# <a href="https://cloud.google.com/pubsub/docs/reference/libraries">client
|
||||
# library documentation</a> for more information. See
|
||||
# <a href="https://cloud.google.com/pubsub/quotas">Quotas and limits</a>
|
||||
# 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
|
||||
# <a href="https://cloud.google.com/pubsub/docs/reference/libraries">client
|
||||
# library documentation</a> for more information. See
|
||||
# <a href="https://cloud.google.com/pubsub/quotas">Quotas and limits</a>
|
||||
# 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
|
||||
# <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
|
||||
# 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 <a href="https://cloud.google.com/pubsub/docs/labels"> Creating and
|
||||
# managing labels</a>.
|
||||
# See [Creating and managing labels]
|
||||
# (https://cloud.google.com/pubsub/docs/labels).
|
||||
# Corresponds to the JSON property `labels`
|
||||
# @return [Hash<String,String>]
|
||||
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
|
||||
# <a
|
||||
# href="https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time">
|
||||
# Seek to a timestamp</a>.
|
||||
# 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 <a href="https://cloud.google.com/pubsub/docs/labels"> Creating and
|
||||
# managing labels</a>.
|
||||
# See [Creating and managing labels]
|
||||
# (https://cloud.google.com/pubsub/docs/labels).
|
||||
# Corresponds to the JSON property `labels`
|
||||
# @return [Hash<String,String>]
|
||||
attr_accessor :labels
|
||||
|
@ -1377,11 +1374,10 @@ module Google
|
|||
include Google::Apis::Core::Hashable
|
||||
|
||||
# A snapshot resource. Snapshots are used in
|
||||
# <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
|
||||
# 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
|
||||
|
|
|
@ -48,21 +48,19 @@ module Google
|
|||
end
|
||||
|
||||
# Creates a snapshot from the requested subscription. Snapshots are used in
|
||||
# <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
|
||||
# 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.
|
||||
# <br><br>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
|
||||
# <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
|
||||
# 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.<br><br>
|
||||
# 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
|
||||
# <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
|
||||
# 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
|
||||
# <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
|
||||
# resource name rules</a>.
|
||||
# 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
|
||||
# <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
|
||||
# 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
|
||||
# <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
|
||||
# resource name rules</a>.
|
||||
# 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
|
||||
# <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
|
||||
# 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``.
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue