Autogenerated update (2020-06-21)
Update: - bigquerydatatransfer_v1 - dialogflow_v2 - dialogflow_v2beta1
This commit is contained in:
parent
0f32085583
commit
301eda41f0
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/bigquery/
|
# @see https://cloud.google.com/bigquery/
|
||||||
module BigquerydatatransferV1
|
module BigquerydatatransferV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20200313'
|
REVISION = '20200616'
|
||||||
|
|
||||||
# View and manage your data in Google BigQuery
|
# View and manage your data in Google BigQuery
|
||||||
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
||||||
|
|
|
@ -724,16 +724,16 @@ module Google
|
||||||
|
|
||||||
# End time of the range of transfer runs. For example,
|
# 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.
|
# `"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
|
# Creates transfer runs where run_time is in the range between start_time
|
||||||
# (inclusive) and end_time (exlusive).
|
# (inclusive) and end_time (exclusive).
|
||||||
# Corresponds to the JSON property `endTime`
|
# Corresponds to the JSON property `endTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :end_time
|
attr_accessor :end_time
|
||||||
|
|
||||||
# Start time of the range of transfer runs. For example,
|
# 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
|
# `"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
|
# the end_time. Creates transfer runs where run_time is in the range
|
||||||
# start_time (inclusive) and end_time (exlusive).
|
# between start_time (inclusive) and end_time (exclusive).
|
||||||
# Corresponds to the JSON property `startTime`
|
# Corresponds to the JSON property `startTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :start_time
|
attr_accessor :start_time
|
||||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/dialogflow/
|
# @see https://cloud.google.com/dialogflow/
|
||||||
module DialogflowV2
|
module DialogflowV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20200601'
|
REVISION = '20200615'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -255,8 +255,14 @@ module Google
|
||||||
# Imports the specified agent from a ZIP file.
|
# Imports the specified agent from a ZIP file.
|
||||||
# Uploads new intents and entity types without deleting the existing ones.
|
# Uploads new intents and entity types without deleting the existing ones.
|
||||||
# Intents and entity types with the same name are replaced with the new
|
# 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>
|
# 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
|
# @param [String] parent
|
||||||
# Required. The project that the agent to import is associated with.
|
# Required. The project that the agent to import is associated with.
|
||||||
# Format: `projects/<Project ID>`.
|
# Format: `projects/<Project ID>`.
|
||||||
|
@ -292,8 +298,14 @@ module Google
|
||||||
|
|
||||||
# Restores the specified agent from a ZIP file.
|
# Restores the specified agent from a ZIP file.
|
||||||
# Replaces the current agent version with a new one. All the intents and
|
# 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>
|
# 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
|
# @param [String] parent
|
||||||
# Required. The project that the agent to restore is associated with.
|
# Required. The project that the agent to restore is associated with.
|
||||||
# Format: `projects/<Project ID>`.
|
# Format: `projects/<Project ID>`.
|
||||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/dialogflow/
|
# @see https://cloud.google.com/dialogflow/
|
||||||
module DialogflowV2beta1
|
module DialogflowV2beta1
|
||||||
VERSION = 'V2beta1'
|
VERSION = 'V2beta1'
|
||||||
REVISION = '20200601'
|
REVISION = '20200615'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -255,8 +255,14 @@ module Google
|
||||||
# Imports the specified agent from a ZIP file.
|
# Imports the specified agent from a ZIP file.
|
||||||
# Uploads new intents and entity types without deleting the existing ones.
|
# Uploads new intents and entity types without deleting the existing ones.
|
||||||
# Intents and entity types with the same name are replaced with the new
|
# 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>
|
# 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
|
# @param [String] parent
|
||||||
# Required. The project that the agent to import is associated with.
|
# Required. The project that the agent to import is associated with.
|
||||||
# Format: `projects/<Project ID>`.
|
# Format: `projects/<Project ID>`.
|
||||||
|
@ -292,8 +298,14 @@ module Google
|
||||||
|
|
||||||
# Restores the specified agent from a ZIP file.
|
# Restores the specified agent from a ZIP file.
|
||||||
# Replaces the current agent version with a new one. All the intents and
|
# 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>
|
# 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
|
# @param [String] parent
|
||||||
# Required. The project that the agent to restore is associated with.
|
# Required. The project that the agent to restore is associated with.
|
||||||
# Format: `projects/<Project ID>`.
|
# Format: `projects/<Project ID>`.
|
||||||
|
@ -3165,8 +3177,14 @@ module Google
|
||||||
# Imports the specified agent from a ZIP file.
|
# Imports the specified agent from a ZIP file.
|
||||||
# Uploads new intents and entity types without deleting the existing ones.
|
# Uploads new intents and entity types without deleting the existing ones.
|
||||||
# Intents and entity types with the same name are replaced with the new
|
# 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>
|
# 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
|
# @param [String] parent
|
||||||
# Required. The project that the agent to import is associated with.
|
# Required. The project that the agent to import is associated with.
|
||||||
# Format: `projects/<Project ID>`.
|
# Format: `projects/<Project ID>`.
|
||||||
|
@ -3202,8 +3220,14 @@ module Google
|
||||||
|
|
||||||
# Restores the specified agent from a ZIP file.
|
# Restores the specified agent from a ZIP file.
|
||||||
# Replaces the current agent version with a new one. All the intents and
|
# 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>
|
# 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
|
# @param [String] parent
|
||||||
# Required. The project that the agent to restore is associated with.
|
# Required. The project that the agent to restore is associated with.
|
||||||
# Format: `projects/<Project ID>`.
|
# Format: `projects/<Project ID>`.
|
||||||
|
|
Loading…
Reference in New Issue