Class: Google::Cloud::Dialogflow::V2::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GcsDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/gcs.rb
Overview
Google Cloud Storage location for the output.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
The Google Cloud Storage URIs for the output.
Instance Attribute Details
#uri ⇒ ::String
Returns The Google Cloud Storage URIs for the output. A URI is of the
form:
gs://bucket/object-prefix-or-name
Whether a prefix or name is used depends on the use case. The requesting
user must have "write-permission" to the bucket.
43 44 45 46 |
# File 'proto_docs/google/cloud/dialogflow/v2/gcs.rb', line 43 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |