Autogenerated update (2019-05-14)

Update:
- cloudshell_v1
- cloudshell_v1alpha1
- jobs_v3p1beta1
- serviceusage_v1
- speech_v1
- speech_v1p1beta1
- sqladmin_v1beta4
This commit is contained in:
Google APIs 2019-05-14 00:37:51 +00:00
parent c1a26e0e37
commit 67f507b479
15 changed files with 36 additions and 24 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/shell/docs/ # @see https://cloud.google.com/shell/docs/
module CloudshellV1 module CloudshellV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20190318' REVISION = '20190511'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -221,7 +221,7 @@ module Google
# The server-assigned name, which is only unique within the same service that # The server-assigned name, which is only unique within the same service that
# originally returns it. If you use the default HTTP mapping, the # originally returns it. If you use the default HTTP mapping, the
# `name` should have the format of `operations/some/unique/name`. # `name` should be a resource name ending with `operations/`unique_id``.
# Corresponds to the JSON property `name` # Corresponds to the JSON property `name`
# @return [String] # @return [String]
attr_accessor :name attr_accessor :name

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/shell/docs/ # @see https://cloud.google.com/shell/docs/
module CloudshellV1alpha1 module CloudshellV1alpha1
VERSION = 'V1alpha1' VERSION = 'V1alpha1'
REVISION = '20190323' REVISION = '20190511'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -234,7 +234,7 @@ module Google
# The server-assigned name, which is only unique within the same service that # The server-assigned name, which is only unique within the same service that
# originally returns it. If you use the default HTTP mapping, the # originally returns it. If you use the default HTTP mapping, the
# `name` should have the format of `operations/some/unique/name`. # `name` should be a resource name ending with `operations/`unique_id``.
# Corresponds to the JSON property `name` # Corresponds to the JSON property `name`
# @return [String] # @return [String]
attr_accessor :name attr_accessor :name

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/talent-solution/job-search/docs/ # @see https://cloud.google.com/talent-solution/job-search/docs/
module JobsV3p1beta1 module JobsV3p1beta1
VERSION = 'V3p1beta1' VERSION = 'V3p1beta1'
REVISION = '20190425' REVISION = '20190509'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -2279,7 +2279,7 @@ module Google
# The server-assigned name, which is only unique within the same service that # The server-assigned name, which is only unique within the same service that
# originally returns it. If you use the default HTTP mapping, the # originally returns it. If you use the default HTTP mapping, the
# `name` should have the format of `operations/some/unique/name`. # `name` should be a resource name ending with `operations/`unique_id``.
# Corresponds to the JSON property `name` # Corresponds to the JSON property `name`
# @return [String] # @return [String]
attr_accessor :name attr_accessor :name

View File

@ -27,7 +27,7 @@ module Google
# @see https://cloud.google.com/service-usage/ # @see https://cloud.google.com/service-usage/
module ServiceusageV1 module ServiceusageV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20190507' REVISION = '20190511'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -208,8 +208,7 @@ module Google
# @param [String] parent # @param [String] parent
# Parent to enable services on. # Parent to enable services on.
# An example name would be: # An example name would be:
# `projects/123` # `projects/123` where `123` is the project number.
# where `123` is the project number (not project ID).
# The `BatchEnableServices` method currently only supports projects. # The `BatchEnableServices` method currently only supports projects.
# @param [Google::Apis::ServiceusageV1::BatchEnableServicesRequest] batch_enable_services_request_object # @param [Google::Apis::ServiceusageV1::BatchEnableServicesRequest] batch_enable_services_request_object
# @param [String] fields # @param [String] fields
@ -251,8 +250,8 @@ module Google
# Name of the consumer and service to disable the service on. # Name of the consumer and service to disable the service on.
# The enable and disable methods currently only support projects. # The enable and disable methods currently only support projects.
# An example name would be: # An example name would be:
# `projects/123/services/serviceusage.googleapis.com` # `projects/123/services/serviceusage.googleapis.com` where `123` is the
# where `123` is the project number (not project ID). # project number.
# @param [Google::Apis::ServiceusageV1::DisableServiceRequest] disable_service_request_object # @param [Google::Apis::ServiceusageV1::DisableServiceRequest] disable_service_request_object
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
@ -291,8 +290,8 @@ module Google
# Enabling a service requires that the service is public or is shared with # Enabling a service requires that the service is public or is shared with
# the user enabling the service. # the user enabling the service.
# An example name would be: # An example name would be:
# `projects/123/services/serviceusage.googleapis.com` # `projects/123/services/serviceusage.googleapis.com` where `123` is the
# where `123` is the project number (not project ID). # project number.
# @param [Google::Apis::ServiceusageV1::EnableServiceRequest] enable_service_request_object # @param [Google::Apis::ServiceusageV1::EnableServiceRequest] enable_service_request_object
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
@ -327,8 +326,8 @@ module Google
# @param [String] name # @param [String] name
# Name of the consumer and service to get the `ConsumerState` for. # Name of the consumer and service to get the `ConsumerState` for.
# An example name would be: # An example name would be:
# `projects/123/services/serviceusage.googleapis.com` # `projects/123/services/serviceusage.googleapis.com` where `123` is the
# where `123` is the project number (not project ID). # project number.
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
# @param [String] quota_user # @param [String] quota_user
@ -366,8 +365,7 @@ module Google
# @param [String] parent # @param [String] parent
# Parent to search for services on. # Parent to search for services on.
# An example name would be: # An example name would be:
# `projects/123` # `projects/123` where `123` is the project number.
# where `123` is the project number (not project ID).
# @param [String] filter # @param [String] filter
# Only list services that conform to the given filter. # Only list services that conform to the given filter.
# The allowed filter strings are `state:ENABLED` and `state:DISABLED`. # The allowed filter strings are `state:ENABLED` and `state:DISABLED`.

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/speech-to-text/docs/quickstart-protocol # @see https://cloud.google.com/speech-to-text/docs/quickstart-protocol
module SpeechV1 module SpeechV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20190321' REVISION = '20190510'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -201,7 +201,7 @@ module Google
# The server-assigned name, which is only unique within the same service that # The server-assigned name, which is only unique within the same service that
# originally returns it. If you use the default HTTP mapping, the # originally returns it. If you use the default HTTP mapping, the
# `name` should have the format of `operations/some/unique/name`. # `name` should be a resource name ending with `operations/`unique_id``.
# Corresponds to the JSON property `name` # Corresponds to the JSON property `name`
# @return [String] # @return [String]
attr_accessor :name attr_accessor :name
@ -240,7 +240,7 @@ module Google
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# The audio data bytes encoded as specified in # The audio data bytes encoded as specified in
# `RecognitionConfig`. Note: as with all bytes fields, protobuffers use a # `RecognitionConfig`. Note: as with all bytes fields, proto buffers use a
# pure binary representation, whereas JSON representations use base64. # pure binary representation, whereas JSON representations use base64.
# Corresponds to the JSON property `content` # Corresponds to the JSON property `content`
# NOTE: Values are automatically base64 encoded/decoded in the client library. # NOTE: Values are automatically base64 encoded/decoded in the client library.

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/speech-to-text/docs/quickstart-protocol # @see https://cloud.google.com/speech-to-text/docs/quickstart-protocol
module SpeechV1p1beta1 module SpeechV1p1beta1
VERSION = 'V1p1beta1' VERSION = 'V1p1beta1'
REVISION = '20190321' REVISION = '20190510'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -201,7 +201,7 @@ module Google
# The server-assigned name, which is only unique within the same service that # The server-assigned name, which is only unique within the same service that
# originally returns it. If you use the default HTTP mapping, the # originally returns it. If you use the default HTTP mapping, the
# `name` should have the format of `operations/some/unique/name`. # `name` should be a resource name ending with `operations/`unique_id``.
# Corresponds to the JSON property `name` # Corresponds to the JSON property `name`
# @return [String] # @return [String]
attr_accessor :name attr_accessor :name
@ -240,7 +240,7 @@ module Google
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# The audio data bytes encoded as specified in # The audio data bytes encoded as specified in
# `RecognitionConfig`. Note: as with all bytes fields, protobuffers use a # `RecognitionConfig`. Note: as with all bytes fields, proto buffers use a
# pure binary representation, whereas JSON representations use base64. # pure binary representation, whereas JSON representations use base64.
# Corresponds to the JSON property `content` # Corresponds to the JSON property `content`
# NOTE: Values are automatically base64 encoded/decoded in the client library. # NOTE: Values are automatically base64 encoded/decoded in the client library.

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/sql/docs/reference/latest # @see https://cloud.google.com/sql/docs/reference/latest
module SqladminV1beta4 module SqladminV1beta4
VERSION = 'V1beta4' VERSION = 'V1beta4'
REVISION = '20190415' REVISION = '20190510'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -107,6 +107,11 @@ module Google
# @return [String] # @return [String]
attr_accessor :kind attr_accessor :kind
# The location of the backup.
# Corresponds to the JSON property `location`
# @return [String]
attr_accessor :location
# Reserved for future use. # Reserved for future use.
# Corresponds to the JSON property `replicationLogArchivingEnabled` # Corresponds to the JSON property `replicationLogArchivingEnabled`
# @return [Boolean] # @return [Boolean]
@ -128,6 +133,7 @@ module Google
@binary_log_enabled = args[:binary_log_enabled] if args.key?(:binary_log_enabled) @binary_log_enabled = args[:binary_log_enabled] if args.key?(:binary_log_enabled)
@enabled = args[:enabled] if args.key?(:enabled) @enabled = args[:enabled] if args.key?(:enabled)
@kind = args[:kind] if args.key?(:kind) @kind = args[:kind] if args.key?(:kind)
@location = args[:location] if args.key?(:location)
@replication_log_archiving_enabled = args[:replication_log_archiving_enabled] if args.key?(:replication_log_archiving_enabled) @replication_log_archiving_enabled = args[:replication_log_archiving_enabled] if args.key?(:replication_log_archiving_enabled)
@start_time = args[:start_time] if args.key?(:start_time) @start_time = args[:start_time] if args.key?(:start_time)
end end
@ -175,6 +181,11 @@ module Google
# @return [String] # @return [String]
attr_accessor :kind attr_accessor :kind
# The location of the backup.
# Corresponds to the JSON property `location`
# @return [String]
attr_accessor :location
# The URI of this resource. # The URI of this resource.
# Corresponds to the JSON property `selfLink` # Corresponds to the JSON property `selfLink`
# @return [String] # @return [String]
@ -215,6 +226,7 @@ module Google
@id = args[:id] if args.key?(:id) @id = args[:id] if args.key?(:id)
@instance = args[:instance] if args.key?(:instance) @instance = args[:instance] if args.key?(:instance)
@kind = args[:kind] if args.key?(:kind) @kind = args[:kind] if args.key?(:kind)
@location = args[:location] if args.key?(:location)
@self_link = args[:self_link] if args.key?(:self_link) @self_link = args[:self_link] if args.key?(:self_link)
@start_time = args[:start_time] if args.key?(:start_time) @start_time = args[:start_time] if args.key?(:start_time)
@status = args[:status] if args.key?(:status) @status = args[:status] if args.key?(:status)

View File

@ -413,6 +413,7 @@ module Google
property :binary_log_enabled, as: 'binaryLogEnabled' property :binary_log_enabled, as: 'binaryLogEnabled'
property :enabled, as: 'enabled' property :enabled, as: 'enabled'
property :kind, as: 'kind' property :kind, as: 'kind'
property :location, as: 'location'
property :replication_log_archiving_enabled, as: 'replicationLogArchivingEnabled' property :replication_log_archiving_enabled, as: 'replicationLogArchivingEnabled'
property :start_time, as: 'startTime' property :start_time, as: 'startTime'
end end
@ -431,6 +432,7 @@ module Google
property :id, :numeric_string => true, as: 'id' property :id, :numeric_string => true, as: 'id'
property :instance, as: 'instance' property :instance, as: 'instance'
property :kind, as: 'kind' property :kind, as: 'kind'
property :location, as: 'location'
property :self_link, as: 'selfLink' property :self_link, as: 'selfLink'
property :start_time, as: 'startTime', type: DateTime property :start_time, as: 'startTime', type: DateTime