Interface GcsSourceOrBuilder (0.14.1)

public interface GcsSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUris(int index)

public abstract String getUris(int index)

Required. References to a Google Cloud Storage paths.

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)

Required. References to a Google Cloud Storage paths.

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()

Required. References to a Google Cloud Storage paths.

repeated string uris = 1;

Returns
TypeDescription
int

The count of uris.

getUrisList()

public abstract List<String> getUrisList()

Required. References to a Google Cloud Storage paths.

repeated string uris = 1;

Returns
TypeDescription
List<String>

A list containing the uris.