Output only. The full resource path of the instance the backup collection
belongs to. Example:
projects/{project}/locations/{location}/instances/{instance}
Output only. The full resource path of the instance the backup collection
belongs to. Example:
projects/{project}/locations/{location}/instances/{instance}
[[["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 BackupCollectionOrBuilder (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.BackupCollectionOrBuilder)\n- [0.16.0](/java/docs/reference/google-cloud-valkey/0.16.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.14.0](/java/docs/reference/google-cloud-valkey/0.14.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.13.0](/java/docs/reference/google-cloud-valkey/0.13.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-valkey/0.10.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-valkey/0.9.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-valkey/0.8.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-valkey/0.6.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-valkey/0.5.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-valkey/0.4.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-valkey/0.3.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-valkey/0.2.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-valkey/0.1.0/com.google.cloud.memorystore.v1.BackupCollectionOrBuilder) \n\n public interface BackupCollectionOrBuilder 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### getCreateTime()\n\n public abstract Timestamp getCreateTime()\n\nOutput only. The time when the backup collection was created.\n\n`.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getCreateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getCreateTimeOrBuilder()\n\nOutput only. The time when the backup collection was created.\n\n`.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getInstance()\n\n public abstract String getInstance()\n\nOutput only. The full resource path of the instance the backup collection\nbelongs to. Example:\nprojects/{project}/locations/{location}/instances/{instance}\n\n`\nstring instance = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }\n`\n\n### getInstanceBytes()\n\n public abstract ByteString getInstanceBytes()\n\nOutput only. The full resource path of the instance the backup collection\nbelongs to. Example:\nprojects/{project}/locations/{location}/instances/{instance}\n\n`\nstring instance = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }\n`\n\n### getInstanceUid()\n\n public abstract String getInstanceUid()\n\nOutput only. The instance uid of the backup collection.\n\n`\nstring instance_uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }\n`\n\n### getInstanceUidBytes()\n\n public abstract ByteString getInstanceUidBytes()\n\nOutput only. The instance uid of the backup collection.\n\n`\nstring instance_uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }\n`\n\n### getKmsKey()\n\n public abstract String getKmsKey()\n\nOutput only. The KMS key used to encrypt the backups under this backup\ncollection.\n\n`\nstring kms_key = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }\n`\n\n### getKmsKeyBytes()\n\n public abstract ByteString getKmsKeyBytes()\n\nOutput only. The KMS key used to encrypt the backups under this backup\ncollection.\n\n`\nstring kms_key = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }\n`\n\n### getName()\n\n public abstract String getName()\n\nIdentifier. Full resource path of the backup collection.\n\n`string name = 1 [(.google.api.field_behavior) = IDENTIFIER];`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nIdentifier. Full resource path of the backup collection.\n\n`string name = 1 [(.google.api.field_behavior) = IDENTIFIER];`\n\n### getUid()\n\n public abstract String getUid()\n\nOutput only. System assigned unique identifier of the backup collection.\n\n`\nstring uid = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }\n`\n\n### getUidBytes()\n\n public abstract ByteString getUidBytes()\n\nOutput only. System assigned unique identifier of the backup collection.\n\n`\nstring uid = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }\n`\n\n### hasCreateTime()\n\n public abstract boolean hasCreateTime()\n\nOutput only. The time when the backup collection was created.\n\n`.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`"]]