Autogenerated update (2018-01-27)
Update: - appsactivity_v1 - bigquery_v2 - dataproc_v1beta2 - monitoring_v3
This commit is contained in:
parent
4c84380b0a
commit
58da49ee54
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://developers.google.com/google-apps/activity/
|
||||
module AppsactivityV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20180123'
|
||||
REVISION = '20180124'
|
||||
|
||||
# View the activity history of your Google apps
|
||||
AUTH_ACTIVITY = 'https://www.googleapis.com/auth/activity'
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/bigquery/
|
||||
module BigqueryV2
|
||||
VERSION = 'V2'
|
||||
REVISION = '20180112'
|
||||
REVISION = '20180117'
|
||||
|
||||
# View and manage your data in Google BigQuery
|
||||
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
||||
|
|
|
@ -1989,14 +1989,14 @@ module Google
|
|||
# @return [Array<Google::Apis::BigqueryV2::ExplainQueryStage>]
|
||||
attr_accessor :query_plan
|
||||
|
||||
# [Output-only, Experimental] Referenced tables for the job. Queries that
|
||||
# reference more than 50 tables will not have a complete list.
|
||||
# [Output-only] Referenced tables for the job. Queries that reference more than
|
||||
# 50 tables will not have a complete list.
|
||||
# Corresponds to the JSON property `referencedTables`
|
||||
# @return [Array<Google::Apis::BigqueryV2::TableReference>]
|
||||
attr_accessor :referenced_tables
|
||||
|
||||
# [Output-only, Experimental] The schema of the results. Present only for
|
||||
# successful dry run of non-legacy SQL queries.
|
||||
# [Output-only] The schema of the results. Present only for successful dry run
|
||||
# of non-legacy SQL queries.
|
||||
# Corresponds to the JSON property `schema`
|
||||
# @return [Google::Apis::BigqueryV2::TableSchema]
|
||||
attr_accessor :schema
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/dataproc/
|
||||
module DataprocV1beta2
|
||||
VERSION = 'V1beta2'
|
||||
REVISION = '20180116'
|
||||
REVISION = '20180122'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -157,13 +157,12 @@ module Google
|
|||
end
|
||||
|
||||
# Instantiates a template and begins execution.The returned Operation can be
|
||||
# used to track execution of workflow by polling google.cloud.dataproc.v1beta2.
|
||||
# OperationService.GetOperation. The Operation will complete when entire
|
||||
# workflow is finished.The running workflow can be aborted via google.cloud.
|
||||
# dataproc.v1beta2.OperationService.CancelOperation.The google.cloud.dataproc.
|
||||
# v1beta2.Operation.metadata will always be google.cloud.dataproc.v1beta2.
|
||||
# WorkflowMetadata.The google.cloud.dataproc.v1beta2.Operation.result will
|
||||
# always be google.protobuf.Empty.
|
||||
# used to track execution of workflow by polling operations.get. The Operation
|
||||
# will complete when entire workflow is finished.The running workflow can be
|
||||
# aborted via operations.cancel. This will cause any inflight jobs to be
|
||||
# cancelled and workflow-owned clusters to be deleted.The Operation.metadata
|
||||
# will be WorkflowMetadata.On successful completion, Operation.response will be
|
||||
# Empty.
|
||||
# @param [String] name
|
||||
# Required. The "resource name" of the workflow template, as described in https:/
|
||||
# /cloud.google.com/apis/design/resource_names of the form projects/`project_id`/
|
||||
|
@ -201,13 +200,11 @@ module Google
|
|||
# Instantiates a template and begins execution.This method is equivalent to
|
||||
# executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate,
|
||||
# DeleteWorkflowTemplate.The returned Operation can be used to track execution
|
||||
# of workflow by polling google.cloud.dataproc.v1beta2.OperationService.
|
||||
# GetOperation. The Operation will complete when entire workflow is finished.The
|
||||
# running workflow can be aborted via google.cloud.dataproc.v1beta2.
|
||||
# OperationService.CancelOperation.The google.cloud.dataproc.v1beta2.Operation.
|
||||
# metadata will always be google.cloud.dataproc.v1beta2.WorkflowMetadata.The
|
||||
# google.cloud.dataproc.v1beta2.Operation.result will always be google.protobuf.
|
||||
# Empty.
|
||||
# of workflow by polling operations.get. The Operation will complete when entire
|
||||
# workflow is finished.The running workflow can be aborted via operations.cancel.
|
||||
# This will cause any inflight jobs to be cancelled and workflow-owned clusters
|
||||
# to be deleted.The Operation.metadata will be WorkflowMetadata.On successful
|
||||
# completion, Operation.response will be Empty.
|
||||
# @param [String] parent
|
||||
# Required. The "resource name" of the workflow template region, as described in
|
||||
# https://cloud.google.com/apis/design/resource_names of the form projects/`
|
||||
|
@ -1224,13 +1221,12 @@ module Google
|
|||
end
|
||||
|
||||
# Instantiates a template and begins execution.The returned Operation can be
|
||||
# used to track execution of workflow by polling google.cloud.dataproc.v1beta2.
|
||||
# OperationService.GetOperation. The Operation will complete when entire
|
||||
# workflow is finished.The running workflow can be aborted via google.cloud.
|
||||
# dataproc.v1beta2.OperationService.CancelOperation.The google.cloud.dataproc.
|
||||
# v1beta2.Operation.metadata will always be google.cloud.dataproc.v1beta2.
|
||||
# WorkflowMetadata.The google.cloud.dataproc.v1beta2.Operation.result will
|
||||
# always be google.protobuf.Empty.
|
||||
# used to track execution of workflow by polling operations.get. The Operation
|
||||
# will complete when entire workflow is finished.The running workflow can be
|
||||
# aborted via operations.cancel. This will cause any inflight jobs to be
|
||||
# cancelled and workflow-owned clusters to be deleted.The Operation.metadata
|
||||
# will be WorkflowMetadata.On successful completion, Operation.response will be
|
||||
# Empty.
|
||||
# @param [String] name
|
||||
# Required. The "resource name" of the workflow template, as described in https:/
|
||||
# /cloud.google.com/apis/design/resource_names of the form projects/`project_id`/
|
||||
|
@ -1268,13 +1264,11 @@ module Google
|
|||
# Instantiates a template and begins execution.This method is equivalent to
|
||||
# executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate,
|
||||
# DeleteWorkflowTemplate.The returned Operation can be used to track execution
|
||||
# of workflow by polling google.cloud.dataproc.v1beta2.OperationService.
|
||||
# GetOperation. The Operation will complete when entire workflow is finished.The
|
||||
# running workflow can be aborted via google.cloud.dataproc.v1beta2.
|
||||
# OperationService.CancelOperation.The google.cloud.dataproc.v1beta2.Operation.
|
||||
# metadata will always be google.cloud.dataproc.v1beta2.WorkflowMetadata.The
|
||||
# google.cloud.dataproc.v1beta2.Operation.result will always be google.protobuf.
|
||||
# Empty.
|
||||
# of workflow by polling operations.get. The Operation will complete when entire
|
||||
# workflow is finished.The running workflow can be aborted via operations.cancel.
|
||||
# This will cause any inflight jobs to be cancelled and workflow-owned clusters
|
||||
# to be deleted.The Operation.metadata will be WorkflowMetadata.On successful
|
||||
# completion, Operation.response will be Empty.
|
||||
# @param [String] parent
|
||||
# Required. The "resource name" of the workflow template region, as described in
|
||||
# https://cloud.google.com/apis/design/resource_names of the form projects/`
|
||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
|||
# @see https://cloud.google.com/monitoring/api/
|
||||
module MonitoringV3
|
||||
VERSION = 'V3'
|
||||
REVISION = '20180116'
|
||||
REVISION = '20180120'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -697,7 +697,7 @@ module Google
|
|||
|
||||
# Creates a new uptime check configuration.
|
||||
# @param [String] parent
|
||||
# The project in which to create the uptime check. The format is:projects/[
|
||||
# The project in which to create the uptime check. The formatis projects/[
|
||||
# PROJECT_ID].
|
||||
# @param [Google::Apis::MonitoringV3::UptimeCheckConfig] uptime_check_config_object
|
||||
# @param [String] fields
|
||||
|
@ -733,7 +733,7 @@ module Google
|
|||
# uptime check configuration is referenced by an alert policy or other dependent
|
||||
# configs that would be rendered invalid by the deletion.
|
||||
# @param [String] name
|
||||
# The uptime check configuration to delete. The format isprojects/[PROJECT_ID]/
|
||||
# The uptime check configuration to delete. The formatis projects/[PROJECT_ID]/
|
||||
# uptimeCheckConfigs/[UPTIME_CHECK_ID].
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
|
@ -764,7 +764,7 @@ module Google
|
|||
|
||||
# Gets a single uptime check configuration.
|
||||
# @param [String] name
|
||||
# The uptime check configuration to retrieve. The format isprojects/[PROJECT_ID]/
|
||||
# The uptime check configuration to retrieve. The formatis projects/[PROJECT_ID]/
|
||||
# uptimeCheckConfigs/[UPTIME_CHECK_ID].
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
|
@ -796,8 +796,8 @@ module Google
|
|||
# Lists the existing valid uptime check configurations for the project, leaving
|
||||
# out any invalid configurations.
|
||||
# @param [String] parent
|
||||
# The project whose uptime check configurations are listed. The format
|
||||
# isprojects/[PROJECT_ID].
|
||||
# The project whose uptime check configurations are listed. The formatis
|
||||
# projects/[PROJECT_ID].
|
||||
# @param [Fixnum] page_size
|
||||
# The maximum number of results to return in a single response. The server may
|
||||
# further constrain the maximum number of results returned in a single page. If
|
||||
|
|
Loading…
Reference in New Issue