public interface GcsSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUris(int index)
public abstract String getUris(int index)Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The uris at the given index. |
getUrisBytes(int index)
public abstract ByteString getUrisBytes(int index)Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the uris at the given index. |
getUrisCount()
public abstract int getUrisCount()Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The count of uris. |
getUrisList()
public abstract List<String> getUrisList()Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<String> | A list containing the uris. |