From 58da49ee5499e52ac3e43a17d9d2ade8ed1e60fe Mon Sep 17 00:00:00 2001 From: Google APIs Date: Sat, 27 Jan 2018 00:37:24 +0000 Subject: [PATCH] Autogenerated update (2018-01-27) Update: - appsactivity_v1 - bigquery_v2 - dataproc_v1beta2 - monitoring_v3 --- generated/google/apis/appsactivity_v1.rb | 2 +- generated/google/apis/bigquery_v2.rb | 2 +- generated/google/apis/bigquery_v2/classes.rb | 8 +-- generated/google/apis/dataproc_v1beta2.rb | 2 +- .../google/apis/dataproc_v1beta2/service.rb | 50 ++++++++----------- generated/google/apis/monitoring_v3.rb | 2 +- .../google/apis/monitoring_v3/service.rb | 10 ++-- 7 files changed, 35 insertions(+), 41 deletions(-) diff --git a/generated/google/apis/appsactivity_v1.rb b/generated/google/apis/appsactivity_v1.rb index 33cae02ea..400413fb7 100644 --- a/generated/google/apis/appsactivity_v1.rb +++ b/generated/google/apis/appsactivity_v1.rb @@ -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' diff --git a/generated/google/apis/bigquery_v2.rb b/generated/google/apis/bigquery_v2.rb index b8b18a419..226029f38 100644 --- a/generated/google/apis/bigquery_v2.rb +++ b/generated/google/apis/bigquery_v2.rb @@ -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' diff --git a/generated/google/apis/bigquery_v2/classes.rb b/generated/google/apis/bigquery_v2/classes.rb index 7130e44ef..18d7b74c4 100644 --- a/generated/google/apis/bigquery_v2/classes.rb +++ b/generated/google/apis/bigquery_v2/classes.rb @@ -1989,14 +1989,14 @@ module Google # @return [Array] 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] 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 diff --git a/generated/google/apis/dataproc_v1beta2.rb b/generated/google/apis/dataproc_v1beta2.rb index d5bd98b6e..7b7ff7ee9 100644 --- a/generated/google/apis/dataproc_v1beta2.rb +++ b/generated/google/apis/dataproc_v1beta2.rb @@ -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' diff --git a/generated/google/apis/dataproc_v1beta2/service.rb b/generated/google/apis/dataproc_v1beta2/service.rb index d86a04269..385f14d63 100644 --- a/generated/google/apis/dataproc_v1beta2/service.rb +++ b/generated/google/apis/dataproc_v1beta2/service.rb @@ -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/` diff --git a/generated/google/apis/monitoring_v3.rb b/generated/google/apis/monitoring_v3.rb index 8de3480ea..03b594ce8 100644 --- a/generated/google/apis/monitoring_v3.rb +++ b/generated/google/apis/monitoring_v3.rb @@ -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' diff --git a/generated/google/apis/monitoring_v3/service.rb b/generated/google/apis/monitoring_v3/service.rb index 5953529e1..048d63503 100644 --- a/generated/google/apis/monitoring_v3/service.rb +++ b/generated/google/apis/monitoring_v3/service.rb @@ -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