public interface GcsDestinationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getUri()
public abstract String getUri()
Required. The Google Cloud Storage URI for the exported objects. A URI is
of the form: gs://bucket/object-name-or-prefix
Whether a full object
name, or just a prefix, its usage depends on the Dialogflow operation.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
Required. The Google Cloud Storage URI for the exported objects. A URI is
of the form: gs://bucket/object-name-or-prefix
Whether a full object
name, or just a prefix, its usage depends on the Dialogflow operation.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |