public interface CreateBackupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Backup |
getBackup()
Required.
|
String |
getBackupId()
Required.
|
com.google.protobuf.ByteString |
getBackupIdBytes()
Required.
|
BackupOrBuilder |
getBackupOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasBackup()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. This must be one of the clusters in the instance in which this
table is located. The backup will be stored in this cluster. Values are
of the form `projects/{project}/instances/{instance}/clusters/{cluster}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. This must be one of the clusters in the instance in which this
table is located. The backup will be stored in this cluster. Values are
of the form `projects/{project}/instances/{instance}/clusters/{cluster}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getBackupId()
Required. The id of the backup to be created. The `backup_id` along with
the parent `parent` are combined as {parent}/backups/{backup_id} to create
the full backup name, of the form:
`projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}`.
This string must be between 1 and 50 characters in length and match the
regex [_a-zA-Z0-9][-_.a-zA-Z0-9]*.
string backup_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getBackupIdBytes()
Required. The id of the backup to be created. The `backup_id` along with
the parent `parent` are combined as {parent}/backups/{backup_id} to create
the full backup name, of the form:
`projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}`.
This string must be between 1 and 50 characters in length and match the
regex [_a-zA-Z0-9][-_.a-zA-Z0-9]*.
string backup_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasBackup()
Required. The backup to create.
.google.bigtable.admin.v2.Backup backup = 3 [(.google.api.field_behavior) = REQUIRED];
Backup getBackup()
Required. The backup to create.
.google.bigtable.admin.v2.Backup backup = 3 [(.google.api.field_behavior) = REQUIRED];
BackupOrBuilder getBackupOrBuilder()
Required. The backup to create.
.google.bigtable.admin.v2.Backup backup = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.