Interface Instance.GcsBackupSourceOrBuilder (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static interface Instance.GcsBackupSourceOrBuilder extends MessageOrBuilder
Methods
getUris(int index)
public abstract String getUris(int index)
Optional. 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. 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. 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. 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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[],null,["# Interface Instance.GcsBackupSourceOrBuilder (0.18.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.18.0 (latest)](/java/docs/reference/google-cloud-valkey/latest/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.16.0](/java/docs/reference/google-cloud-valkey/0.16.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.14.0](/java/docs/reference/google-cloud-valkey/0.14.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.13.0](/java/docs/reference/google-cloud-valkey/0.13.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-valkey/0.10.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-valkey/0.9.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-valkey/0.8.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-valkey/0.6.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-valkey/0.5.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-valkey/0.4.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-valkey/0.3.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-valkey/0.2.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-valkey/0.1.0/com.google.cloud.memorystore.v1.Instance.GcsBackupSourceOrBuilder) \n\n public static interface Instance.GcsBackupSourceOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getUris(int index)\n\n public abstract String getUris(int index)\n\nOptional. Example: gs://bucket1/object1, gs://bucket2/folder2/object2\n\n`repeated string uris = 1 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getUrisBytes(int index)\n\n public abstract ByteString getUrisBytes(int index)\n\nOptional. Example: gs://bucket1/object1, gs://bucket2/folder2/object2\n\n`repeated string uris = 1 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getUrisCount()\n\n public abstract int getUrisCount()\n\nOptional. Example: gs://bucket1/object1, gs://bucket2/folder2/object2\n\n`repeated string uris = 1 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getUrisList()\n\n public abstract List\u003cString\u003e getUrisList()\n\nOptional. Example: gs://bucket1/object1, gs://bucket2/folder2/object2\n\n`repeated string uris = 1 [(.google.api.field_behavior) = OPTIONAL];`"]]