public static interface DatasetConfig.CloudStorageLocationsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocations(int index)
public abstract String getLocations(int index)repeated string locations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The locations at the given index. |
getLocationsBytes(int index)
public abstract ByteString getLocationsBytes(int index)repeated string locations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the locations at the given index. |
getLocationsCount()
public abstract int getLocationsCount()repeated string locations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of locations. |
getLocationsList()
public abstract List<String> getLocationsList()repeated string locations = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the locations. |