Autogenerated update (2019-04-28)

Update:
- appengine_v1beta
- dataproc_v1
- dataproc_v1beta2
This commit is contained in:
Google APIs 2019-04-28 00:37:39 +00:00
parent 99be4b4eb5
commit e482cac8ad
6 changed files with 47 additions and 33 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/appengine/docs/admin-api/
module AppengineV1beta
VERSION = 'V1beta'
REVISION = '20190411'
REVISION = '20190419'
# View and manage your applications deployed on Google App Engine
AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'

View File

@ -324,7 +324,8 @@ module Google
# @return [Google::Apis::AppengineV1beta::CpuUtilization]
attr_accessor :cpu_utilization
# Target scaling by user-provided metrics.
# Target scaling by user-provided metrics. Only applicable in the App Engine
# flexible environment.
# Corresponds to the JSON property `customMetrics`
# @return [Array<Google::Apis::AppengineV1beta::CustomMetric>]
attr_accessor :custom_metrics

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/dataproc/
module DataprocV1
VERSION = 'V1'
REVISION = '20190301'
REVISION = '20190417'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -215,8 +215,8 @@ module Google
# default, executables are run on master and all worker nodes. You can test a
# node's role metadata to run an executable on a master or worker node, as shown
# below using curl (you can also use wget):
# ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/
# instance/attributes/dataproc-role)
# ROLE=$(curl -H Metadata-Flavor:Google
# http://metadata/computeMetadata/v1/instance/attributes/dataproc-role)
# if [[ "$`ROLE`" == 'Master' ]]; then
# ... master specific actions ...
# else
@ -707,8 +707,8 @@ module Google
# Cannot be specified with network_uri.A full URL, partial URI, or short name
# are valid. Examples:
# https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/
# sub0
# projects/[project_id]/regions/us-east1/sub0
# subnetworks/sub0
# projects/[project_id]/regions/us-east1/subnetworks/sub0
# sub0
# Corresponds to the JSON property `subnetworkUri`
# @return [String]
@ -2003,7 +2003,7 @@ module Google
# Optional. The version of software inside the cluster. It must be one of the
# supported Cloud Dataproc Versions, such as "1.2" (including a subminor version,
# such as "1.2.29"), or the "preview" version. If unspecified, it defaults to
# the latest version.
# the latest Debian version.
# Corresponds to the JSON property `imageVersion`
# @return [String]
attr_accessor :image_version

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/dataproc/
module DataprocV1beta2
VERSION = 'V1beta2'
REVISION = '20190313'
REVISION = '20190417'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -926,8 +926,8 @@ module Google
# Cannot be specified with network_uri.A full URL, partial URI, or short name
# are valid. Examples:
# https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/
# sub0
# projects/[project_id]/regions/us-east1/sub0
# subnetworks/sub0
# projects/[project_id]/regions/us-east1/subnetworks/sub0
# sub0
# Corresponds to the JSON property `subnetworkUri`
# @return [String]
@ -1138,7 +1138,20 @@ module Google
# @return [Fixnum]
attr_accessor :min_instances
#
# Optional. Weight for the instance group, which is used to determine the
# fraction of total workers in the cluster from this instance group. For example,
# if primary workers have weight 2, and secondary workers have weight 1, the
# cluster will have approximately 2 primary workers for each secondary worker.
# The cluster may not reach the specified balance if constrained by min/max
# bounds or other autoscaling settings. For example, if max_instances for
# secondary workers is 0, then only primary workers will be added. The cluster
# can also be out of balance when created.If weight is not set on any instance
# group, the cluster will default to equal weight for all groups: the cluster
# will attempt to maintain an equal number of workers in each group within the
# configured size bounds for each group. If weight is set for one group only,
# the cluster will default to zero weight on the unset group. For example if
# weight is set only on primary workers, the cluster will use primary workers
# only and no secondary workers.
# Corresponds to the JSON property `weight`
# @return [Fixnum]
attr_accessor :weight
@ -1568,9 +1581,9 @@ module Google
# @return [String]
attr_accessor :cross_realm_trust_realm
# Optional. The GCS uri of a KMS encrypted file containing the shared password
# between the on-cluster Kerberos realm and the remote trusted realm, in a cross
# realm trust relationship.
# Optional. The Cloud Storage URI of a KMS encrypted file containing the shared
# password between the on-cluster Kerberos realm and the remote trusted realm,
# in a cross realm trust relationship.
# Corresponds to the JSON property `crossRealmTrustSharedPasswordUri`
# @return [String]
attr_accessor :cross_realm_trust_shared_password_uri
@ -1581,28 +1594,28 @@ module Google
attr_accessor :enable_kerberos
alias_method :enable_kerberos?, :enable_kerberos
# Optional. The GCS uri of a KMS encrypted file containing the master key of the
# KDC database.
# Optional. The Cloud Storage URI of a KMS encrypted file containing the master
# key of the KDC database.
# Corresponds to the JSON property `kdcDbKeyUri`
# @return [String]
attr_accessor :kdc_db_key_uri
# Optional. The GCS uri of a KMS encrypted file containing the password to the
# user provided key. For the self-signed certificate, this password is generated
# by Dataproc.
# Optional. The Cloud Storage URI of a KMS encrypted file containing the
# password to the user provided key. For the self-signed certificate, this
# password is generated by Dataproc.
# Corresponds to the JSON property `keyPasswordUri`
# @return [String]
attr_accessor :key_password_uri
# Optional. The GCS uri of a KMS encrypted file containing the password to the
# user provided keystore. For the self-signed certificate, this password is
# generated by Dataproc.
# Optional. The Cloud Storage URI of a KMS encrypted file containing the
# password to the user provided keystore. For the self-signed certificate, this
# password is generated by Dataproc.
# Corresponds to the JSON property `keystorePasswordUri`
# @return [String]
attr_accessor :keystore_password_uri
# Optional. The GCS uri of the keystore file used for SSL encryption. If not
# provided, Dataproc will provide a self-signed certificate.
# Optional. The Cloud Storage URI of the keystore file used for SSL encryption.
# If not provided, Dataproc will provide a self-signed certificate.
# Corresponds to the JSON property `keystoreUri`
# @return [String]
attr_accessor :keystore_uri
@ -1612,8 +1625,8 @@ module Google
# @return [String]
attr_accessor :kms_key_uri
# Required. The GCS uri of a KMS encrypted file containing the root principal
# password.
# Required. The Cloud Storage URI of a KMS encrypted file containing the root
# principal password.
# Corresponds to the JSON property `rootPrincipalPasswordUri`
# @return [String]
attr_accessor :root_principal_password_uri
@ -1624,15 +1637,15 @@ module Google
# @return [Fixnum]
attr_accessor :tgt_lifetime_hours
# Optional. The GCS uri of a KMS encrypted file containing the password to the
# user provided truststore. For the self-signed certificate, this password is
# generated by Dataproc.
# Optional. The Cloud Storage URI of a KMS encrypted file containing the
# password to the user provided truststore. For the self-signed certificate,
# this password is generated by Dataproc.
# Corresponds to the JSON property `truststorePasswordUri`
# @return [String]
attr_accessor :truststore_password_uri
# Optional. The GCS uri of the truststore file used for SSL encryption. If not
# provided, Dataproc will provide a self-signed certificate.
# Optional. The Cloud Storage URI of the truststore file used for SSL encryption.
# If not provided, Dataproc will provide a self-signed certificate.
# Corresponds to the JSON property `truststoreUri`
# @return [String]
attr_accessor :truststore_uri
@ -2581,7 +2594,7 @@ module Google
# Optional. The version of software inside the cluster. It must be one of the
# supported Cloud Dataproc Versions, such as "1.2" (including a subminor version,
# such as "1.2.29"), or the "preview" version. If unspecified, it defaults to
# the latest version.
# the latest Debian version.
# Corresponds to the JSON property `imageVersion`
# @return [String]
attr_accessor :image_version