diff --git a/generated/google/apis/classroom_v1.rb b/generated/google/apis/classroom_v1.rb index 39873c15d..a6ddf3062 100644 --- a/generated/google/apis/classroom_v1.rb +++ b/generated/google/apis/classroom_v1.rb @@ -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' diff --git a/generated/google/apis/classroom_v1/service.rb b/generated/google/apis/classroom_v1/service.rb index d5b1e805a..70959553e 100644 --- a/generated/google/apis/classroom_v1/service.rb +++ b/generated/google/apis/classroom_v1/service.rb @@ -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 diff --git a/generated/google/apis/cloudtrace_v1.rb b/generated/google/apis/cloudtrace_v1.rb index 546cf4317..939180ad2 100644 --- a/generated/google/apis/cloudtrace_v1.rb +++ b/generated/google/apis/cloudtrace_v1.rb @@ -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' diff --git a/generated/google/apis/cloudtrace_v1/classes.rb b/generated/google/apis/cloudtrace_v1/classes.rb index ab1fa426a..2ea076ce7 100644 --- a/generated/google/apis/cloudtrace_v1/classes.rb +++ b/generated/google/apis/cloudtrace_v1/classes.rb @@ -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 diff --git a/generated/google/apis/cloudtrace_v1/service.rb b/generated/google/apis/cloudtrace_v1/service.rb index 1d898caee..674182287 100644 --- a/generated/google/apis/cloudtrace_v1/service.rb +++ b/generated/google/apis/cloudtrace_v1/service.rb @@ -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 diff --git a/generated/google/apis/cloudtrace_v2.rb b/generated/google/apis/cloudtrace_v2.rb index 4e5d3c978..9e7c1fe5e 100644 --- a/generated/google/apis/cloudtrace_v2.rb +++ b/generated/google/apis/cloudtrace_v2.rb @@ -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' diff --git a/generated/google/apis/cloudtrace_v2/classes.rb b/generated/google/apis/cloudtrace_v2/classes.rb index ff12015e2..9c3c6dbdb 100644 --- a/generated/google/apis/cloudtrace_v2/classes.rb +++ b/generated/google/apis/cloudtrace_v2/classes.rb @@ -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 diff --git a/generated/google/apis/cloudtrace_v2/service.rb b/generated/google/apis/cloudtrace_v2/service.rb index ceffa8e61..5f53413ed 100644 --- a/generated/google/apis/cloudtrace_v2/service.rb +++ b/generated/google/apis/cloudtrace_v2/service.rb @@ -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. diff --git a/generated/google/apis/customsearch_v1.rb b/generated/google/apis/customsearch_v1.rb index e78cd98be..5ad39076a 100644 --- a/generated/google/apis/customsearch_v1.rb +++ b/generated/google/apis/customsearch_v1.rb @@ -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 diff --git a/generated/google/apis/customsearch_v1/service.rb b/generated/google/apis/customsearch_v1/service.rb index dd4c9ae6c..d0352fe80 100644 --- a/generated/google/apis/customsearch_v1/service.rb +++ b/generated/google/apis/customsearch_v1/service.rb @@ -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 diff --git a/generated/google/apis/datacatalog_v1beta1.rb b/generated/google/apis/datacatalog_v1beta1.rb index f7c6a7f1d..bb6bba46f 100644 --- a/generated/google/apis/datacatalog_v1beta1.rb +++ b/generated/google/apis/datacatalog_v1beta1.rb @@ -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' diff --git a/generated/google/apis/datacatalog_v1beta1/classes.rb b/generated/google/apis/datacatalog_v1beta1/classes.rb index dd1b38859..6f13884b5 100644 --- a/generated/google/apis/datacatalog_v1beta1/classes.rb +++ b/generated/google/apis/datacatalog_v1beta1/classes.rb @@ -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] attr_accessor :allowed_values diff --git a/generated/google/apis/dataproc_v1.rb b/generated/google/apis/dataproc_v1.rb index aac960c14..43ee1a475 100644 --- a/generated/google/apis/dataproc_v1.rb +++ b/generated/google/apis/dataproc_v1.rb @@ -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' diff --git a/generated/google/apis/dataproc_v1/classes.rb b/generated/google/apis/dataproc_v1/classes.rb index 400a7f96b..70a3a6a99 100644 --- a/generated/google/apis/dataproc_v1/classes.rb +++ b/generated/google/apis/dataproc_v1/classes.rb @@ -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` diff --git a/generated/google/apis/remotebuildexecution_v1.rb b/generated/google/apis/remotebuildexecution_v1.rb index 37ca8baf6..69b247e80 100644 --- a/generated/google/apis/remotebuildexecution_v1.rb +++ b/generated/google/apis/remotebuildexecution_v1.rb @@ -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' diff --git a/generated/google/apis/remotebuildexecution_v1alpha.rb b/generated/google/apis/remotebuildexecution_v1alpha.rb index 4d651d920..727b6097b 100644 --- a/generated/google/apis/remotebuildexecution_v1alpha.rb +++ b/generated/google/apis/remotebuildexecution_v1alpha.rb @@ -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' diff --git a/generated/google/apis/remotebuildexecution_v2.rb b/generated/google/apis/remotebuildexecution_v2.rb index 4436a0747..6916d75da 100644 --- a/generated/google/apis/remotebuildexecution_v2.rb +++ b/generated/google/apis/remotebuildexecution_v2.rb @@ -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' diff --git a/generated/google/apis/youtube_v3.rb b/generated/google/apis/youtube_v3.rb index 01a920f65..563682d57 100644 --- a/generated/google/apis/youtube_v3.rb +++ b/generated/google/apis/youtube_v3.rb @@ -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' diff --git a/generated/google/apis/youtube_v3/classes.rb b/generated/google/apis/youtube_v3/classes.rb index 037918098..24329b858 100644 --- a/generated/google/apis/youtube_v3/classes.rb +++ b/generated/google/apis/youtube_v3/classes.rb @@ -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 diff --git a/generated/google/apis/youtube_v3/service.rb b/generated/google/apis/youtube_v3/service.rb index a6334f59b..d41ccf560 100644 --- a/generated/google/apis/youtube_v3/service.rb +++ b/generated/google/apis/youtube_v3/service.rb @@ -1519,6 +1519,7 @@ module Google # Delete a given broadcast. # @param [String] id + # Broadcast to delete. # @param [String] on_behalf_of_content_owner # Note: This parameter is intended exclusively for YouTube # content partners.

The