From 301eda41f016e650cdd180b52a2923527a74de88 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Sun, 21 Jun 2020 00:38:16 +0000 Subject: [PATCH] Autogenerated update (2020-06-21) Update: - bigquerydatatransfer_v1 - dialogflow_v2 - dialogflow_v2beta1 --- .../google/apis/bigquerydatatransfer_v1.rb | 2 +- .../apis/bigquerydatatransfer_v1/classes.rb | 8 ++--- generated/google/apis/dialogflow_v2.rb | 2 +- .../google/apis/dialogflow_v2/service.rb | 16 ++++++++-- generated/google/apis/dialogflow_v2beta1.rb | 2 +- .../google/apis/dialogflow_v2beta1/service.rb | 32 ++++++++++++++++--- 6 files changed, 49 insertions(+), 13 deletions(-) diff --git a/generated/google/apis/bigquerydatatransfer_v1.rb b/generated/google/apis/bigquerydatatransfer_v1.rb index ea76380b4..d2417f0b9 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 = '20200313' + REVISION = '20200616' # View and manage your data in Google BigQuery AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery' diff --git a/generated/google/apis/bigquerydatatransfer_v1/classes.rb b/generated/google/apis/bigquerydatatransfer_v1/classes.rb index 8cfa6c661..e9698af90 100644 --- a/generated/google/apis/bigquerydatatransfer_v1/classes.rb +++ b/generated/google/apis/bigquerydatatransfer_v1/classes.rb @@ -724,16 +724,16 @@ module Google # End time of the range of transfer runs. For example, # `"2017-05-30T00:00:00+00:00"`. The end_time must not be in the future. - # Creates transfer runs where run_time is in the range betwen start_time - # (inclusive) and end_time (exlusive). + # Creates transfer runs where run_time is in the range between start_time + # (inclusive) and end_time (exclusive). # Corresponds to the JSON property `endTime` # @return [String] attr_accessor :end_time # Start time of the range of transfer runs. For example, # `"2017-05-25T00:00:00+00:00"`. The start_time must be strictly less than - # the end_time. Creates transfer runs where run_time is in the range betwen - # start_time (inclusive) and end_time (exlusive). + # the end_time. Creates transfer runs where run_time is in the range + # between start_time (inclusive) and end_time (exclusive). # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time diff --git a/generated/google/apis/dialogflow_v2.rb b/generated/google/apis/dialogflow_v2.rb index e7ee6c63c..7ad765044 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/ module DialogflowV2 VERSION = 'V2' - REVISION = '20200601' + REVISION = '20200615' # 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/service.rb b/generated/google/apis/dialogflow_v2/service.rb index 83a9376da..baec1227e 100644 --- a/generated/google/apis/dialogflow_v2/service.rb +++ b/generated/google/apis/dialogflow_v2/service.rb @@ -255,8 +255,14 @@ module Google # Imports the specified agent from a ZIP file. # Uploads new intents and entity types without deleting the existing ones. # Intents and entity types with the same name are replaced with the new - # versions from ImportAgentRequest. + # versions from ImportAgentRequest. After the import, the imported draft + # agent will be trained automatically (unless disabled in agent settings). + # However, once the import is done, training may not be completed yet. Please + # call TrainAgent and wait for the operation it returns in order to train + # explicitly. # Operation + # An operation which tracks when importing is complete. It only tracks + # when the draft agent is updated not when it is done training. # @param [String] parent # Required. The project that the agent to import is associated with. # Format: `projects/`. @@ -292,8 +298,14 @@ module Google # Restores the specified agent from a ZIP file. # Replaces the current agent version with a new one. All the intents and - # entity types in the older version are deleted. + # entity types in the older version are deleted. After the restore, the + # restored draft agent will be trained automatically (unless disabled in + # agent settings). However, once the restore is done, training may not be + # completed yet. Please call TrainAgent and wait for the operation it + # returns in order to train explicitly. # Operation + # An operation which tracks when restoring is complete. It only tracks + # when the draft agent is updated not when it is done training. # @param [String] parent # Required. The project that the agent to restore is associated with. # Format: `projects/`. diff --git a/generated/google/apis/dialogflow_v2beta1.rb b/generated/google/apis/dialogflow_v2beta1.rb index 3cd11bfb7..64d8a430d 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/ module DialogflowV2beta1 VERSION = 'V2beta1' - REVISION = '20200601' + REVISION = '20200615' # 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/service.rb b/generated/google/apis/dialogflow_v2beta1/service.rb index 2caa2bdef..24ff96af9 100644 --- a/generated/google/apis/dialogflow_v2beta1/service.rb +++ b/generated/google/apis/dialogflow_v2beta1/service.rb @@ -255,8 +255,14 @@ module Google # Imports the specified agent from a ZIP file. # Uploads new intents and entity types without deleting the existing ones. # Intents and entity types with the same name are replaced with the new - # versions from ImportAgentRequest. + # versions from ImportAgentRequest. After the import, the imported draft + # agent will be trained automatically (unless disabled in agent settings). + # However, once the import is done, training may not be completed yet. Please + # call TrainAgent and wait for the operation it returns in order to train + # explicitly. # Operation + # An operation which tracks when importing is complete. It only tracks + # when the draft agent is updated not when it is done training. # @param [String] parent # Required. The project that the agent to import is associated with. # Format: `projects/`. @@ -292,8 +298,14 @@ module Google # Restores the specified agent from a ZIP file. # Replaces the current agent version with a new one. All the intents and - # entity types in the older version are deleted. + # entity types in the older version are deleted. After the restore, the + # restored draft agent will be trained automatically (unless disabled in + # agent settings). However, once the restore is done, training may not be + # completed yet. Please call TrainAgent and wait for the operation it + # returns in order to train explicitly. # Operation + # An operation which tracks when restoring is complete. It only tracks + # when the draft agent is updated not when it is done training. # @param [String] parent # Required. The project that the agent to restore is associated with. # Format: `projects/`. @@ -3165,8 +3177,14 @@ module Google # Imports the specified agent from a ZIP file. # Uploads new intents and entity types without deleting the existing ones. # Intents and entity types with the same name are replaced with the new - # versions from ImportAgentRequest. + # versions from ImportAgentRequest. After the import, the imported draft + # agent will be trained automatically (unless disabled in agent settings). + # However, once the import is done, training may not be completed yet. Please + # call TrainAgent and wait for the operation it returns in order to train + # explicitly. # Operation + # An operation which tracks when importing is complete. It only tracks + # when the draft agent is updated not when it is done training. # @param [String] parent # Required. The project that the agent to import is associated with. # Format: `projects/`. @@ -3202,8 +3220,14 @@ module Google # Restores the specified agent from a ZIP file. # Replaces the current agent version with a new one. All the intents and - # entity types in the older version are deleted. + # entity types in the older version are deleted. After the restore, the + # restored draft agent will be trained automatically (unless disabled in + # agent settings). However, once the restore is done, training may not be + # completed yet. Please call TrainAgent and wait for the operation it + # returns in order to train explicitly. # Operation + # An operation which tracks when restoring is complete. It only tracks + # when the draft agent is updated not when it is done training. # @param [String] parent # Required. The project that the agent to restore is associated with. # Format: `projects/`.