Autogenerated update (2020-06-21)

Update:
- bigquerydatatransfer_v1
- dialogflow_v2
- dialogflow_v2beta1
This commit is contained in:
Google APIs 2020-06-21 00:38:16 +00:00
parent 0f32085583
commit 301eda41f0
6 changed files with 49 additions and 13 deletions

View File

@ -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'

View File

@ -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

View File

@ -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'

View File

@ -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 <response: google.protobuf.Empty>
# 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/<Project ID>`.
@ -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 <response: google.protobuf.Empty>
# 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/<Project ID>`.

View File

@ -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'

View File

@ -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 <response: google.protobuf.Empty>
# 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/<Project ID>`.
@ -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 <response: google.protobuf.Empty>
# 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/<Project ID>`.
@ -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 <response: google.protobuf.Empty>
# 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/<Project ID>`.
@ -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 <response: google.protobuf.Empty>
# 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/<Project ID>`.