public interface GcsDestinationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getOutputUriPrefix()
Required.
|
ByteString |
getOutputUriPrefixBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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];
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];
Copyright © 2022 Google LLC. All rights reserved.