public static interface Cluster.GcsBackupSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getUris(int index)
public abstract String getUris(int index)
Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
repeated string uris = 1 [(.google.api.field_behavior) = OPTIONAL];
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)
Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
repeated string uris = 1 [(.google.api.field_behavior) = OPTIONAL];
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()
Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
repeated string uris = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int | The count of uris. |
getUrisList()
public abstract List<String> getUrisList()
Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
repeated string uris = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> | A list containing the uris. |