Autogenerated update (2020-07-17)

Update:
- classroom_v1
- cloudtrace_v1
- cloudtrace_v2
- customsearch_v1
- datacatalog_v1beta1
- dataproc_v1
- remotebuildexecution_v1
- remotebuildexecution_v1alpha
- remotebuildexecution_v2
- youtube_v3
This commit is contained in:
Google APIs 2020-07-17 00:38:18 +00:00
parent 48cd79bc2a
commit 81248a9bcf
20 changed files with 50 additions and 36 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/classroom/
module ClassroomV1
VERSION = 'V1'
REVISION = '20200706'
REVISION = '20200714'
# View and manage announcements in Google Classroom
AUTH_CLASSROOM_ANNOUNCEMENTS = 'https://www.googleapis.com/auth/classroom.announcements'

View File

@ -2291,8 +2291,11 @@ module Google
# * `PERMISSION_DENIED` if:
# * the authenticated user does not have permission to receive
# notifications from the requested field; or
# * the credential provided does not include the appropriate scope for
# the requested feed.
# * the current user has not granted access to the current Cloud project
# with the appropriate scope for the requested feed. Note that
# domain-wide delegation of authority is not currently supported for
# this purpose. If the request has the appropriate scope, but no grant
# exists, a Request Errors is returned.
# * another access error is encountered.
# * `INVALID_ARGUMENT` if:
# * no `cloudPubsubTopic` is specified, or the specified

View File

@ -29,7 +29,7 @@ module Google
# @see https://cloud.google.com/trace
module CloudtraceV1
VERSION = 'V1'
REVISION = '20200707'
REVISION = '20200713'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -86,7 +86,7 @@ module Google
# Globally unique identifier for the trace. This identifier is a 128-bit
# numeric value formatted as a 32-byte hex string. For example,
# `382d4f4c6b7bb2f4a972559d9085001d`.
# `382d4f4c6b7bb2f4a972559d9085001d`. The numeric value should not be zero.
# Corresponds to the JSON property `traceId`
# @return [String]
attr_accessor :trace_id
@ -159,8 +159,7 @@ module Google
attr_accessor :labels
# Name of the span. Must be less than 128 bytes. The span name is sanitized
# and displayed in the Stackdriver Trace tool in the
# Google Cloud Platform Console.
# and displayed in the Trace tool in the Google Cloud Platform Console.
# The name may be a method name or some other per-call site name.
# For the same executable and the same call point, a best practice is
# to use a consistent name, which makes it easier to correlate

View File

@ -51,7 +51,7 @@ module Google
@batch_path = 'batch'
end
# Sends new traces to Stackdriver Trace or updates existing traces. If the ID
# Sends new traces to Cloud Trace or updates existing traces. If the ID
# of a trace that you send matches that of an existing trace, any fields
# in the existing trace and its spans are overwritten by the provided values,
# and any new fields provided are merged with the existing trace data. If the

View File

@ -29,7 +29,7 @@ module Google
# @see https://cloud.google.com/trace
module CloudtraceV2
VERSION = 'V2'
REVISION = '20200707'
REVISION = '20200713'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -327,7 +327,8 @@ module Google
# identifier for a trace within a project;
# it is a 32-character hexadecimal encoding of a 16-byte array.
# [SPAN_ID] is a unique identifier for a span within a trace; it
# is a 16-character hexadecimal encoding of an 8-byte array.
# is a 16-character hexadecimal encoding of an 8-byte array. It should not
# be zero.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
@ -340,8 +341,7 @@ module Google
# Optional. Set this parameter to indicate whether this span is in
# the same process as its parent. If you do not set this parameter,
# Stackdriver Trace is unable to take advantage of this helpful
# information.
# Trace is unable to take advantage of this helpful information.
# Corresponds to the JSON property `sameProcessAsParentSpan`
# @return [Boolean]
attr_accessor :same_process_as_parent_span

View File

@ -93,7 +93,8 @@ module Google
# identifier for a trace within a project;
# it is a 32-character hexadecimal encoding of a 16-byte array.
# [SPAN_ID] is a unique identifier for a span within a trace; it
# is a 16-character hexadecimal encoding of an 8-byte array.
# is a 16-character hexadecimal encoding of an 8-byte array. It should not
# be zero.
# @param [Google::Apis::CloudtraceV2::Span] span_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/custom-search/v1/introduction
module CustomsearchV1
VERSION = 'V1'
REVISION = '20200707'
REVISION = '20200715'
end
end
end

View File

@ -256,7 +256,12 @@ module Google
# * `"e"`: exclude
# * `"i"`: include
# @param [String] sort
# The sort expression to apply to the results.
# The sort expression to apply to the results. The sort parameter specifies
# that the results be sorted according to the specified expression i.e. sort
# by date.
# [Example:
# sort=date](https://developers.google.com/custom-search/docs/structured_search#
# sort-by-attribute).
# @param [Fixnum] start
# The index of the first result to return. The default number of results per
# page is 10, so `&start=11` would start at the top of the second page of
@ -531,7 +536,12 @@ module Google
# * `"e"`: exclude
# * `"i"`: include
# @param [String] sort
# The sort expression to apply to the results.
# The sort expression to apply to the results. The sort parameter specifies
# that the results be sorted according to the specified expression i.e. sort
# by date.
# [Example:
# sort=date](https://developers.google.com/custom-search/docs/structured_search#
# sort-by-attribute).
# @param [Fixnum] start
# The index of the first result to return. The default number of results per
# page is 10, so `&start=11` would start at the top of the second page of

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/data-catalog/docs/
module DatacatalogV1beta1
VERSION = 'V1beta1'
REVISION = '20200618'
REVISION = '20200714'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -583,9 +583,9 @@ module Google
# display names of the values in this set must not be empty and the display
# names of the values must be case-insensitively unique within this set.
# The order of items in this list is preserved. This field can be used to
# create, remove and reorder enum values. In order to rename enum value use
# RenameTagTemplateFieldEnumValue method. Can have up to 500 allowed
# values.
# create, remove and reorder enum values. To rename enum values, use the
# RenameTagTemplateFieldEnumValue method. This list can include up to 500
# allowed values.
# Corresponds to the JSON property `allowedValues`
# @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue>]
attr_accessor :allowed_values

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/dataproc/
module DataprocV1
VERSION = 'V1'
REVISION = '20200619'
REVISION = '20200709'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -971,13 +971,13 @@ module Google
attr_accessor :reservation_affinity
# Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/
# concepts/configuring-clusters/service-accounts#
# service_accounts_in_cloud_dataproc) (also see VM Data Plane identity (https://
# cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#
# vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances
# to access Google Cloud Platform services.If not specified, the Compute Engine
# default service account (https://cloud.google.com/compute/docs/access/service-
# accounts#default_service_account) is used.
# concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (
# also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/
# concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used
# by Dataproc cluster VM instances to access Google Cloud Platform services.If
# not specified, the Compute Engine default service account (https://cloud.
# google.com/compute/docs/access/service-accounts#default_service_account) is
# used.
# Corresponds to the JSON property `serviceAccount`
# @return [String]
attr_accessor :service_account
@ -2827,8 +2827,8 @@ module Google
# Optional. The version of software inside the cluster. It must be one of the
# supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/
# versioning/dataproc-versions#supported_cloud_dataproc_versions), such as "1.2"
# (including a subminor version, such as "1.2.29"), or the "preview" version (
# versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (
# including a subminor version, such as "1.2.29"), or the "preview" version (
# https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#
# other_versions). If unspecified, it defaults to the latest Debian version.
# Corresponds to the JSON property `imageVersion`

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/remote-build-execution/docs/
module RemotebuildexecutionV1
VERSION = 'V1'
REVISION = '20200623'
REVISION = '20200714'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/remote-build-execution/docs/
module RemotebuildexecutionV1alpha
VERSION = 'V1alpha'
REVISION = '20200623'
REVISION = '20200714'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/remote-build-execution/docs/
module RemotebuildexecutionV2
VERSION = 'V2'
REVISION = '20200623'
REVISION = '20200714'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/youtube/
module YoutubeV3
VERSION = 'V3'
REVISION = '20200714'
REVISION = '20200715'
# Manage your YouTube account
AUTH_YOUTUBE = 'https://www.googleapis.com/auth/youtube'

View File

@ -7977,7 +7977,7 @@ module Google
attr_accessor :statistics
# Basic details about a video category, such as its localized title.
# Next Id: 16
# Next Id: 17
# Corresponds to the JSON property `status`
# @return [Google::Apis::YoutubeV3::VideoStatus]
attr_accessor :status
@ -9332,7 +9332,7 @@ module Google
end
# Basic details about a video category, such as its localized title.
# Next Id: 16
# Next Id: 17
class VideoStatus
include Google::Apis::Core::Hashable

View File

@ -1519,6 +1519,7 @@ module Google
# Delete a given broadcast.
# @param [String] id
# Broadcast to delete.
# @param [String] on_behalf_of_content_owner
# <strong>Note:</strong> This parameter is intended exclusively for YouTube
# content partners.<br><br>The