Autogenerated update (2020-09-20)
Update: - dataproc_v1 - dataproc_v1beta2 - servicecontrol_v1 - servicecontrol_v2
This commit is contained in:
parent
f6e2d4c185
commit
042ece8efa
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/dataproc/
|
||||
module DataprocV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20200902'
|
||||
REVISION = '20200911'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -419,7 +419,7 @@ module Google
|
|||
attr_accessor :endpoint_config
|
||||
|
||||
# Common config settings for resources of Compute Engine cluster instances,
|
||||
# applicable to all instances in the cluster. NEXT ID: 13
|
||||
# applicable to all instances in the cluster. NEXT ID: 14
|
||||
# Corresponds to the JSON property `gceClusterConfig`
|
||||
# @return [Google::Apis::DataprocV1::GceClusterConfig]
|
||||
attr_accessor :gce_cluster_config
|
||||
|
@ -914,7 +914,7 @@ module Google
|
|||
end
|
||||
|
||||
# Common config settings for resources of Compute Engine cluster instances,
|
||||
# applicable to all instances in the cluster. NEXT ID: 13
|
||||
# applicable to all instances in the cluster. NEXT ID: 14
|
||||
class GceClusterConfig
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
|
@ -1389,7 +1389,7 @@ module Google
|
|||
include Google::Apis::Core::Hashable
|
||||
|
||||
# Optional. Map from parameter names to values that should be used for those
|
||||
# parameters. Values may not exceed 100 characters.
|
||||
# parameters. Values may not exceed 1000 characters.
|
||||
# Corresponds to the JSON property `parameters`
|
||||
# @return [Hash<String,String>]
|
||||
attr_accessor :parameters
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/dataproc/
|
||||
module DataprocV1beta2
|
||||
VERSION = 'V1beta2'
|
||||
REVISION = '20200902'
|
||||
REVISION = '20200911'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -449,7 +449,7 @@ module Google
|
|||
# @return [Google::Apis::DataprocV1beta2::InstanceGroupConfig]
|
||||
attr_accessor :master_config
|
||||
|
||||
# Specifies the metastore configuration.
|
||||
# Specifies a Metastore configuration.
|
||||
# Corresponds to the JSON property `metastoreConfig`
|
||||
# @return [Google::Apis::DataprocV1beta2::MetastoreConfig]
|
||||
attr_accessor :metastore_config
|
||||
|
@ -1423,7 +1423,7 @@ module Google
|
|||
attr_accessor :instance_id
|
||||
|
||||
# Optional. Map from parameter names to values that should be used for those
|
||||
# parameters. Values may not exceed 100 characters.
|
||||
# parameters. Values may not exceed 1000 characters.
|
||||
# Corresponds to the JSON property `parameters`
|
||||
# @return [Hash<String,String>]
|
||||
attr_accessor :parameters
|
||||
|
@ -2161,11 +2161,12 @@ module Google
|
|||
end
|
||||
end
|
||||
|
||||
# Specifies the metastore configuration.
|
||||
# Specifies a Metastore configuration.
|
||||
class MetastoreConfig
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# Optional. Relative resource name of an existing Dataproc Metastore service.
|
||||
# Required. Resource name of an existing Dataproc Metastore service.Example:
|
||||
# projects/[project_id]/locations/[dataproc_region]/services/[service-name]
|
||||
# Corresponds to the JSON property `dataprocMetastoreService`
|
||||
# @return [String]
|
||||
attr_accessor :dataproc_metastore_service
|
||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://cloud.google.com/service-control/
|
||||
module ServicecontrolV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20200814'
|
||||
REVISION = '20200911'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -390,15 +390,18 @@ module Google
|
|||
attr_accessor :authority_selector
|
||||
|
||||
# The email address of the authenticated user (or service account on behalf of
|
||||
# third party principal) making the request. For privacy reasons, the principal
|
||||
# email address is redacted for all read-only operations that fail with a "
|
||||
# permission denied" error.
|
||||
# third party principal) making the request. For third party identity callers,
|
||||
# the `principal_subject` field is populated instead of this field. For privacy
|
||||
# reasons, the principal email address is sometimes redacted. For more
|
||||
# information, see [Caller identities in audit logs](https://cloud.google.com/
|
||||
# logging/docs/audit#user-id).
|
||||
# Corresponds to the JSON property `principalEmail`
|
||||
# @return [String]
|
||||
attr_accessor :principal_email
|
||||
|
||||
# String representation of identity of requesting party. Populated for both
|
||||
# first and third party identities.
|
||||
# first and third party identities. Only present for APIs that support third-
|
||||
# party identities.
|
||||
# Corresponds to the JSON property `principalSubject`
|
||||
# @return [String]
|
||||
attr_accessor :principal_subject
|
||||
|
@ -2079,7 +2082,7 @@ module Google
|
|||
include Google::Apis::Core::Hashable
|
||||
|
||||
# The identifier of the parent of this resource instance. Must be in one of the
|
||||
# following formats: - “projects/” - “folders/” - “organizations/”
|
||||
# following formats: - `projects/` - `folders/` - `organizations/`
|
||||
# Corresponds to the JSON property `resourceContainer`
|
||||
# @return [String]
|
||||
attr_accessor :resource_container
|
||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://cloud.google.com/service-control/
|
||||
module ServicecontrolV2
|
||||
VERSION = 'V2'
|
||||
REVISION = '20200808'
|
||||
REVISION = '20200911'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -361,15 +361,18 @@ module Google
|
|||
attr_accessor :authority_selector
|
||||
|
||||
# The email address of the authenticated user (or service account on behalf of
|
||||
# third party principal) making the request. For privacy reasons, the principal
|
||||
# email address is redacted for all read-only operations that fail with a "
|
||||
# permission denied" error.
|
||||
# third party principal) making the request. For third party identity callers,
|
||||
# the `principal_subject` field is populated instead of this field. For privacy
|
||||
# reasons, the principal email address is sometimes redacted. For more
|
||||
# information, see [Caller identities in audit logs](https://cloud.google.com/
|
||||
# logging/docs/audit#user-id).
|
||||
# Corresponds to the JSON property `principalEmail`
|
||||
# @return [String]
|
||||
attr_accessor :principal_email
|
||||
|
||||
# String representation of identity of requesting party. Populated for both
|
||||
# first and third party identities.
|
||||
# first and third party identities. Only present for APIs that support third-
|
||||
# party identities.
|
||||
# Corresponds to the JSON property `principalSubject`
|
||||
# @return [String]
|
||||
attr_accessor :principal_subject
|
||||
|
|
Loading…
Reference in New Issue