public interface GcsSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getUris(int index)
public abstract String getUris(int index)
Required. References to a Google Cloud Storage paths.
repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
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 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The count of uris. |
getUrisList()
public abstract List<String> getUrisList()
Required. References to a Google Cloud Storage paths.
repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the uris. |