public interface GcsDestinationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getUri()
The Google Cloud Storage URIs for the output.
|
ByteString |
getUriBytes()
The Google Cloud Storage URIs for the output.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getUri()
The Google Cloud Storage URIs for the output. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case. The requesting user must have "write-permission" to the bucket.
string uri = 1;
ByteString getUriBytes()
The Google Cloud Storage URIs for the output. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case. The requesting user must have "write-permission" to the bucket.
string uri = 1;
Copyright © 2022 Google LLC. All rights reserved.