From 35a23f126cde4723059b57954e90db4cf50ce7e9 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 15 Nov 2017 00:35:17 +0000 Subject: [PATCH] Autogenerated update (2017-11-15) Update: - bigquerydatatransfer_v1 - cloudiot_v1 - genomics_v1alpha2 - logging_v2 - script_v1 - slides_v1 - toolresults_v1beta3 --- api_names_out.yaml | 2 + .../google/apis/bigquerydatatransfer_v1.rb | 2 +- .../apis/bigquerydatatransfer_v1/service.rb | 8 ++-- generated/google/apis/cloudiot_v1.rb | 2 +- generated/google/apis/cloudiot_v1/classes.rb | 6 ++- generated/google/apis/genomics_v1alpha2.rb | 2 +- .../google/apis/genomics_v1alpha2/classes.rb | 12 +++--- generated/google/apis/logging_v2.rb | 2 +- generated/google/apis/logging_v2/classes.rb | 8 ++-- generated/google/apis/script_v1.rb | 2 +- generated/google/apis/script_v1/classes.rb | 40 +++++++++--------- generated/google/apis/slides_v1.rb | 2 +- generated/google/apis/slides_v1/classes.rb | 16 +++++++ .../google/apis/slides_v1/representations.rb | 2 + generated/google/apis/toolresults_v1beta3.rb | 2 +- .../apis/toolresults_v1beta3/classes.rb | 42 +++++++++---------- 16 files changed, 87 insertions(+), 63 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index bfa5b11b9..744f3352b 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -58185,6 +58185,7 @@ "/slides:v1/ShapeBackgroundFill/propertyState": property_state "/slides:v1/ShapeBackgroundFill/solidFill": solid_fill "/slides:v1/ShapeProperties": shape_properties +"/slides:v1/ShapeProperties/contentAlignment": content_alignment "/slides:v1/ShapeProperties/link": link "/slides:v1/ShapeProperties/outline": outline "/slides:v1/ShapeProperties/shadow": shadow @@ -58248,6 +58249,7 @@ "/slides:v1/TableCellLocation/columnIndex": column_index "/slides:v1/TableCellLocation/rowIndex": row_index "/slides:v1/TableCellProperties": table_cell_properties +"/slides:v1/TableCellProperties/contentAlignment": content_alignment "/slides:v1/TableCellProperties/tableCellBackgroundFill": table_cell_background_fill "/slides:v1/TableColumnProperties": table_column_properties "/slides:v1/TableColumnProperties/columnWidth": column_width diff --git a/generated/google/apis/bigquerydatatransfer_v1.rb b/generated/google/apis/bigquerydatatransfer_v1.rb index 0f39ec84c..9426f7f81 100644 --- a/generated/google/apis/bigquerydatatransfer_v1.rb +++ b/generated/google/apis/bigquerydatatransfer_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/bigquery/ module BigquerydatatransferV1 VERSION = 'V1' - REVISION = '20171106' + REVISION = '20171113' # View and manage your data in Google BigQuery AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery' diff --git a/generated/google/apis/bigquerydatatransfer_v1/service.rb b/generated/google/apis/bigquerydatatransfer_v1/service.rb index e628b1810..f3a0a9e2a 100644 --- a/generated/google/apis/bigquerydatatransfer_v1/service.rb +++ b/generated/google/apis/bigquerydatatransfer_v1/service.rb @@ -519,7 +519,7 @@ module Google # @param [String] authorization_code # Optional OAuth2 authorization code to use with this transfer configuration. # If it is provided, the transfer configuration will be associated with the - # gaia id of the authorizing user. + # authorizing user. # In order to obtain authorization_code, please make a # request to # https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=< @@ -566,7 +566,7 @@ module Google execute_or_queue_command(command, &block) end - # Creates transfer runs for a time range [range_start_time, range_end_time]. + # Creates transfer runs for a time range [start_time, end_time]. # For each date - or whatever granularity the data source supports - in the # range, one transfer run is created. # Note that runs are created per UTC time in the time range. @@ -934,7 +934,7 @@ module Google # @param [String] authorization_code # Optional OAuth2 authorization code to use with this transfer configuration. # If it is provided, the transfer configuration will be associated with the - # gaia id of the authorizing user. + # authorizing user. # In order to obtain authorization_code, please make a # request to # https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=< @@ -981,7 +981,7 @@ module Google execute_or_queue_command(command, &block) end - # Creates transfer runs for a time range [range_start_time, range_end_time]. + # Creates transfer runs for a time range [start_time, end_time]. # For each date - or whatever granularity the data source supports - in the # range, one transfer run is created. # Note that runs are created per UTC time in the time range. diff --git a/generated/google/apis/cloudiot_v1.rb b/generated/google/apis/cloudiot_v1.rb index f9ad1b110..4827e9fa7 100644 --- a/generated/google/apis/cloudiot_v1.rb +++ b/generated/google/apis/cloudiot_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/iot module CloudiotV1 VERSION = 'V1' - REVISION = '20171024' + REVISION = '20171110' # 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/cloudiot_v1/classes.rb b/generated/google/apis/cloudiot_v1/classes.rb index 61c19e1b0..53deb582e 100644 --- a/generated/google/apis/cloudiot_v1/classes.rb +++ b/generated/google/apis/cloudiot_v1/classes.rb @@ -466,7 +466,11 @@ module Google # The configuration for notification of telemetry events received from the # device. All telemetry events that were successfully published by the # device and acknowledged by Cloud IoT Core are guaranteed to be - # delivered to Cloud Pub/Sub. Only the first configuration is used. + # delivered to Cloud Pub/Sub. Only the first configuration is used. If you + # try to publish a device telemetry event using MQTT without specifying a + # Cloud Pub/Sub topic for the device's registry, the connection closes + # automatically. If you try to do so using an HTTP connection, an error + # is returned. # Corresponds to the JSON property `eventNotificationConfigs` # @return [Array] attr_accessor :event_notification_configs diff --git a/generated/google/apis/genomics_v1alpha2.rb b/generated/google/apis/genomics_v1alpha2.rb index fbbc20f2f..ddcdb42f7 100644 --- a/generated/google/apis/genomics_v1alpha2.rb +++ b/generated/google/apis/genomics_v1alpha2.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/genomics module GenomicsV1alpha2 VERSION = 'V1alpha2' - REVISION = '20171026' + REVISION = '20171113' # 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/genomics_v1alpha2/classes.rb b/generated/google/apis/genomics_v1alpha2/classes.rb index 400911a6c..e1323fe05 100644 --- a/generated/google/apis/genomics_v1alpha2/classes.rb +++ b/generated/google/apis/genomics_v1alpha2/classes.rb @@ -792,16 +792,18 @@ module Google # Optional. The number of accelerators of the specified type to attach. # By specifying this parameter, you will download and install the following - # third-party software onto your managed GCE instances: NVIDIA® Tesla® - # drivers and NVIDIA® CUDA toolkit. + # third-party software onto your managed Compute Engine instances: + # NVIDIA® Tesla® drivers and NVIDIA® CUDA toolkit. # Corresponds to the JSON property `acceleratorCount` # @return [Fixnum] attr_accessor :accelerator_count - # Optional. The GCE defined accelerator type. + # Optional. The Compute Engine defined accelerator type. # By specifying this parameter, you will download and install the following - # third-party software onto your managed GCE instances: NVIDIA® Tesla® - # drivers and NVIDIA® CUDA toolkit. + # third-party software onto your managed Compute Engine instances: NVIDIA® + # Tesla® drivers and NVIDIA® CUDA toolkit. + # Please see https://cloud.google.com/compute/docs/gpus/ for a list of + # available accelerator types. # Corresponds to the JSON property `acceleratorType` # @return [String] attr_accessor :accelerator_type diff --git a/generated/google/apis/logging_v2.rb b/generated/google/apis/logging_v2.rb index 4d6c84cb1..c86266a8c 100644 --- a/generated/google/apis/logging_v2.rb +++ b/generated/google/apis/logging_v2.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/logging/docs/ module LoggingV2 VERSION = 'V2' - REVISION = '20171030' + REVISION = '20171113' # 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/logging_v2/classes.rb b/generated/google/apis/logging_v2/classes.rb index bed9944c6..689eeefac 100644 --- a/generated/google/apis/logging_v2/classes.rb +++ b/generated/google/apis/logging_v2/classes.rb @@ -685,10 +685,10 @@ module Google # @return [Google::Apis::LoggingV2::LogEntrySourceLocation] attr_accessor :source_location - # Optional. Id of the span within the trace associated with the log entry. e.g. " - # 0000000000000042" For Stackdriver trace spans, this is the same format that - # the Stackdriver trace API uses. The ID is a 16-character hexadecimal encoding - # of an 8-byte array. + # Optional. The span ID within the trace associated with the log entry. For + # Stackdriver Trace spans, this is the same format that the Stackdriver Trace + # API v2 uses: a 16-character hexadecimal encoding of an 8-byte array, such as < + # code>"000000000000004a". # Corresponds to the JSON property `spanId` # @return [String] attr_accessor :span_id diff --git a/generated/google/apis/script_v1.rb b/generated/google/apis/script_v1.rb index 5326c29a1..46ebf2a16 100644 --- a/generated/google/apis/script_v1.rb +++ b/generated/google/apis/script_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/apps-script/execution/rest/v1/scripts/run module ScriptV1 VERSION = 'V1' - REVISION = '20171102' + REVISION = '20171113' # Read, send, delete, and manage your email AUTH_SCOPE = 'https://mail.google.com/' diff --git a/generated/google/apis/script_v1/classes.rb b/generated/google/apis/script_v1/classes.rb index 853724968..65f0af6d8 100644 --- a/generated/google/apis/script_v1/classes.rb +++ b/generated/google/apis/script_v1/classes.rb @@ -24,8 +24,7 @@ module Google # An object that provides information about the nature of an error resulting # from an attempted execution of a script function using the Apps Script API. - # If a run or - # runAsync call + # If a run call # succeeds but the script function (or Apps Script itself) throws an exception, # the response body's error field # contains a @@ -148,11 +147,11 @@ module Google end # A representation of a execution of an Apps Script function that is started - # using run or runAsync. The execution response does not arrive until the - # function finishes executing. The maximum execution runtime is listed in the [ - # Apps Script quotas guide](/apps-script/guides/services/quotas# - # current_limitations).

After the execution is started, it can have one of - # four outcomes: