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:
parent
48cd79bc2a
commit
81248a9bcf
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/classroom/
|
# @see https://developers.google.com/classroom/
|
||||||
module ClassroomV1
|
module ClassroomV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20200706'
|
REVISION = '20200714'
|
||||||
|
|
||||||
# View and manage announcements in Google Classroom
|
# View and manage announcements in Google Classroom
|
||||||
AUTH_CLASSROOM_ANNOUNCEMENTS = 'https://www.googleapis.com/auth/classroom.announcements'
|
AUTH_CLASSROOM_ANNOUNCEMENTS = 'https://www.googleapis.com/auth/classroom.announcements'
|
||||||
|
|
|
@ -2291,8 +2291,11 @@ module Google
|
||||||
# * `PERMISSION_DENIED` if:
|
# * `PERMISSION_DENIED` if:
|
||||||
# * the authenticated user does not have permission to receive
|
# * the authenticated user does not have permission to receive
|
||||||
# notifications from the requested field; or
|
# notifications from the requested field; or
|
||||||
# * the credential provided does not include the appropriate scope for
|
# * the current user has not granted access to the current Cloud project
|
||||||
# the requested feed.
|
# 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.
|
# * another access error is encountered.
|
||||||
# * `INVALID_ARGUMENT` if:
|
# * `INVALID_ARGUMENT` if:
|
||||||
# * no `cloudPubsubTopic` is specified, or the specified
|
# * no `cloudPubsubTopic` is specified, or the specified
|
||||||
|
|
|
@ -29,7 +29,7 @@ module Google
|
||||||
# @see https://cloud.google.com/trace
|
# @see https://cloud.google.com/trace
|
||||||
module CloudtraceV1
|
module CloudtraceV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20200707'
|
REVISION = '20200713'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -86,7 +86,7 @@ module Google
|
||||||
|
|
||||||
# Globally unique identifier for the trace. This identifier is a 128-bit
|
# Globally unique identifier for the trace. This identifier is a 128-bit
|
||||||
# numeric value formatted as a 32-byte hex string. For example,
|
# 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`
|
# Corresponds to the JSON property `traceId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :trace_id
|
attr_accessor :trace_id
|
||||||
|
@ -159,8 +159,7 @@ module Google
|
||||||
attr_accessor :labels
|
attr_accessor :labels
|
||||||
|
|
||||||
# Name of the span. Must be less than 128 bytes. The span name is sanitized
|
# Name of the span. Must be less than 128 bytes. The span name is sanitized
|
||||||
# and displayed in the Stackdriver Trace tool in the
|
# and displayed in the Trace tool in the Google Cloud Platform Console.
|
||||||
# Google Cloud Platform Console.
|
|
||||||
# The name may be a method name or some other per-call site name.
|
# 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
|
# For the same executable and the same call point, a best practice is
|
||||||
# to use a consistent name, which makes it easier to correlate
|
# to use a consistent name, which makes it easier to correlate
|
||||||
|
|
|
@ -51,7 +51,7 @@ module Google
|
||||||
@batch_path = 'batch'
|
@batch_path = 'batch'
|
||||||
end
|
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
|
# 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,
|
# 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
|
# and any new fields provided are merged with the existing trace data. If the
|
||||||
|
|
|
@ -29,7 +29,7 @@ module Google
|
||||||
# @see https://cloud.google.com/trace
|
# @see https://cloud.google.com/trace
|
||||||
module CloudtraceV2
|
module CloudtraceV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20200707'
|
REVISION = '20200713'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -327,7 +327,8 @@ module Google
|
||||||
# identifier for a trace within a project;
|
# identifier for a trace within a project;
|
||||||
# it is a 32-character hexadecimal encoding of a 16-byte array.
|
# 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
|
# [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`
|
# Corresponds to the JSON property `name`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
@ -340,8 +341,7 @@ module Google
|
||||||
|
|
||||||
# Optional. Set this parameter to indicate whether this span is in
|
# Optional. Set this parameter to indicate whether this span is in
|
||||||
# the same process as its parent. If you do not set this parameter,
|
# the same process as its parent. If you do not set this parameter,
|
||||||
# Stackdriver Trace is unable to take advantage of this helpful
|
# Trace is unable to take advantage of this helpful information.
|
||||||
# information.
|
|
||||||
# Corresponds to the JSON property `sameProcessAsParentSpan`
|
# Corresponds to the JSON property `sameProcessAsParentSpan`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :same_process_as_parent_span
|
attr_accessor :same_process_as_parent_span
|
||||||
|
|
|
@ -93,7 +93,8 @@ module Google
|
||||||
# identifier for a trace within a project;
|
# identifier for a trace within a project;
|
||||||
# it is a 32-character hexadecimal encoding of a 16-byte array.
|
# 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
|
# [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 [Google::Apis::CloudtraceV2::Span] span_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.
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/custom-search/v1/introduction
|
# @see https://developers.google.com/custom-search/v1/introduction
|
||||||
module CustomsearchV1
|
module CustomsearchV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20200707'
|
REVISION = '20200715'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -256,7 +256,12 @@ module Google
|
||||||
# * `"e"`: exclude
|
# * `"e"`: exclude
|
||||||
# * `"i"`: include
|
# * `"i"`: include
|
||||||
# @param [String] sort
|
# @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
|
# @param [Fixnum] start
|
||||||
# The index of the first result to return. The default number of results per
|
# 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
|
# page is 10, so `&start=11` would start at the top of the second page of
|
||||||
|
@ -531,7 +536,12 @@ module Google
|
||||||
# * `"e"`: exclude
|
# * `"e"`: exclude
|
||||||
# * `"i"`: include
|
# * `"i"`: include
|
||||||
# @param [String] sort
|
# @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
|
# @param [Fixnum] start
|
||||||
# The index of the first result to return. The default number of results per
|
# 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
|
# page is 10, so `&start=11` would start at the top of the second page of
|
||||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/data-catalog/docs/
|
# @see https://cloud.google.com/data-catalog/docs/
|
||||||
module DatacatalogV1beta1
|
module DatacatalogV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20200618'
|
REVISION = '20200714'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -583,9 +583,9 @@ module Google
|
||||||
# display names of the values in this set must not be empty and the display
|
# 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.
|
# 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
|
# 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
|
# create, remove and reorder enum values. To rename enum values, use the
|
||||||
# RenameTagTemplateFieldEnumValue method. Can have up to 500 allowed
|
# RenameTagTemplateFieldEnumValue method. This list can include up to 500
|
||||||
# values.
|
# allowed values.
|
||||||
# Corresponds to the JSON property `allowedValues`
|
# Corresponds to the JSON property `allowedValues`
|
||||||
# @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue>]
|
# @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue>]
|
||||||
attr_accessor :allowed_values
|
attr_accessor :allowed_values
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/dataproc/
|
# @see https://cloud.google.com/dataproc/
|
||||||
module DataprocV1
|
module DataprocV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20200619'
|
REVISION = '20200709'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -971,13 +971,13 @@ module Google
|
||||||
attr_accessor :reservation_affinity
|
attr_accessor :reservation_affinity
|
||||||
|
|
||||||
# Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/
|
# Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/
|
||||||
# concepts/configuring-clusters/service-accounts#
|
# concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (
|
||||||
# service_accounts_in_cloud_dataproc) (also see VM Data Plane identity (https://
|
# also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/
|
||||||
# cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#
|
# concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used
|
||||||
# vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances
|
# by Dataproc cluster VM instances to access Google Cloud Platform services.If
|
||||||
# to access Google Cloud Platform services.If not specified, the Compute Engine
|
# not specified, the Compute Engine default service account (https://cloud.
|
||||||
# default service account (https://cloud.google.com/compute/docs/access/service-
|
# google.com/compute/docs/access/service-accounts#default_service_account) is
|
||||||
# accounts#default_service_account) is used.
|
# used.
|
||||||
# Corresponds to the JSON property `serviceAccount`
|
# Corresponds to the JSON property `serviceAccount`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :service_account
|
attr_accessor :service_account
|
||||||
|
@ -2827,8 +2827,8 @@ module Google
|
||||||
|
|
||||||
# Optional. The version of software inside the cluster. It must be one of the
|
# Optional. The version of software inside the cluster. It must be one of the
|
||||||
# supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/
|
# supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/
|
||||||
# versioning/dataproc-versions#supported_cloud_dataproc_versions), such as "1.2"
|
# versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (
|
||||||
# (including a subminor version, such as "1.2.29"), or the "preview" version (
|
# including a subminor version, such as "1.2.29"), or the "preview" version (
|
||||||
# https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#
|
# https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#
|
||||||
# other_versions). If unspecified, it defaults to the latest Debian version.
|
# other_versions). If unspecified, it defaults to the latest Debian version.
|
||||||
# Corresponds to the JSON property `imageVersion`
|
# Corresponds to the JSON property `imageVersion`
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/remote-build-execution/docs/
|
# @see https://cloud.google.com/remote-build-execution/docs/
|
||||||
module RemotebuildexecutionV1
|
module RemotebuildexecutionV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20200623'
|
REVISION = '20200714'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/remote-build-execution/docs/
|
# @see https://cloud.google.com/remote-build-execution/docs/
|
||||||
module RemotebuildexecutionV1alpha
|
module RemotebuildexecutionV1alpha
|
||||||
VERSION = 'V1alpha'
|
VERSION = 'V1alpha'
|
||||||
REVISION = '20200623'
|
REVISION = '20200714'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/remote-build-execution/docs/
|
# @see https://cloud.google.com/remote-build-execution/docs/
|
||||||
module RemotebuildexecutionV2
|
module RemotebuildexecutionV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20200623'
|
REVISION = '20200714'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://developers.google.com/youtube/
|
# @see https://developers.google.com/youtube/
|
||||||
module YoutubeV3
|
module YoutubeV3
|
||||||
VERSION = 'V3'
|
VERSION = 'V3'
|
||||||
REVISION = '20200714'
|
REVISION = '20200715'
|
||||||
|
|
||||||
# Manage your YouTube account
|
# Manage your YouTube account
|
||||||
AUTH_YOUTUBE = 'https://www.googleapis.com/auth/youtube'
|
AUTH_YOUTUBE = 'https://www.googleapis.com/auth/youtube'
|
||||||
|
|
|
@ -7977,7 +7977,7 @@ module Google
|
||||||
attr_accessor :statistics
|
attr_accessor :statistics
|
||||||
|
|
||||||
# Basic details about a video category, such as its localized title.
|
# Basic details about a video category, such as its localized title.
|
||||||
# Next Id: 16
|
# Next Id: 17
|
||||||
# Corresponds to the JSON property `status`
|
# Corresponds to the JSON property `status`
|
||||||
# @return [Google::Apis::YoutubeV3::VideoStatus]
|
# @return [Google::Apis::YoutubeV3::VideoStatus]
|
||||||
attr_accessor :status
|
attr_accessor :status
|
||||||
|
@ -9332,7 +9332,7 @@ module Google
|
||||||
end
|
end
|
||||||
|
|
||||||
# Basic details about a video category, such as its localized title.
|
# Basic details about a video category, such as its localized title.
|
||||||
# Next Id: 16
|
# Next Id: 17
|
||||||
class VideoStatus
|
class VideoStatus
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
|
|
@ -1519,6 +1519,7 @@ module Google
|
||||||
|
|
||||||
# Delete a given broadcast.
|
# Delete a given broadcast.
|
||||||
# @param [String] id
|
# @param [String] id
|
||||||
|
# Broadcast to delete.
|
||||||
# @param [String] on_behalf_of_content_owner
|
# @param [String] on_behalf_of_content_owner
|
||||||
# <strong>Note:</strong> This parameter is intended exclusively for YouTube
|
# <strong>Note:</strong> This parameter is intended exclusively for YouTube
|
||||||
# content partners.<br><br>The
|
# content partners.<br><br>The
|
||||||
|
|
Loading…
Reference in New Issue