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. Google Cloud Storage URI to output directory, up to 2000 characters long. Accepted forms: * Prefix path: gs://bucket/directory The requesting user must have write permission to the bucket. The directory is created if it doesn't exist.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getOutputUriPrefixBytes()
Required. Google Cloud Storage URI to output directory, up to 2000 characters long. Accepted forms: * Prefix path: gs://bucket/directory The requesting user must have write permission to the bucket. The directory is created if it doesn't exist.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.