proto_docs/google/cloud/dialogflow/v2/agent.rb in google-cloud-dialogflow-v2-0.15.0 vs proto_docs/google/cloud/dialogflow/v2/agent.rb in google-cloud-dialogflow-v2-0.15.1
- old
+ new
@@ -220,10 +220,16 @@
# @return [::String]
# Required. The [Google Cloud Storage](https://cloud.google.com/storage/docs/)
# URI to export the agent to.
# The format of this URI must be `gs://<bucket-name>/<object-name>`.
# If left unspecified, the serialized agent is returned inline.
+ #
+ # Dialogflow performs a write operation for the Cloud Storage object
+ # on the caller's behalf, so your request authentication must
+ # have write permissions for the object. For more information, see
+ # [Dialogflow access
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
class ExportAgentRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
@@ -247,10 +253,16 @@
# Format: `projects/<Project ID>`.
# @!attribute [rw] agent_uri
# @return [::String]
# The URI to a Google Cloud Storage file containing the agent to import.
# Note: The URI must start with "gs://".
+ #
+ # Dialogflow performs a read operation for the Cloud Storage object
+ # on the caller's behalf, so your request authentication must
+ # have read permissions for the object. For more information, see
+ # [Dialogflow access
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
# @!attribute [rw] agent_content
# @return [::String]
# Zip compressed raw byte content for agent.
class ImportAgentRequest
include ::Google::Protobuf::MessageExts
@@ -264,9 +276,15 @@
# Format: `projects/<Project ID>`.
# @!attribute [rw] agent_uri
# @return [::String]
# The URI to a Google Cloud Storage file containing the agent to restore.
# Note: The URI must start with "gs://".
+ #
+ # Dialogflow performs a read operation for the Cloud Storage object
+ # on the caller's behalf, so your request authentication must
+ # have read permissions for the object. For more information, see
+ # [Dialogflow access
+ # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
# @!attribute [rw] agent_content
# @return [::String]
# Zip compressed raw byte content for agent.
class RestoreAgentRequest
include ::Google::Protobuf::MessageExts