Interface GcsSourceOrBuilder (2.1.23)

public interface GcsSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputUris(int index)

public abstract String getInputUris(int index)

Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:

  • Full object path, e.g. gs://bucket/directory/object.csv

repeated string input_uris = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The inputUris at the given index.

getInputUrisBytes(int index)

public abstract ByteString getInputUrisBytes(int index)

Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:

  • Full object path, e.g. gs://bucket/directory/object.csv

repeated string input_uris = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the inputUris at the given index.

getInputUrisCount()

public abstract int getInputUrisCount()

Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:

  • Full object path, e.g. gs://bucket/directory/object.csv

repeated string input_uris = 1;

Returns
TypeDescription
int

The count of inputUris.

getInputUrisList()

public abstract List<String> getInputUrisList()

Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:

  • Full object path, e.g. gs://bucket/directory/object.csv

repeated string input_uris = 1;

Returns
TypeDescription
List<String>

A list containing the inputUris.