public interface BackupSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupName()
Required.
|
com.google.protobuf.ByteString |
getBackupNameBytes()
Required.
|
String |
getBackupUid()
Output only.
|
com.google.protobuf.ByteString |
getBackupUidBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBackupUid()
Output only. The system-generated UID of the backup which was used to create this resource. The UID is generated when the backup is created, and it is retained until the backup is deleted.
string backup_uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getBackupUidBytes()
Output only. The system-generated UID of the backup which was used to create this resource. The UID is generated when the backup is created, and it is retained until the backup is deleted.
string backup_uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getBackupName()
Required. The name of the backup resource with the format:
* projects/{project}/locations/{region}/backups/{backup_id}
string backup_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getBackupNameBytes()
Required. The name of the backup resource with the format:
* projects/{project}/locations/{region}/backups/{backup_id}
string backup_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2025 Google LLC. All rights reserved.