From be05d82feb29ddbfaca21c603d05c0bacaa912e2 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 5 Jan 2018 00:35:38 +0000 Subject: [PATCH] Autogenerated update (2018-01-05) Update: - androidmanagement_v1 - cloudbuild_v1 - cloudresourcemanager_v1beta1 - cloudresourcemanager_v2beta1 - cloudtasks_v2beta2 - dataproc_v1 - dataproc_v1beta2 - dlp_v2beta1 - dlp_v2beta2 - plus_domains_v1 - servicecontrol_v1 - servicemanagement_v1 --- api_names_out.yaml | 1 + generated/google/apis/androidmanagement_v1.rb | 2 +- .../apis/androidmanagement_v1/classes.rb | 10 +++ .../androidmanagement_v1/representations.rb | 1 + generated/google/apis/cloudbuild_v1.rb | 2 +- .../google/apis/cloudbuild_v1/classes.rb | 11 ++- .../apis/cloudresourcemanager_v1beta1.rb | 2 +- .../cloudresourcemanager_v1beta1/classes.rb | 6 +- .../cloudresourcemanager_v1beta1/service.rb | 2 + .../apis/cloudresourcemanager_v2beta1.rb | 2 +- .../cloudresourcemanager_v2beta1/classes.rb | 6 +- .../cloudresourcemanager_v2beta1/service.rb | 2 +- generated/google/apis/cloudtasks_v2beta2.rb | 2 +- .../google/apis/cloudtasks_v2beta2/classes.rb | 2 +- generated/google/apis/dataproc_v1.rb | 2 +- generated/google/apis/dataproc_v1/classes.rb | 66 +++++++-------- generated/google/apis/dataproc_v1beta2.rb | 2 +- .../google/apis/dataproc_v1beta2/classes.rb | 84 +++++++++---------- generated/google/apis/dlp_v2beta1.rb | 2 +- generated/google/apis/dlp_v2beta1/classes.rb | 19 +++-- generated/google/apis/dlp_v2beta2.rb | 2 +- generated/google/apis/dlp_v2beta2/classes.rb | 19 +++-- generated/google/apis/plus_domains_v1.rb | 2 +- .../google/apis/plus_domains_v1/service.rb | 2 +- generated/google/apis/servicecontrol_v1.rb | 2 +- generated/google/apis/servicemanagement_v1.rb | 2 +- .../apis/servicemanagement_v1/classes.rb | 6 +- generated/google/apis/storage_v1/service.rb | 2 +- .../google/apis/storage_v1beta1/service.rb | 2 +- 29 files changed, 142 insertions(+), 123 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index 423d49ee9..2e83182fa 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -6288,6 +6288,7 @@ "/androidmanagement:v1/Policy/keyguardDisabled": keyguard_disabled "/androidmanagement:v1/Policy/keyguardDisabledFeatures": keyguard_disabled_features "/androidmanagement:v1/Policy/keyguardDisabledFeatures/keyguard_disabled_feature": keyguard_disabled_feature +"/androidmanagement:v1/Policy/kioskCustomLauncherEnabled": kiosk_custom_launcher_enabled "/androidmanagement:v1/Policy/longSupportMessage": long_support_message "/androidmanagement:v1/Policy/maximumTimeToLock": maximum_time_to_lock "/androidmanagement:v1/Policy/mobileNetworksConfigDisabled": mobile_networks_config_disabled diff --git a/generated/google/apis/androidmanagement_v1.rb b/generated/google/apis/androidmanagement_v1.rb index 08e06cb66..321fae1bd 100644 --- a/generated/google/apis/androidmanagement_v1.rb +++ b/generated/google/apis/androidmanagement_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://developers.google.com/android/management module AndroidmanagementV1 VERSION = 'V1' - REVISION = '20171211' + REVISION = '20180104' # Manage Android devices and apps for your customers AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement' diff --git a/generated/google/apis/androidmanagement_v1/classes.rb b/generated/google/apis/androidmanagement_v1/classes.rb index 4c7825b47..6f8e162b0 100644 --- a/generated/google/apis/androidmanagement_v1/classes.rb +++ b/generated/google/apis/androidmanagement_v1/classes.rb @@ -1747,6 +1747,15 @@ module Google # @return [Array] attr_accessor :keyguard_disabled_features + # Flag to specify if kiosk custom launcher is enabled. If it is enabled the + # value for receiver_activity in PersistentPreferredActivity related to home + # intent will be ignored. When custom launcher is enabled, the kiosk will start + # in launcher mode and not locked to a specific application. + # Corresponds to the JSON property `kioskCustomLauncherEnabled` + # @return [Boolean] + attr_accessor :kiosk_custom_launcher_enabled + alias_method :kiosk_custom_launcher_enabled?, :kiosk_custom_launcher_enabled + # Provides user facing message with locale info. The maximum message length is # 4096 characters. # Corresponds to the JSON property `longSupportMessage` @@ -1999,6 +2008,7 @@ module Google @install_unknown_sources_allowed = args[:install_unknown_sources_allowed] if args.key?(:install_unknown_sources_allowed) @keyguard_disabled = args[:keyguard_disabled] if args.key?(:keyguard_disabled) @keyguard_disabled_features = args[:keyguard_disabled_features] if args.key?(:keyguard_disabled_features) + @kiosk_custom_launcher_enabled = args[:kiosk_custom_launcher_enabled] if args.key?(:kiosk_custom_launcher_enabled) @long_support_message = args[:long_support_message] if args.key?(:long_support_message) @maximum_time_to_lock = args[:maximum_time_to_lock] if args.key?(:maximum_time_to_lock) @mobile_networks_config_disabled = args[:mobile_networks_config_disabled] if args.key?(:mobile_networks_config_disabled) diff --git a/generated/google/apis/androidmanagement_v1/representations.rb b/generated/google/apis/androidmanagement_v1/representations.rb index ffc193ab1..9fdb78efd 100644 --- a/generated/google/apis/androidmanagement_v1/representations.rb +++ b/generated/google/apis/androidmanagement_v1/representations.rb @@ -664,6 +664,7 @@ module Google property :install_unknown_sources_allowed, as: 'installUnknownSourcesAllowed' property :keyguard_disabled, as: 'keyguardDisabled' collection :keyguard_disabled_features, as: 'keyguardDisabledFeatures' + property :kiosk_custom_launcher_enabled, as: 'kioskCustomLauncherEnabled' property :long_support_message, as: 'longSupportMessage', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation property :maximum_time_to_lock, :numeric_string => true, as: 'maximumTimeToLock' diff --git a/generated/google/apis/cloudbuild_v1.rb b/generated/google/apis/cloudbuild_v1.rb index e701d84ad..445f5f442 100644 --- a/generated/google/apis/cloudbuild_v1.rb +++ b/generated/google/apis/cloudbuild_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/container-builder/docs/ module CloudbuildV1 VERSION = 'V1' - REVISION = '20171212' + REVISION = '20180104' # 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/cloudbuild_v1/classes.rb b/generated/google/apis/cloudbuild_v1/classes.rb index 433ff832d..afd5c776a 100644 --- a/generated/google/apis/cloudbuild_v1/classes.rb +++ b/generated/google/apis/cloudbuild_v1/classes.rb @@ -165,11 +165,10 @@ module Google # @return [String] attr_accessor :timeout - # Stores timing information for phases of the build. - # Valid keys are: - # - BUILD: time to execute all build steps - # - PUSH: time to push all specified images. - # - FETCHSOURCE: time to fetch source. + # Stores timing information for phases of the build. Valid keys are: + # * BUILD: time to execute all build steps + # * PUSH: time to push all specified images. + # * FETCHSOURCE: time to fetch source. # If the build does not specify source, or does not specify images, # these keys will not be included. # Corresponds to the JSON property `timing` @@ -258,7 +257,7 @@ module Google # @return [String] attr_accessor :log_streaming_option - # GCE VM size to run the build on. + # Compute Engine machine type on which to run the build. # Corresponds to the JSON property `machineType` # @return [String] attr_accessor :machine_type diff --git a/generated/google/apis/cloudresourcemanager_v1beta1.rb b/generated/google/apis/cloudresourcemanager_v1beta1.rb index 23c2bb3a9..f4b0fd39a 100644 --- a/generated/google/apis/cloudresourcemanager_v1beta1.rb +++ b/generated/google/apis/cloudresourcemanager_v1beta1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/resource-manager module CloudresourcemanagerV1beta1 VERSION = 'V1beta1' - REVISION = '20171211' + REVISION = '20180103' # 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/cloudresourcemanager_v1beta1/classes.rb b/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb index 857e18b86..1a568795d 100644 --- a/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb +++ b/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb @@ -504,7 +504,7 @@ module Google # ] # ` # For a description of IAM and its features, see the - # [IAM developer's guide](https://cloud.google.com/iam). + # [IAM developer's guide](https://cloud.google.com/iam/docs). class Policy include Google::Apis::Core::Hashable @@ -533,7 +533,7 @@ module Google # @return [String] attr_accessor :etag - # Version of the `Policy`. The default version is 0. + # Deprecated. # Corresponds to the JSON property `version` # @return [Fixnum] attr_accessor :version @@ -730,7 +730,7 @@ module Google # ] # ` # For a description of IAM and its features, see the - # [IAM developer's guide](https://cloud.google.com/iam). + # [IAM developer's guide](https://cloud.google.com/iam/docs). # Corresponds to the JSON property `policy` # @return [Google::Apis::CloudresourcemanagerV1beta1::Policy] attr_accessor :policy diff --git a/generated/google/apis/cloudresourcemanager_v1beta1/service.rb b/generated/google/apis/cloudresourcemanager_v1beta1/service.rb index f521a674b..9b831c4bc 100644 --- a/generated/google/apis/cloudresourcemanager_v1beta1/service.rb +++ b/generated/google/apis/cloudresourcemanager_v1beta1/service.rb @@ -433,6 +433,8 @@ module Google # Returns the IAM access control policy for the specified Project. # Permission is denied if the policy or the resource does not exist. + # For additional information about resource structure and identification, + # see [Resource Names](/apis/design/resource_names). # @param [String] resource # REQUIRED: The resource for which the policy is being requested. # See the operation documentation for the appropriate value for this field. diff --git a/generated/google/apis/cloudresourcemanager_v2beta1.rb b/generated/google/apis/cloudresourcemanager_v2beta1.rb index 540e70fee..d18f90ca0 100644 --- a/generated/google/apis/cloudresourcemanager_v2beta1.rb +++ b/generated/google/apis/cloudresourcemanager_v2beta1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/resource-manager module CloudresourcemanagerV2beta1 VERSION = 'V2beta1' - REVISION = '20171211' + REVISION = '20180103' # 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/cloudresourcemanager_v2beta1/classes.rb b/generated/google/apis/cloudresourcemanager_v2beta1/classes.rb index ecf2894f3..70f7a39f6 100644 --- a/generated/google/apis/cloudresourcemanager_v2beta1/classes.rb +++ b/generated/google/apis/cloudresourcemanager_v2beta1/classes.rb @@ -477,7 +477,7 @@ module Google # ] # ` # For a description of IAM and its features, see the - # [IAM developer's guide](https://cloud.google.com/iam). + # [IAM developer's guide](https://cloud.google.com/iam/docs). class Policy include Google::Apis::Core::Hashable @@ -506,7 +506,7 @@ module Google # @return [String] attr_accessor :etag - # Version of the `Policy`. The default version is 0. + # Deprecated. # Corresponds to the JSON property `version` # @return [Fixnum] attr_accessor :version @@ -665,7 +665,7 @@ module Google # ] # ` # For a description of IAM and its features, see the - # [IAM developer's guide](https://cloud.google.com/iam). + # [IAM developer's guide](https://cloud.google.com/iam/docs). # Corresponds to the JSON property `policy` # @return [Google::Apis::CloudresourcemanagerV2beta1::Policy] attr_accessor :policy diff --git a/generated/google/apis/cloudresourcemanager_v2beta1/service.rb b/generated/google/apis/cloudresourcemanager_v2beta1/service.rb index 3eddeb983..8a6f4d866 100644 --- a/generated/google/apis/cloudresourcemanager_v2beta1/service.rb +++ b/generated/google/apis/cloudresourcemanager_v2beta1/service.rb @@ -239,7 +239,7 @@ module Google # @param [Boolean] show_deleted # Controls whether Folders in the # DELETE_REQUESTED - # state should be returned. + # state should be returned. Defaults to false. This field is optional. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user diff --git a/generated/google/apis/cloudtasks_v2beta2.rb b/generated/google/apis/cloudtasks_v2beta2.rb index 8538a2c8b..da42532b2 100644 --- a/generated/google/apis/cloudtasks_v2beta2.rb +++ b/generated/google/apis/cloudtasks_v2beta2.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/cloud-tasks/ module CloudtasksV2beta2 VERSION = 'V2beta2' - REVISION = '20180102' + REVISION = '20180104' # 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/cloudtasks_v2beta2/classes.rb b/generated/google/apis/cloudtasks_v2beta2/classes.rb index 5ca158e3b..d54ff460a 100644 --- a/generated/google/apis/cloudtasks_v2beta2/classes.rb +++ b/generated/google/apis/cloudtasks_v2beta2/classes.rb @@ -558,7 +558,7 @@ module Google # `filter` can be used to specify a subset of tasks to lease. # When `filter` is set to `tag=` then the # LeaseTasksResponse will contain only tasks whose - # PullMessage.tag is equal to ``. `` must be less than + # LeaseMessage.tag is equal to ``. `` must be less than # 500 bytes. # When `filter` is set to `tag_function=oldest_tag()`, only tasks which have # the same tag as the task with the oldest schedule_time will be returned. diff --git a/generated/google/apis/dataproc_v1.rb b/generated/google/apis/dataproc_v1.rb index e19befc0a..7c9ce1270 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 = '20171207' + REVISION = '20180102' # 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 6cb4a024a..bc70ccc97 100644 --- a/generated/google/apis/dataproc_v1/classes.rb +++ b/generated/google/apis/dataproc_v1/classes.rb @@ -77,7 +77,7 @@ module Google # @return [String] attr_accessor :cluster_name - # Output-only. A cluster UUID (Unique Universal Identifier). Cloud Dataproc + # Output only. A cluster UUID (Unique Universal Identifier). Cloud Dataproc # generates this value when it creates the cluster. # Corresponds to the JSON property `clusterUuid` # @return [String] @@ -114,7 +114,7 @@ module Google # @return [Google::Apis::DataprocV1::ClusterStatus] attr_accessor :status - # Output-only. The previous cluster status. + # Output only. The previous cluster status. # Corresponds to the JSON property `statusHistory` # @return [Array] attr_accessor :status_history @@ -241,27 +241,27 @@ module Google class ClusterOperationMetadata include Google::Apis::Core::Hashable - # Output-only. Name of the cluster for the operation. + # Output only. Name of the cluster for the operation. # Corresponds to the JSON property `clusterName` # @return [String] attr_accessor :cluster_name - # Output-only. Cluster UUID for the operation. + # Output only. Cluster UUID for the operation. # Corresponds to the JSON property `clusterUuid` # @return [String] attr_accessor :cluster_uuid - # Output-only. Short description of operation. + # Output only. Short description of operation. # Corresponds to the JSON property `description` # @return [String] attr_accessor :description - # Output-only. Labels associated with the operation + # Output only. Labels associated with the operation # Corresponds to the JSON property `labels` # @return [Hash] attr_accessor :labels - # Output-only. The operation type. + # Output only. The operation type. # Corresponds to the JSON property `operationType` # @return [String] attr_accessor :operation_type @@ -271,12 +271,12 @@ module Google # @return [Google::Apis::DataprocV1::ClusterOperationStatus] attr_accessor :status - # Output-only. The previous operation status. + # Output only. The previous operation status. # Corresponds to the JSON property `statusHistory` # @return [Array] attr_accessor :status_history - # Output-only. Errors encountered during operation execution. + # Output only. Errors encountered during operation execution. # Corresponds to the JSON property `warnings` # @return [Array] attr_accessor :warnings @@ -302,22 +302,22 @@ module Google class ClusterOperationStatus include Google::Apis::Core::Hashable - # Output-only.A message containing any operation metadata details. + # Output only. A message containing any operation metadata details. # Corresponds to the JSON property `details` # @return [String] attr_accessor :details - # Output-only. A message containing the detailed operation state. + # Output only. A message containing the detailed operation state. # Corresponds to the JSON property `innerState` # @return [String] attr_accessor :inner_state - # Output-only. A message containing the operation state. + # Output only. A message containing the operation state. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state - # Output-only. The time this state was entered. + # Output only. The time this state was entered. # Corresponds to the JSON property `stateStartTime` # @return [String] attr_accessor :state_start_time @@ -339,22 +339,22 @@ module Google class ClusterStatus include Google::Apis::Core::Hashable - # Output-only. Optional details of cluster's state. + # Output only. Optional details of cluster's state. # Corresponds to the JSON property `detail` # @return [String] attr_accessor :detail - # Output-only. The cluster's state. + # Output only. The cluster's state. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state - # Output-only. Time when this state was entered. + # Output only. Time when this state was entered. # Corresponds to the JSON property `stateStartTime` # @return [String] attr_accessor :state_start_time - # Output-only. Additional state information that includes status reported by the + # Output only. Additional state information that includes status reported by the # agent. # Corresponds to the JSON property `substate` # @return [String] @@ -390,7 +390,7 @@ module Google class DiagnoseClusterResults include Google::Apis::Core::Hashable - # Output-only. The Google Cloud Storage URI of the diagnostic output. The output + # Output only. The Google Cloud Storage URI of the diagnostic output. The output # report is a plain text file with a summary of collected diagnostics. # Corresponds to the JSON property `outputUri` # @return [String] @@ -714,7 +714,7 @@ module Google # @return [Google::Apis::DataprocV1::DiskConfig] attr_accessor :disk_config - # Output-only. The Google Compute Engine image resource used for cluster + # Output only. The Google Compute Engine image resource used for cluster # instances. Inferred from SoftwareConfig.image_version. # Corresponds to the JSON property `imageUri` # @return [String] @@ -775,14 +775,14 @@ module Google class Job include Google::Apis::Core::Hashable - # Output-only. If present, the location of miscellaneous control files which may + # Output only. If present, the location of miscellaneous control files which may # be used as part of job setup and handling. If not present, control files may # be placed in the same location as driver_output_uri. # Corresponds to the JSON property `driverControlFilesUri` # @return [String] attr_accessor :driver_control_files_uri - # Output-only. A URI pointing to the location of the stdout of the job's driver + # Output only. A URI pointing to the location of the stdout of the job's driver # program. # Corresponds to the JSON property `driverOutputResourceUri` # @return [String] @@ -855,12 +855,12 @@ module Google # @return [Google::Apis::DataprocV1::JobStatus] attr_accessor :status - # Output-only. The previous job status. + # Output only. The previous job status. # Corresponds to the JSON property `statusHistory` # @return [Array] attr_accessor :status_history - # Output-only. The collection of YARN applications spun up by this job.Beta + # Output only. The collection of YARN applications spun up by this job.Beta # Feature: This report is available for testing purposes only. It may be changed # before final release. # Corresponds to the JSON property `yarnApplications` @@ -900,7 +900,7 @@ module Google # @return [String] attr_accessor :cluster_name - # Output-only. A cluster UUID generated by the Cloud Dataproc service when the + # Output only. A cluster UUID generated by the Cloud Dataproc service when the # job is submitted. # Corresponds to the JSON property `clusterUuid` # @return [String] @@ -972,23 +972,23 @@ module Google class JobStatus include Google::Apis::Core::Hashable - # Output-only. Optional job state details, such as an error description if the + # Output only. Optional job state details, such as an error description if the # state is ERROR. # Corresponds to the JSON property `details` # @return [String] attr_accessor :details - # Output-only. A state message specifying the overall job state. + # Output only. A state message specifying the overall job state. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state - # Output-only. The time when this state was entered. + # Output only. The time when this state was entered. # Corresponds to the JSON property `stateStartTime` # @return [String] attr_accessor :state_start_time - # Output-only. Additional state information, which includes status reported by + # Output only. Additional state information, which includes status reported by # the agent. # Corresponds to the JSON property `substate` # @return [String] @@ -1011,12 +1011,12 @@ module Google class ListClustersResponse include Google::Apis::Core::Hashable - # Output-only. The clusters in the project. + # Output only. The clusters in the project. # Corresponds to the JSON property `clusters` # @return [Array] attr_accessor :clusters - # Output-only. This token is included in the response if there are more results + # Output only. This token is included in the response if there are more results # to fetch. To fetch additional results, provide this value as the page_token in # a subsequent ListClustersRequest. # Corresponds to the JSON property `nextPageToken` @@ -1038,7 +1038,7 @@ module Google class ListJobsResponse include Google::Apis::Core::Hashable - # Output-only. Jobs list. + # Output only. Jobs list. # Corresponds to the JSON property `jobs` # @return [Array] attr_accessor :jobs @@ -1111,12 +1111,12 @@ module Google class ManagedGroupConfig include Google::Apis::Core::Hashable - # Output-only. The name of the Instance Group Manager for this group. + # Output only. The name of the Instance Group Manager for this group. # Corresponds to the JSON property `instanceGroupManagerName` # @return [String] attr_accessor :instance_group_manager_name - # Output-only. The name of the Instance Template used for the Managed Instance + # Output only. The name of the Instance Template used for the Managed Instance # Group. # Corresponds to the JSON property `instanceTemplateName` # @return [String] diff --git a/generated/google/apis/dataproc_v1beta2.rb b/generated/google/apis/dataproc_v1beta2.rb index 1d8359a96..3f3e92893 100644 --- a/generated/google/apis/dataproc_v1beta2.rb +++ b/generated/google/apis/dataproc_v1beta2.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/dataproc/ module DataprocV1beta2 VERSION = 'V1beta2' - REVISION = '20171207' + REVISION = '20180102' # 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_v1beta2/classes.rb b/generated/google/apis/dataproc_v1beta2/classes.rb index 778732d64..856e1cfe6 100644 --- a/generated/google/apis/dataproc_v1beta2/classes.rb +++ b/generated/google/apis/dataproc_v1beta2/classes.rb @@ -116,7 +116,7 @@ module Google # @return [String] attr_accessor :cluster_name - # Output-only. A cluster UUID (Unique Universal Identifier). Cloud Dataproc + # Output only. A cluster UUID (Unique Universal Identifier). Cloud Dataproc # generates this value when it creates the cluster. # Corresponds to the JSON property `clusterUuid` # @return [String] @@ -153,7 +153,7 @@ module Google # @return [Google::Apis::DataprocV1beta2::ClusterStatus] attr_accessor :status - # Output-only. The previous cluster status. + # Output only. The previous cluster status. # Corresponds to the JSON property `statusHistory` # @return [Array] attr_accessor :status_history @@ -282,7 +282,7 @@ module Google end end - # + # The cluster operation triggered by a workflow. class ClusterOperation include Google::Apis::Core::Hashable @@ -318,27 +318,27 @@ module Google class ClusterOperationMetadata include Google::Apis::Core::Hashable - # Output-only. Name of the cluster for the operation. + # Output only. Name of the cluster for the operation. # Corresponds to the JSON property `clusterName` # @return [String] attr_accessor :cluster_name - # Output-only. Cluster UUID for the operation. + # Output only. Cluster UUID for the operation. # Corresponds to the JSON property `clusterUuid` # @return [String] attr_accessor :cluster_uuid - # Output-only. Short description of operation. + # Output only. Short description of operation. # Corresponds to the JSON property `description` # @return [String] attr_accessor :description - # Output-only. Labels associated with the operation + # Output only. Labels associated with the operation # Corresponds to the JSON property `labels` # @return [Hash] attr_accessor :labels - # Output-only. The operation type. + # Output only. The operation type. # Corresponds to the JSON property `operationType` # @return [String] attr_accessor :operation_type @@ -348,12 +348,12 @@ module Google # @return [Google::Apis::DataprocV1beta2::ClusterOperationStatus] attr_accessor :status - # Output-only. The previous operation status. + # Output only. The previous operation status. # Corresponds to the JSON property `statusHistory` # @return [Array] attr_accessor :status_history - # Output-only. Errors encountered during operation execution. + # Output only. Errors encountered during operation execution. # Corresponds to the JSON property `warnings` # @return [Array] attr_accessor :warnings @@ -379,22 +379,22 @@ module Google class ClusterOperationStatus include Google::Apis::Core::Hashable - # Output-only.A message containing any operation metadata details. + # Output only. A message containing any operation metadata details. # Corresponds to the JSON property `details` # @return [String] attr_accessor :details - # Output-only. A message containing the detailed operation state. + # Output only. A message containing the detailed operation state. # Corresponds to the JSON property `innerState` # @return [String] attr_accessor :inner_state - # Output-only. A message containing the operation state. + # Output only. A message containing the operation state. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state - # Output-only. The time this state was entered. + # Output only. The time this state was entered. # Corresponds to the JSON property `stateStartTime` # @return [String] attr_accessor :state_start_time @@ -443,22 +443,22 @@ module Google class ClusterStatus include Google::Apis::Core::Hashable - # Output-only. Optional details of cluster's state. + # Output only. Optional details of cluster's state. # Corresponds to the JSON property `detail` # @return [String] attr_accessor :detail - # Output-only. The cluster's state. + # Output only. The cluster's state. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state - # Output-only. Time when this state was entered. + # Output only. Time when this state was entered. # Corresponds to the JSON property `stateStartTime` # @return [String] attr_accessor :state_start_time - # Output-only. Additional state information that includes status reported by the + # Output only. Additional state information that includes status reported by the # agent. # Corresponds to the JSON property `substate` # @return [String] @@ -494,7 +494,7 @@ module Google class DiagnoseClusterResults include Google::Apis::Core::Hashable - # Output-only. The Google Cloud Storage URI of the diagnostic output. The output + # Output only. The Google Cloud Storage URI of the diagnostic output. The output # report is a plain text file with a summary of collected diagnostics. # Corresponds to the JSON property `outputUri` # @return [String] @@ -825,7 +825,7 @@ module Google # @return [Google::Apis::DataprocV1beta2::DiskConfig] attr_accessor :disk_config - # Output-only. The Google Compute Engine image resource used for cluster + # Output only. The Google Compute Engine image resource used for cluster # instances. Inferred from SoftwareConfig.image_version. # Corresponds to the JSON property `imageUri` # @return [String] @@ -859,8 +859,8 @@ module Google # @return [Google::Apis::DataprocV1beta2::ManagedGroupConfig] attr_accessor :managed_group_config - # Optional. Specifies the minimum cpu platform for the Instance Group. Examples: - # * https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform + # Optional. Specifies the minimum cpu platform for the Instance Group. See Cloud + # Dataproc→Minimum CPU Platform. # Corresponds to the JSON property `minCpuPlatform` # @return [String] attr_accessor :min_cpu_platform @@ -926,14 +926,14 @@ module Google class Job include Google::Apis::Core::Hashable - # Output-only. If present, the location of miscellaneous control files which may + # Output only. If present, the location of miscellaneous control files which may # be used as part of job setup and handling. If not present, control files may # be placed in the same location as driver_output_uri. # Corresponds to the JSON property `driverControlFilesUri` # @return [String] attr_accessor :driver_control_files_uri - # Output-only. A URI pointing to the location of the stdout of the job's driver + # Output only. A URI pointing to the location of the stdout of the job's driver # program. # Corresponds to the JSON property `driverOutputResourceUri` # @return [String] @@ -1006,12 +1006,12 @@ module Google # @return [Google::Apis::DataprocV1beta2::JobStatus] attr_accessor :status - # Output-only. The previous job status. + # Output only. The previous job status. # Corresponds to the JSON property `statusHistory` # @return [Array] attr_accessor :status_history - # Output-only. The collection of YARN applications spun up by this job.Beta + # Output only. The collection of YARN applications spun up by this job.Beta # Feature: This report is available for testing purposes only. It may be changed # before final release. # Corresponds to the JSON property `yarnApplications` @@ -1051,7 +1051,7 @@ module Google # @return [String] attr_accessor :cluster_name - # Output-only. A cluster UUID generated by the Cloud Dataproc service when the + # Output only. A cluster UUID generated by the Cloud Dataproc service when the # job is submitted. # Corresponds to the JSON property `clusterUuid` # @return [String] @@ -1123,23 +1123,23 @@ module Google class JobStatus include Google::Apis::Core::Hashable - # Output-only. Optional job state details, such as an error description if the + # Output only. Optional job state details, such as an error description if the # state is ERROR. # Corresponds to the JSON property `details` # @return [String] attr_accessor :details - # Output-only. A state message specifying the overall job state. + # Output only. A state message specifying the overall job state. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state - # Output-only. The time when this state was entered. + # Output only. The time when this state was entered. # Corresponds to the JSON property `stateStartTime` # @return [String] attr_accessor :state_start_time - # Output-only. Additional state information, which includes status reported by + # Output only. Additional state information, which includes status reported by # the agent. # Corresponds to the JSON property `substate` # @return [String] @@ -1195,12 +1195,12 @@ module Google class ListClustersResponse include Google::Apis::Core::Hashable - # Output-only. The clusters in the project. + # Output only. The clusters in the project. # Corresponds to the JSON property `clusters` # @return [Array] attr_accessor :clusters - # Output-only. This token is included in the response if there are more results + # Output only. This token is included in the response if there are more results # to fetch. To fetch additional results, provide this value as the page_token in # a subsequent ListClustersRequest. # Corresponds to the JSON property `nextPageToken` @@ -1222,7 +1222,7 @@ module Google class ListJobsResponse include Google::Apis::Core::Hashable - # Output-only. Jobs list. + # Output only. Jobs list. # Corresponds to the JSON property `jobs` # @return [Array] attr_accessor :jobs @@ -1358,12 +1358,12 @@ module Google class ManagedGroupConfig include Google::Apis::Core::Hashable - # Output-only. The name of the Instance Group Manager for this group. + # Output only. The name of the Instance Group Manager for this group. # Corresponds to the JSON property `instanceGroupManagerName` # @return [String] attr_accessor :instance_group_manager_name - # Output-only. The name of the Instance Template used for the Managed Instance + # Output only. The name of the Instance Template used for the Managed Instance # Group. # Corresponds to the JSON property `instanceTemplateName` # @return [String] @@ -1499,7 +1499,7 @@ module Google end end - # + # A job executed by the workflow. class OrderedJob include Google::Apis::Core::Hashable @@ -1674,7 +1674,7 @@ module Google # ] # ` # For a description of IAM and its features, see the IAM developer's guide ( - # https://cloud.google.com/iam). + # https://cloud.google.com/iam/docs). class Policy include Google::Apis::Core::Hashable @@ -1697,7 +1697,7 @@ module Google # @return [String] attr_accessor :etag - # Version of the Policy. The default version is 0. + # Deprecated. # Corresponds to the JSON property `version` # @return [Fixnum] attr_accessor :version @@ -1844,7 +1844,7 @@ module Google # ] # ` # For a description of IAM and its features, see the IAM developer's guide ( - # https://cloud.google.com/iam). + # https://cloud.google.com/iam/docs). # Corresponds to the JSON property `policy` # @return [Google::Apis::DataprocV1beta2::Policy] attr_accessor :policy @@ -2176,12 +2176,12 @@ module Google # @return [String] attr_accessor :cluster_name - # Output only. The create cluster operation metadata. + # The cluster operation triggered by a workflow. # Corresponds to the JSON property `createCluster` # @return [Google::Apis::DataprocV1beta2::ClusterOperation] attr_accessor :create_cluster - # Output only. The delete cluster operation metadata. + # The cluster operation triggered by a workflow. # Corresponds to the JSON property `deleteCluster` # @return [Google::Apis::DataprocV1beta2::ClusterOperation] attr_accessor :delete_cluster diff --git a/generated/google/apis/dlp_v2beta1.rb b/generated/google/apis/dlp_v2beta1.rb index d983768b6..13b1b6033 100644 --- a/generated/google/apis/dlp_v2beta1.rb +++ b/generated/google/apis/dlp_v2beta1.rb @@ -27,7 +27,7 @@ module Google # @see https://cloud.google.com/dlp/docs/ module DlpV2beta1 VERSION = 'V2beta1' - REVISION = '20171219' + REVISION = '20180103' # 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/dlp_v2beta1/classes.rb b/generated/google/apis/dlp_v2beta1/classes.rb index 92883acac..290e2e402 100644 --- a/generated/google/apis/dlp_v2beta1/classes.rb +++ b/generated/google/apis/dlp_v2beta1/classes.rb @@ -1309,7 +1309,7 @@ module Google end end - # Container structure describing a single finding within a string or image. + # Represents a piece of potentially sensitive content. class GooglePrivacyDlpV2beta1Finding include Google::Apis::Core::Hashable @@ -1323,17 +1323,19 @@ module Google # @return [Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1InfoType] attr_accessor :info_type - # Estimate of how likely it is that the info_type is correct. + # Estimate of how likely it is that the `info_type` is correct. # Corresponds to the JSON property `likelihood` # @return [String] attr_accessor :likelihood - # Specifies the location of a finding within its source item. + # Specifies the location of the finding. # Corresponds to the JSON property `location` # @return [Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Location] attr_accessor :location - # The specific string that may be potentially sensitive info. + # The content that was found. Even if the content is not textual, it + # may be converted to a textual representation here. + # Provided if requested by the `InspectConfig`. # Corresponds to the JSON property `quote` # @return [String] attr_accessor :quote @@ -2377,7 +2379,7 @@ module Google end end - # Specifies the location of a finding within its source item. + # Specifies the location of the finding. class GooglePrivacyDlpV2beta1Location include Google::Apis::Core::Hashable @@ -2396,7 +2398,8 @@ module Google # @return [Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1FieldId] attr_accessor :field_id - # Location within an image's pixels. + # The area within the image that contained the finding. + # Provided when the content is an image. # Corresponds to the JSON property `imageBoxes` # @return [Array] attr_accessor :image_boxes @@ -2406,7 +2409,7 @@ module Google # @return [Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1RecordKey] attr_accessor :record_key - # Location of a finding within a `ContentItem.Table`. + # Location of a finding within a table. # Corresponds to the JSON property `tableLocation` # @return [Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1TableLocation] attr_accessor :table_location @@ -3291,7 +3294,7 @@ module Google end end - # Location of a finding within a `ContentItem.Table`. + # Location of a finding within a table. class GooglePrivacyDlpV2beta1TableLocation include Google::Apis::Core::Hashable diff --git a/generated/google/apis/dlp_v2beta2.rb b/generated/google/apis/dlp_v2beta2.rb index cdb2114cb..477bcf0f9 100644 --- a/generated/google/apis/dlp_v2beta2.rb +++ b/generated/google/apis/dlp_v2beta2.rb @@ -27,7 +27,7 @@ module Google # @see https://cloud.google.com/dlp/docs/ module DlpV2beta2 VERSION = 'V2beta2' - REVISION = '20171219' + REVISION = '20180103' # 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/dlp_v2beta2/classes.rb b/generated/google/apis/dlp_v2beta2/classes.rb index 5f3cb0775..67fee7d31 100644 --- a/generated/google/apis/dlp_v2beta2/classes.rb +++ b/generated/google/apis/dlp_v2beta2/classes.rb @@ -2886,7 +2886,7 @@ module Google end end - # Container structure describing a single finding within a string or image. + # Represents a piece of potentially sensitive content. class GooglePrivacyDlpV2beta2Finding include Google::Apis::Core::Hashable @@ -2900,17 +2900,19 @@ module Google # @return [Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InfoType] attr_accessor :info_type - # Estimate of how likely it is that the info_type is correct. + # Estimate of how likely it is that the `info_type` is correct. # Corresponds to the JSON property `likelihood` # @return [String] attr_accessor :likelihood - # Specifies the location of a finding within its source item. + # Specifies the location of the finding. # Corresponds to the JSON property `location` # @return [Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Location] attr_accessor :location - # The specific string that may be potentially sensitive info. + # The content that was found. Even if the content is not textual, it + # may be converted to a textual representation here. + # Provided if requested by the `InspectConfig`. # Corresponds to the JSON property `quote` # @return [String] attr_accessor :quote @@ -4085,7 +4087,7 @@ module Google end end - # Specifies the location of a finding within its source item. + # Specifies the location of the finding. class GooglePrivacyDlpV2beta2Location include Google::Apis::Core::Hashable @@ -4104,7 +4106,8 @@ module Google # @return [Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FieldId] attr_accessor :field_id - # Location within an image's pixels. + # The area within the image that contained the finding. + # Provided when the content is an image. # Corresponds to the JSON property `imageBoxes` # @return [Array] attr_accessor :image_boxes @@ -4114,7 +4117,7 @@ module Google # @return [Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2RecordKey] attr_accessor :record_key - # Location of a finding within a `ContentItem.Table`. + # Location of a finding within a table. # Corresponds to the JSON property `tableLocation` # @return [Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2TableLocation] attr_accessor :table_location @@ -5007,7 +5010,7 @@ module Google end end - # Location of a finding within a `ContentItem.Table`. + # Location of a finding within a table. class GooglePrivacyDlpV2beta2TableLocation include Google::Apis::Core::Hashable diff --git a/generated/google/apis/plus_domains_v1.rb b/generated/google/apis/plus_domains_v1.rb index 5ebf6170d..5293988be 100644 --- a/generated/google/apis/plus_domains_v1.rb +++ b/generated/google/apis/plus_domains_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/+/domains/ module PlusDomainsV1 VERSION = 'V1' - REVISION = '20170828' + REVISION = '20171030' # View your circles and the people and pages in them AUTH_PLUS_CIRCLES_READ = 'https://www.googleapis.com/auth/plus.circles.read' diff --git a/generated/google/apis/plus_domains_v1/service.rb b/generated/google/apis/plus_domains_v1/service.rb index 455d63a58..6df925841 100644 --- a/generated/google/apis/plus_domains_v1/service.rb +++ b/generated/google/apis/plus_domains_v1/service.rb @@ -50,7 +50,7 @@ module Google def initialize super('https://www.googleapis.com/', 'plusDomains/v1/') - @batch_path = 'batch' + @batch_path = 'batch/plusDomains/v1' end # Get an activity. diff --git a/generated/google/apis/servicecontrol_v1.rb b/generated/google/apis/servicecontrol_v1.rb index d03a28f06..66a0f80bd 100644 --- a/generated/google/apis/servicecontrol_v1.rb +++ b/generated/google/apis/servicecontrol_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/service-control/ module ServicecontrolV1 VERSION = 'V1' - REVISION = '20171218' + REVISION = '20171229' # 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/servicemanagement_v1.rb b/generated/google/apis/servicemanagement_v1.rb index 6ab9ef350..c02f1e909 100644 --- a/generated/google/apis/servicemanagement_v1.rb +++ b/generated/google/apis/servicemanagement_v1.rb @@ -27,7 +27,7 @@ module Google # @see https://cloud.google.com/service-management/ module ServicemanagementV1 VERSION = 'V1' - REVISION = '20171216' + REVISION = '20171229' # 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/servicemanagement_v1/classes.rb b/generated/google/apis/servicemanagement_v1/classes.rb index b83bc6635..7a002666c 100644 --- a/generated/google/apis/servicemanagement_v1/classes.rb +++ b/generated/google/apis/servicemanagement_v1/classes.rb @@ -3189,7 +3189,7 @@ module Google # ] # ` # For a description of IAM and its features, see the - # [IAM developer's guide](https://cloud.google.com/iam). + # [IAM developer's guide](https://cloud.google.com/iam/docs). class Policy include Google::Apis::Core::Hashable @@ -3224,7 +3224,7 @@ module Google attr_accessor :iam_owned alias_method :iam_owned?, :iam_owned - # Version of the `Policy`. The default version is 0. + # Deprecated. # Corresponds to the JSON property `version` # @return [Fixnum] attr_accessor :version @@ -4001,7 +4001,7 @@ module Google # ] # ` # For a description of IAM and its features, see the - # [IAM developer's guide](https://cloud.google.com/iam). + # [IAM developer's guide](https://cloud.google.com/iam/docs). # Corresponds to the JSON property `policy` # @return [Google::Apis::ServicemanagementV1::Policy] attr_accessor :policy diff --git a/generated/google/apis/storage_v1/service.rb b/generated/google/apis/storage_v1/service.rb index 1d8c3cdfe..19cf40f73 100644 --- a/generated/google/apis/storage_v1/service.rb +++ b/generated/google/apis/storage_v1/service.rb @@ -50,7 +50,7 @@ module Google def initialize super('https://www.googleapis.com/', 'storage/v1/') - @batch_path = 'batch/storage/v1' + @batch_path = 'batch' end # Permanently deletes the ACL entry for the specified entity on the specified diff --git a/generated/google/apis/storage_v1beta1/service.rb b/generated/google/apis/storage_v1beta1/service.rb index d1471142b..f0dc2760b 100644 --- a/generated/google/apis/storage_v1beta1/service.rb +++ b/generated/google/apis/storage_v1beta1/service.rb @@ -50,7 +50,7 @@ module Google def initialize super('https://www.googleapis.com/', 'storage/v1beta1/') - @batch_path = 'batch/storage/v1beta1' + @batch_path = 'batch' end # Deletes the ACL entry for the specified entity on the specified bucket.