public interface GcsDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputUriPrefix()
Required.
|
com.google.protobuf.ByteString |
getOutputUriPrefixBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOutputUriPrefix()
Required. There must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/", otherwise an INVALID_ARGUMENT (400) error is returned..
string output_uri_prefix = 1;com.google.protobuf.ByteString getOutputUriPrefixBytes()
Required. There must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/", otherwise an INVALID_ARGUMENT (400) error is returned..
string output_uri_prefix = 1;Copyright © 2019 Google LLC. All rights reserved.