Autogenerated update (2018-04-12)
Update: - bigquerydatatransfer_v1 - dialogflow_v2 - dialogflow_v2beta1 - servicecontrol_v1 - servicemanagement_v1
This commit is contained in:
parent
5835d82df1
commit
3988dcc3fc
|
@ -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 = '20180329'
|
REVISION = '20180409'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -346,7 +346,7 @@ module Google
|
||||||
# Creates a new data transfer configuration.
|
# Creates a new data transfer configuration.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The BigQuery project id where the transfer configuration should be created.
|
# 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
|
# If specified location and location of the destination bigquery dataset
|
||||||
# do not match - the request will fail.
|
# do not match - the request will fail.
|
||||||
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
||||||
|
@ -759,7 +759,7 @@ module Google
|
||||||
# Creates a new data transfer configuration.
|
# Creates a new data transfer configuration.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The BigQuery project id where the transfer configuration should be created.
|
# 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
|
# If specified location and location of the destination bigquery dataset
|
||||||
# do not match - the request will fail.
|
# do not match - the request will fail.
|
||||||
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
||||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/dialogflow-enterprise/
|
# @see https://cloud.google.com/dialogflow-enterprise/
|
||||||
module DialogflowV2
|
module DialogflowV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20180326'
|
REVISION = '20180407'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -1035,7 +1035,9 @@ module Google
|
||||||
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentMessageListSelect]
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentMessageListSelect]
|
||||||
attr_accessor :list_select
|
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`
|
# Corresponds to the JSON property `payload`
|
||||||
# @return [Hash<String,Object>]
|
# @return [Hash<String,Object>]
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
@ -1860,8 +1862,7 @@ module Google
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
|
||||||
# The source of this request, e.g., `google`, `facebook`, `slack`. It is set
|
# The source of this request, e.g., `google`, `facebook`, `slack`. It is set
|
||||||
# by Dialogflow-owned servers. Possible values of this field correspond to
|
# by Dialogflow-owned servers.
|
||||||
# Intent.Message.Platform.
|
|
||||||
# Corresponds to the JSON property `source`
|
# Corresponds to the JSON property `source`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :source
|
attr_accessor :source
|
||||||
|
@ -2323,6 +2324,27 @@ module Google
|
||||||
attr_accessor :output_contexts
|
attr_accessor :output_contexts
|
||||||
|
|
||||||
# Optional. This value is passed directly to `QueryResult.webhook_payload`.
|
# 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`
|
# Corresponds to the JSON property `payload`
|
||||||
# @return [Hash<String,Object>]
|
# @return [Hash<String,Object>]
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
@ -2816,7 +2838,9 @@ module Google
|
||||||
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageListSelect]
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageListSelect]
|
||||||
attr_accessor :list_select
|
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`
|
# Corresponds to the JSON property `payload`
|
||||||
# @return [Hash<String,Object>]
|
# @return [Hash<String,Object>]
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
@ -3533,8 +3557,7 @@ module Google
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
|
||||||
# The source of this request, e.g., `google`, `facebook`, `slack`. It is set
|
# The source of this request, e.g., `google`, `facebook`, `slack`. It is set
|
||||||
# by Dialogflow-owned servers. Possible values of this field correspond to
|
# by Dialogflow-owned servers.
|
||||||
# Intent.Message.Platform.
|
|
||||||
# Corresponds to the JSON property `source`
|
# Corresponds to the JSON property `source`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :source
|
attr_accessor :source
|
||||||
|
@ -3749,6 +3772,27 @@ module Google
|
||||||
attr_accessor :output_contexts
|
attr_accessor :output_contexts
|
||||||
|
|
||||||
# Optional. This value is passed directly to `QueryResult.webhook_payload`.
|
# 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`
|
# Corresponds to the JSON property `payload`
|
||||||
# @return [Hash<String,Object>]
|
# @return [Hash<String,Object>]
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/dialogflow-enterprise/
|
# @see https://cloud.google.com/dialogflow-enterprise/
|
||||||
module DialogflowV2beta1
|
module DialogflowV2beta1
|
||||||
VERSION = 'V2beta1'
|
VERSION = 'V2beta1'
|
||||||
REVISION = '20180326'
|
REVISION = '20180407'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -466,7 +466,9 @@ module Google
|
||||||
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessageListSelect]
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessageListSelect]
|
||||||
attr_accessor :list_select
|
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`
|
# Corresponds to the JSON property `payload`
|
||||||
# @return [Hash<String,Object>]
|
# @return [Hash<String,Object>]
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
@ -1183,8 +1185,7 @@ module Google
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
|
||||||
# The source of this request, e.g., `google`, `facebook`, `slack`. It is set
|
# The source of this request, e.g., `google`, `facebook`, `slack`. It is set
|
||||||
# by Dialogflow-owned servers. Possible values of this field correspond to
|
# by Dialogflow-owned servers.
|
||||||
# Intent.Message.Platform.
|
|
||||||
# Corresponds to the JSON property `source`
|
# Corresponds to the JSON property `source`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :source
|
attr_accessor :source
|
||||||
|
@ -1399,6 +1400,27 @@ module Google
|
||||||
attr_accessor :output_contexts
|
attr_accessor :output_contexts
|
||||||
|
|
||||||
# Optional. This value is passed directly to `QueryResult.webhook_payload`.
|
# 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`
|
# Corresponds to the JSON property `payload`
|
||||||
# @return [Hash<String,Object>]
|
# @return [Hash<String,Object>]
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
@ -2462,7 +2484,9 @@ module Google
|
||||||
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageListSelect]
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessageListSelect]
|
||||||
attr_accessor :list_select
|
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`
|
# Corresponds to the JSON property `payload`
|
||||||
# @return [Hash<String,Object>]
|
# @return [Hash<String,Object>]
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
@ -3287,8 +3311,7 @@ module Google
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
|
||||||
# The source of this request, e.g., `google`, `facebook`, `slack`. It is set
|
# The source of this request, e.g., `google`, `facebook`, `slack`. It is set
|
||||||
# by Dialogflow-owned servers. Possible values of this field correspond to
|
# by Dialogflow-owned servers.
|
||||||
# Intent.Message.Platform.
|
|
||||||
# Corresponds to the JSON property `source`
|
# Corresponds to the JSON property `source`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :source
|
attr_accessor :source
|
||||||
|
@ -3757,6 +3780,27 @@ module Google
|
||||||
attr_accessor :output_contexts
|
attr_accessor :output_contexts
|
||||||
|
|
||||||
# Optional. This value is passed directly to `QueryResult.webhook_payload`.
|
# 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`
|
# Corresponds to the JSON property `payload`
|
||||||
# @return [Hash<String,Object>]
|
# @return [Hash<String,Object>]
|
||||||
attr_accessor :payload
|
attr_accessor :payload
|
||||||
|
|
|
@ -18,7 +18,7 @@ require 'google/apis/servicecontrol_v1/representations.rb'
|
||||||
|
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Google Service Control API
|
# Service Control API
|
||||||
#
|
#
|
||||||
# Google Service Control provides control plane functionality to managed
|
# Google Service Control provides control plane functionality to managed
|
||||||
# services, such as logging, monitoring, and status checks.
|
# services, such as logging, monitoring, and status checks.
|
||||||
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/service-control/
|
# @see https://cloud.google.com/service-control/
|
||||||
module ServicecontrolV1
|
module ServicecontrolV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20180312'
|
REVISION = '20180410'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -1100,6 +1100,7 @@ module Google
|
||||||
attr_accessor :resource_container
|
attr_accessor :resource_container
|
||||||
|
|
||||||
# The resources that are involved in the operation.
|
# 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`
|
# Corresponds to the JSON property `resources`
|
||||||
# @return [Array<Google::Apis::ServicecontrolV1::ResourceInfo>]
|
# @return [Array<Google::Apis::ServicecontrolV1::ResourceInfo>]
|
||||||
attr_accessor :resources
|
attr_accessor :resources
|
||||||
|
|
|
@ -20,7 +20,7 @@ require 'google/apis/errors'
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
module ServicecontrolV1
|
module ServicecontrolV1
|
||||||
# Google Service Control API
|
# Service Control API
|
||||||
#
|
#
|
||||||
# Google Service Control provides control plane functionality to managed
|
# Google Service Control provides control plane functionality to managed
|
||||||
# services, such as logging, monitoring, and status checks.
|
# services, such as logging, monitoring, and status checks.
|
||||||
|
|
|
@ -18,7 +18,7 @@ require 'google/apis/servicemanagement_v1/representations.rb'
|
||||||
|
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Google Service Management API
|
# Service Management API
|
||||||
#
|
#
|
||||||
# Google Service Management allows service producers to publish their services
|
# Google Service Management allows service producers to publish their services
|
||||||
# on Google Cloud Platform so that they can be discovered and used by service
|
# 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/
|
# @see https://cloud.google.com/service-management/
|
||||||
module ServicemanagementV1
|
module ServicemanagementV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20180330'
|
REVISION = '20180406'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -20,7 +20,7 @@ require 'google/apis/errors'
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
module ServicemanagementV1
|
module ServicemanagementV1
|
||||||
# Google Service Management API
|
# Service Management API
|
||||||
#
|
#
|
||||||
# Google Service Management allows service producers to publish their services
|
# Google Service Management allows service producers to publish their services
|
||||||
# on Google Cloud Platform so that they can be discovered and used by service
|
# on Google Cloud Platform so that they can be discovered and used by service
|
||||||
|
|
Loading…
Reference in New Issue