public interface GcsSourcesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUris(int index)
public abstract String getUris(int index)Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
repeated string uris = 2 [(.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 URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
repeated string uris = 2 [(.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 URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The count of uris. |
getUrisList()
public abstract List<String> getUrisList()Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<String> | A list containing the uris. |