public interface GcsSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<String> | A list containing the inputUris. |