Interface GcsDestinationOrBuilder (2.37.0)

public interface GcsDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputUriPrefix()

public abstract String 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;

Returns
TypeDescription
String

The outputUriPrefix.

getOutputUriPrefixBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for outputUriPrefix.