diff --git a/generated/google/apis/androidpublisher_v2.rb b/generated/google/apis/androidpublisher_v2.rb index f0e786ed4..03551f719 100644 --- a/generated/google/apis/androidpublisher_v2.rb +++ b/generated/google/apis/androidpublisher_v2.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/android-publisher module AndroidpublisherV2 VERSION = 'V2' - REVISION = '20180515' + REVISION = '20180528' # View and manage your Google Play Developer account AUTH_ANDROIDPUBLISHER = 'https://www.googleapis.com/auth/androidpublisher' diff --git a/generated/google/apis/androidpublisher_v2/classes.rb b/generated/google/apis/androidpublisher_v2/classes.rb index 0b1778b2b..880e8b590 100644 --- a/generated/google/apis/androidpublisher_v2/classes.rb +++ b/generated/google/apis/androidpublisher_v2/classes.rb @@ -1659,8 +1659,7 @@ module Google class Track include Google::Apis::Core::Hashable - # Identifier for this track. One of "alpha", "beta", "production", "rollout" or " - # internal". + # Identifier for this track. # Corresponds to the JSON property `track` # @return [String] attr_accessor :track diff --git a/generated/google/apis/pubsub_v1.rb b/generated/google/apis/pubsub_v1.rb index 79a463aa4..9e078e3ff 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 = '20180514' + REVISION = '20180522' # 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 d54129845..73d1969d0 100644 --- a/generated/google/apis/pubsub_v1/classes.rb +++ b/generated/google/apis/pubsub_v1/classes.rb @@ -133,7 +133,6 @@ module Google end # Response for the `ListSnapshots` method.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -190,7 +189,6 @@ module Google end # Response for the `ListTopicSnapshots` method.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -606,7 +604,6 @@ module Google end # Request for the `Seek` method.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -715,7 +712,6 @@ module Google end # A snapshot resource.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -789,7 +785,6 @@ module Google # of acknowledged messages, and thus configures how far back in time a `Seek` # can be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 # minutes.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -816,7 +811,6 @@ module Google # messages are not expunged from the subscription's backlog, even if they are # acknowledged, until they fall out of the `message_retention_duration` # window.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -915,7 +909,6 @@ module Google end # Request for the UpdateSnapshot method.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -923,7 +916,6 @@ module Google include Google::Apis::Core::Hashable # A snapshot resource.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. diff --git a/generated/google/apis/pubsub_v1/service.rb b/generated/google/apis/pubsub_v1/service.rb index 17fa46b4d..93127c49e 100644 --- a/generated/google/apis/pubsub_v1/service.rb +++ b/generated/google/apis/pubsub_v1/service.rb @@ -48,7 +48,6 @@ module Google end # Creates a snapshot from the requested subscription.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -101,7 +100,6 @@ module Google end # Removes an existing snapshot.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -140,7 +138,6 @@ module Google end # Gets the configuration details of a snapshot.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -208,7 +205,6 @@ module Google end # Lists the existing snapshots.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -251,7 +247,6 @@ module Google end # Updates an existing snapshot.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -401,7 +396,8 @@ module Google execute_or_queue_command(command, &block) end - # Creates a subscription to a given topic. + # Creates a subscription to a given topic. See the + # resource name rules. # 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 @@ -739,7 +735,6 @@ module Google # Seeks an existing subscription to a point in time or to a given snapshot, # whichever is provided in the request.

- # Lists the names of the snapshots on this topic.

# ALPHA: This feature is part of an alpha release. This API might be # changed in backward-incompatible ways and is not recommended for production # use. It is not subject to any SLA or deprecation policy. @@ -849,7 +844,8 @@ module Google execute_or_queue_command(command, &block) end - # Creates the given topic with the given name. + # Creates the given topic with the given name. See the + # resource name rules. # @param [String] name # The name of the topic. It must have the format # `"projects/`project`/topics/`topic`"`. ``topic`` must start with a letter, diff --git a/generated/google/apis/sheets_v4.rb b/generated/google/apis/sheets_v4.rb index cc70882b7..d4180b0be 100644 --- a/generated/google/apis/sheets_v4.rb +++ b/generated/google/apis/sheets_v4.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/sheets/ module SheetsV4 VERSION = 'V4' - REVISION = '20180521' + REVISION = '20180525' # View and manage the files in your Google Drive AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' diff --git a/generated/google/apis/sheets_v4/service.rb b/generated/google/apis/sheets_v4/service.rb index b571d11da..9529303ef 100644 --- a/generated/google/apis/sheets_v4/service.rb +++ b/generated/google/apis/sheets_v4/service.rb @@ -748,7 +748,8 @@ module Google # Determines how dates, times, and durations in the response should be # rendered. This is ignored if response_value_render_option is # FORMATTED_VALUE. - # The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER]. + # The default dateTime render option is + # DateTimeRenderOption.SERIAL_NUMBER. # @param [String] response_value_render_option # Determines how values in the response should be rendered. # The default render option is ValueRenderOption.FORMATTED_VALUE.