Interface GcsOutputResultOrBuilder (3.45.0)

public interface GcsOutputResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUris(int index)

public abstract String getUris(int index)

List of URIs of the Cloud Storage objects. Example: "gs://bucket_name/object_name".

repeated string uris = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The uris at the given index.

getUrisBytes(int index)

public abstract ByteString getUrisBytes(int index)

List of URIs of the Cloud Storage objects. Example: "gs://bucket_name/object_name".

repeated string uris = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the uris at the given index.

getUrisCount()

public abstract int getUrisCount()

List of URIs of the Cloud Storage objects. Example: "gs://bucket_name/object_name".

repeated string uris = 1;

Returns
TypeDescription
int

The count of uris.

getUrisList()

public abstract List<String> getUrisList()

List of URIs of the Cloud Storage objects. Example: "gs://bucket_name/object_name".

repeated string uris = 1;

Returns
TypeDescription
List<String>

A list containing the uris.