From 3988dcc3fc02e5c7916d96bc261383f317bb0e91 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 12 Apr 2018 00:36:50 +0000 Subject: [PATCH] Autogenerated update (2018-04-12) Update: - bigquerydatatransfer_v1 - dialogflow_v2 - dialogflow_v2beta1 - servicecontrol_v1 - servicemanagement_v1 --- .../google/apis/bigquerydatatransfer_v1.rb | 2 +- .../apis/bigquerydatatransfer_v1/service.rb | 4 +- generated/google/apis/dialogflow_v2.rb | 2 +- .../google/apis/dialogflow_v2/classes.rb | 56 +++++++++++++++++-- generated/google/apis/dialogflow_v2beta1.rb | 2 +- .../google/apis/dialogflow_v2beta1/classes.rb | 56 +++++++++++++++++-- generated/google/apis/servicecontrol_v1.rb | 4 +- .../google/apis/servicecontrol_v1/classes.rb | 1 + .../google/apis/servicecontrol_v1/service.rb | 2 +- generated/google/apis/servicemanagement_v1.rb | 4 +- .../apis/servicemanagement_v1/service.rb | 2 +- 11 files changed, 112 insertions(+), 23 deletions(-) diff --git a/generated/google/apis/bigquerydatatransfer_v1.rb b/generated/google/apis/bigquerydatatransfer_v1.rb index 05eb69ced..aca2fea5c 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 = '20180329' + REVISION = '20180409' # 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 9eb05212e..a5e70733c 100644 --- a/generated/google/apis/bigquerydatatransfer_v1/service.rb +++ b/generated/google/apis/bigquerydatatransfer_v1/service.rb @@ -346,7 +346,7 @@ module Google # Creates a new data transfer configuration. # @param [String] parent # The BigQuery project id where the transfer configuration should be created. - # Must be in the format /projects/`project_id`/locations/`location_id` + # Must be in the format projects/`project_id`/locations/`location_id` # If specified location and location of the destination bigquery dataset # do not match - the request will fail. # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object @@ -759,7 +759,7 @@ module Google # Creates a new data transfer configuration. # @param [String] parent # The BigQuery project id where the transfer configuration should be created. - # Must be in the format /projects/`project_id`/locations/`location_id` + # Must be in the format projects/`project_id`/locations/`location_id` # If specified location and location of the destination bigquery dataset # do not match - the request will fail. # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object diff --git a/generated/google/apis/dialogflow_v2.rb b/generated/google/apis/dialogflow_v2.rb index 04f93d5f6..871008018 100644 --- a/generated/google/apis/dialogflow_v2.rb +++ b/generated/google/apis/dialogflow_v2.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/dialogflow-enterprise/ module DialogflowV2 VERSION = 'V2' - REVISION = '20180326' + REVISION = '20180407' # 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/dialogflow_v2/classes.rb b/generated/google/apis/dialogflow_v2/classes.rb index e8b041559..3d81908ee 100644 --- a/generated/google/apis/dialogflow_v2/classes.rb +++ b/generated/google/apis/dialogflow_v2/classes.rb @@ -1035,7 +1035,9 @@ module Google # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentMessageListSelect] attr_accessor :list_select - # The response containing a custom payload. + # Returns a response containing a custom, platform-specific payload. + # See the Intent.Message.Platform type for a description of the + # structure that may be required for your platform. # Corresponds to the JSON property `payload` # @return [Hash] attr_accessor :payload @@ -1860,8 +1862,7 @@ module Google attr_accessor :payload # The source of this request, e.g., `google`, `facebook`, `slack`. It is set - # by Dialogflow-owned servers. Possible values of this field correspond to - # Intent.Message.Platform. + # by Dialogflow-owned servers. # Corresponds to the JSON property `source` # @return [String] attr_accessor :source @@ -2323,6 +2324,27 @@ module Google attr_accessor :output_contexts # Optional. This value is passed directly to `QueryResult.webhook_payload`. + # See the related `fulfillment_messages[i].payload field`, which may be used + # as an alternative to this field. + # This field can be used for Actions on Google responses. + # It should have a structure similar to the JSON message shown here. For more + # information, see + # [Actions on Google Webhook + # Format](https://developers.google.com/actions/dialogflow/webhook) + # ` + # "google": ` + # "expectUserResponse": true, + # "richResponse": ` + # "items": [ + # ` + # "simpleResponse": ` + # "textToSpeech": "this is a simple response" + # ` + # ` + # ] + # ` + # ` + # ` # Corresponds to the JSON property `payload` # @return [Hash] attr_accessor :payload @@ -2816,7 +2838,9 @@ module Google # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageListSelect] attr_accessor :list_select - # Returns a response containing a custom payload. + # Returns a response containing a custom, platform-specific payload. + # See the Intent.Message.Platform type for a description of the + # structure that may be required for your platform. # Corresponds to the JSON property `payload` # @return [Hash] attr_accessor :payload @@ -3533,8 +3557,7 @@ module Google attr_accessor :payload # The source of this request, e.g., `google`, `facebook`, `slack`. It is set - # by Dialogflow-owned servers. Possible values of this field correspond to - # Intent.Message.Platform. + # by Dialogflow-owned servers. # Corresponds to the JSON property `source` # @return [String] attr_accessor :source @@ -3749,6 +3772,27 @@ module Google attr_accessor :output_contexts # Optional. This value is passed directly to `QueryResult.webhook_payload`. + # See the related `fulfillment_messages[i].payload field`, which may be used + # as an alternative to this field. + # This field can be used for Actions on Google responses. + # It should have a structure similar to the JSON message shown here. For more + # information, see + # [Actions on Google Webhook + # Format](https://developers.google.com/actions/dialogflow/webhook) + # ` + # "google": ` + # "expectUserResponse": true, + # "richResponse": ` + # "items": [ + # ` + # "simpleResponse": ` + # "textToSpeech": "this is a simple response" + # ` + # ` + # ] + # ` + # ` + # ` # Corresponds to the JSON property `payload` # @return [Hash] attr_accessor :payload diff --git a/generated/google/apis/dialogflow_v2beta1.rb b/generated/google/apis/dialogflow_v2beta1.rb index b8a1d9fe0..bf61c6187 100644 --- a/generated/google/apis/dialogflow_v2beta1.rb +++ b/generated/google/apis/dialogflow_v2beta1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/dialogflow-enterprise/ module DialogflowV2beta1 VERSION = 'V2beta1' - REVISION = '20180326' + REVISION = '20180407' # 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/dialogflow_v2beta1/classes.rb b/generated/google/apis/dialogflow_v2beta1/classes.rb index e64d0f69e..1fe1e960e 100644 --- a/generated/google/apis/dialogflow_v2beta1/classes.rb +++ b/generated/google/apis/dialogflow_v2beta1/classes.rb @@ -466,7 +466,9 @@ module Google # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessageListSelect] attr_accessor :list_select - # The response containing a custom payload. + # Returns a response containing a custom, platform-specific payload. + # See the Intent.Message.Platform type for a description of the + # structure that may be required for your platform. # Corresponds to the JSON property `payload` # @return [Hash] attr_accessor :payload @@ -1183,8 +1185,7 @@ module Google attr_accessor :payload # The source of this request, e.g., `google`, `facebook`, `slack`. It is set - # by Dialogflow-owned servers. Possible values of this field correspond to - # Intent.Message.Platform. + # by Dialogflow-owned servers. # Corresponds to the JSON property `source` # @return [String] attr_accessor :source @@ -1399,6 +1400,27 @@ module Google attr_accessor :output_contexts # Optional. This value is passed directly to `QueryResult.webhook_payload`. + # See the related `fulfillment_messages[i].payload field`, which may be used + # as an alternative to this field. + # This field can be used for Actions on Google responses. + # It should have a structure similar to the JSON message shown here. For more + # information, see + # [Actions on Google Webhook + # Format](https://developers.google.com/actions/dialogflow/webhook) + # ` + # "google": ` + # "expectUserResponse": true, + # "richResponse": ` + # "items": [ + # ` + # "simpleResponse": ` + # "textToSpeech": "this is a simple response" + # ` + # ` + # ] + # ` + # ` + # ` # Corresponds to the JSON property `payload` # @return [Hash] attr_accessor :payload @@ -2462,7 +2484,9 @@ module Google # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageListSelect] attr_accessor :list_select - # Returns a response containing a custom payload. + # Returns a response containing a custom, platform-specific payload. + # See the Intent.Message.Platform type for a description of the + # structure that may be required for your platform. # Corresponds to the JSON property `payload` # @return [Hash] attr_accessor :payload @@ -3287,8 +3311,7 @@ module Google attr_accessor :payload # The source of this request, e.g., `google`, `facebook`, `slack`. It is set - # by Dialogflow-owned servers. Possible values of this field correspond to - # Intent.Message.Platform. + # by Dialogflow-owned servers. # Corresponds to the JSON property `source` # @return [String] attr_accessor :source @@ -3757,6 +3780,27 @@ module Google attr_accessor :output_contexts # Optional. This value is passed directly to `QueryResult.webhook_payload`. + # See the related `fulfillment_messages[i].payload field`, which may be used + # as an alternative to this field. + # This field can be used for Actions on Google responses. + # It should have a structure similar to the JSON message shown here. For more + # information, see + # [Actions on Google Webhook + # Format](https://developers.google.com/actions/dialogflow/webhook) + # ` + # "google": ` + # "expectUserResponse": true, + # "richResponse": ` + # "items": [ + # ` + # "simpleResponse": ` + # "textToSpeech": "this is a simple response" + # ` + # ` + # ] + # ` + # ` + # ` # Corresponds to the JSON property `payload` # @return [Hash] attr_accessor :payload diff --git a/generated/google/apis/servicecontrol_v1.rb b/generated/google/apis/servicecontrol_v1.rb index 7b0c4c5e4..58670a297 100644 --- a/generated/google/apis/servicecontrol_v1.rb +++ b/generated/google/apis/servicecontrol_v1.rb @@ -18,7 +18,7 @@ require 'google/apis/servicecontrol_v1/representations.rb' module Google module Apis - # Google Service Control API + # Service Control API # # Google Service Control provides control plane functionality to managed # services, such as logging, monitoring, and status checks. @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/service-control/ module ServicecontrolV1 VERSION = 'V1' - REVISION = '20180312' + REVISION = '20180410' # 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/servicecontrol_v1/classes.rb b/generated/google/apis/servicecontrol_v1/classes.rb index 36e832572..2a030be27 100644 --- a/generated/google/apis/servicecontrol_v1/classes.rb +++ b/generated/google/apis/servicecontrol_v1/classes.rb @@ -1100,6 +1100,7 @@ module Google attr_accessor :resource_container # The resources that are involved in the operation. + # The maximum supported number of entries in this field is 100. # Corresponds to the JSON property `resources` # @return [Array] attr_accessor :resources diff --git a/generated/google/apis/servicecontrol_v1/service.rb b/generated/google/apis/servicecontrol_v1/service.rb index 29f7fbd55..5d0f3ceff 100644 --- a/generated/google/apis/servicecontrol_v1/service.rb +++ b/generated/google/apis/servicecontrol_v1/service.rb @@ -20,7 +20,7 @@ require 'google/apis/errors' module Google module Apis module ServicecontrolV1 - # Google Service Control API + # Service Control API # # Google Service Control provides control plane functionality to managed # services, such as logging, monitoring, and status checks. diff --git a/generated/google/apis/servicemanagement_v1.rb b/generated/google/apis/servicemanagement_v1.rb index 640b6cf97..7a2687dc8 100644 --- a/generated/google/apis/servicemanagement_v1.rb +++ b/generated/google/apis/servicemanagement_v1.rb @@ -18,7 +18,7 @@ require 'google/apis/servicemanagement_v1/representations.rb' module Google module Apis - # Google Service Management API + # Service Management API # # Google Service Management allows service producers to publish their services # on Google Cloud Platform so that they can be discovered and used by service @@ -27,7 +27,7 @@ module Google # @see https://cloud.google.com/service-management/ module ServicemanagementV1 VERSION = 'V1' - REVISION = '20180330' + REVISION = '20180406' # 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/servicemanagement_v1/service.rb b/generated/google/apis/servicemanagement_v1/service.rb index 3bfef8564..c6df669c9 100644 --- a/generated/google/apis/servicemanagement_v1/service.rb +++ b/generated/google/apis/servicemanagement_v1/service.rb @@ -20,7 +20,7 @@ require 'google/apis/errors' module Google module Apis module ServicemanagementV1 - # Google Service Management API + # Service Management API # # Google Service Management allows service producers to publish their services # on Google Cloud Platform so that they can be discovered and used by service