Autogenerated update (2018-10-07)

Update:
- dataproc_v1
- dataproc_v1beta2
This commit is contained in:
Google APIs 2018-10-07 00:36:33 +00:00
parent d78e388fa9
commit 063269c563
7 changed files with 34 additions and 2 deletions

View File

@ -40214,9 +40214,11 @@
"/dataproc:v1/WorkflowMetadata/clusterName": cluster_name
"/dataproc:v1/WorkflowMetadata/createCluster": create_cluster
"/dataproc:v1/WorkflowMetadata/deleteCluster": delete_cluster
"/dataproc:v1/WorkflowMetadata/endTime": end_time
"/dataproc:v1/WorkflowMetadata/graph": graph
"/dataproc:v1/WorkflowMetadata/parameters": parameters
"/dataproc:v1/WorkflowMetadata/parameters/parameter": parameter
"/dataproc:v1/WorkflowMetadata/startTime": start_time
"/dataproc:v1/WorkflowMetadata/state": state
"/dataproc:v1/WorkflowMetadata/template": template
"/dataproc:v1/WorkflowMetadata/version": version
@ -40715,9 +40717,11 @@
"/dataproc:v1beta2/WorkflowMetadata/clusterName": cluster_name
"/dataproc:v1beta2/WorkflowMetadata/createCluster": create_cluster
"/dataproc:v1beta2/WorkflowMetadata/deleteCluster": delete_cluster
"/dataproc:v1beta2/WorkflowMetadata/endTime": end_time
"/dataproc:v1beta2/WorkflowMetadata/graph": graph
"/dataproc:v1beta2/WorkflowMetadata/parameters": parameters
"/dataproc:v1beta2/WorkflowMetadata/parameters/parameter": parameter
"/dataproc:v1beta2/WorkflowMetadata/startTime": start_time
"/dataproc:v1beta2/WorkflowMetadata/state": state
"/dataproc:v1beta2/WorkflowMetadata/template": template
"/dataproc:v1beta2/WorkflowMetadata/version": version

View File

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

View File

@ -2424,6 +2424,11 @@ module Google
# @return [Google::Apis::DataprocV1::ClusterOperation]
attr_accessor :delete_cluster
# Output only. Workflow end time.
# Corresponds to the JSON property `endTime`
# @return [String]
attr_accessor :end_time
# The workflow graph.
# Corresponds to the JSON property `graph`
# @return [Google::Apis::DataprocV1::WorkflowGraph]
@ -2434,6 +2439,11 @@ module Google
# @return [Hash<String,String>]
attr_accessor :parameters
# Output only. Workflow start time.
# Corresponds to the JSON property `startTime`
# @return [String]
attr_accessor :start_time
# Output only. The workflow state.
# Corresponds to the JSON property `state`
# @return [String]
@ -2458,8 +2468,10 @@ module Google
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
@create_cluster = args[:create_cluster] if args.key?(:create_cluster)
@delete_cluster = args[:delete_cluster] if args.key?(:delete_cluster)
@end_time = args[:end_time] if args.key?(:end_time)
@graph = args[:graph] if args.key?(:graph)
@parameters = args[:parameters] if args.key?(:parameters)
@start_time = args[:start_time] if args.key?(:start_time)
@state = args[:state] if args.key?(:state)
@template = args[:template] if args.key?(:template)
@version = args[:version] if args.key?(:version)

View File

@ -970,9 +970,11 @@ module Google
property :delete_cluster, as: 'deleteCluster', class: Google::Apis::DataprocV1::ClusterOperation, decorator: Google::Apis::DataprocV1::ClusterOperation::Representation
property :end_time, as: 'endTime'
property :graph, as: 'graph', class: Google::Apis::DataprocV1::WorkflowGraph, decorator: Google::Apis::DataprocV1::WorkflowGraph::Representation
hash :parameters, as: 'parameters'
property :start_time, as: 'startTime'
property :state, as: 'state'
property :template, as: 'template'
property :version, as: 'version'

View File

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

View File

@ -2485,6 +2485,11 @@ module Google
# @return [Google::Apis::DataprocV1beta2::ClusterOperation]
attr_accessor :delete_cluster
# Output only. Workflow end time.
# Corresponds to the JSON property `endTime`
# @return [String]
attr_accessor :end_time
# The workflow graph.
# Corresponds to the JSON property `graph`
# @return [Google::Apis::DataprocV1beta2::WorkflowGraph]
@ -2495,6 +2500,11 @@ module Google
# @return [Hash<String,String>]
attr_accessor :parameters
# Output only. Workflow start time.
# Corresponds to the JSON property `startTime`
# @return [String]
attr_accessor :start_time
# Output only. The workflow state.
# Corresponds to the JSON property `state`
# @return [String]
@ -2519,8 +2529,10 @@ module Google
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
@create_cluster = args[:create_cluster] if args.key?(:create_cluster)
@delete_cluster = args[:delete_cluster] if args.key?(:delete_cluster)
@end_time = args[:end_time] if args.key?(:end_time)
@graph = args[:graph] if args.key?(:graph)
@parameters = args[:parameters] if args.key?(:parameters)
@start_time = args[:start_time] if args.key?(:start_time)
@state = args[:state] if args.key?(:state)
@template = args[:template] if args.key?(:template)
@version = args[:version] if args.key?(:version)

View File

@ -990,9 +990,11 @@ module Google
property :delete_cluster, as: 'deleteCluster', class: Google::Apis::DataprocV1beta2::ClusterOperation, decorator: Google::Apis::DataprocV1beta2::ClusterOperation::Representation
property :end_time, as: 'endTime'
property :graph, as: 'graph', class: Google::Apis::DataprocV1beta2::WorkflowGraph, decorator: Google::Apis::DataprocV1beta2::WorkflowGraph::Representation
hash :parameters, as: 'parameters'
property :start_time, as: 'startTime'
property :state, as: 'state'
property :template, as: 'template'
property :version, as: 'version'