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
This commit is contained in:
parent
01b5f3c6a8
commit
be05d82feb
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1747,6 +1747,15 @@ module Google
|
|||
# @return [Array<String>]
|
||||
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)
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -558,7 +558,7 @@ module Google
|
|||
# `filter` can be used to specify a subset of tasks to lease.
|
||||
# When `filter` is set to `tag=<my-tag>` then the
|
||||
# LeaseTasksResponse will contain only tasks whose
|
||||
# PullMessage.tag is equal to `<my-tag>`. `<my-tag>` must be less than
|
||||
# LeaseMessage.tag is equal to `<my-tag>`. `<my-tag>` 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.
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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<Google::Apis::DataprocV1::ClusterStatus>]
|
||||
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<String,String>]
|
||||
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<Google::Apis::DataprocV1::ClusterOperationStatus>]
|
||||
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<String>]
|
||||
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<Google::Apis::DataprocV1::JobStatus>]
|
||||
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 <code>ERROR</code>.
|
||||
# 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<Google::Apis::DataprocV1::Cluster>]
|
||||
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<Google::Apis::DataprocV1::Job>]
|
||||
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]
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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<Google::Apis::DataprocV1beta2::ClusterStatus>]
|
||||
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<String,String>]
|
||||
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<Google::Apis::DataprocV1beta2::ClusterOperationStatus>]
|
||||
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<String>]
|
||||
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<Google::Apis::DataprocV1beta2::JobStatus>]
|
||||
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 <code>ERROR</code>.
|
||||
# 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<Google::Apis::DataprocV1beta2::Cluster>]
|
||||
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 <code>ListClustersRequest</code>.
|
||||
# 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<Google::Apis::DataprocV1beta2::Job>]
|
||||
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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1ImageLocation>]
|
||||
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
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2ImageLocation>]
|
||||
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
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue