public interface GcsDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOutputUriPrefix()
public abstract String getOutputUriPrefix()Required. There must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/" and start with "gs://", otherwise an INVALID_ARGUMENT (400) error is returned.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The outputUriPrefix. |
getOutputUriPrefixBytes()
public abstract ByteString getOutputUriPrefixBytes()Required. There must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/" and start with "gs://", otherwise an INVALID_ARGUMENT (400) error is returned.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputUriPrefix. |