public interface BackupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
The description of the backup.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the backup.
|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
String |
getRestoringServices(int index)
Output only.
|
com.google.protobuf.ByteString |
getRestoringServicesBytes(int index)
Output only.
|
int |
getRestoringServicesCount()
Output only.
|
List<String> |
getRestoringServicesList()
Output only.
|
Service |
getServiceRevision()
Output only.
|
ServiceOrBuilder |
getServiceRevisionOrBuilder()
Output only.
|
Backup.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasServiceRevision()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Immutable. The relative resource name of the backup, in the following form:
`projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}`
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getNameBytes()
Immutable. The relative resource name of the backup, in the following form:
`projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}`
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];boolean hasCreateTime()
Output only. The time when the backup was started.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time when the backup was started.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time when the backup was started.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasEndTime()
Output only. The time when the backup finished creating.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getEndTime()
Output only. The time when the backup finished creating.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time when the backup finished creating.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getStateValue()
Output only. The current state of the backup.
.google.cloud.metastore.v1beta.Backup.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Backup.State getState()
Output only. The current state of the backup.
.google.cloud.metastore.v1beta.Backup.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasServiceRevision()
Output only. The revision of the service at the time of backup.
.google.cloud.metastore.v1beta.Service service_revision = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Service getServiceRevision()
Output only. The revision of the service at the time of backup.
.google.cloud.metastore.v1beta.Service service_revision = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
ServiceOrBuilder getServiceRevisionOrBuilder()
Output only. The revision of the service at the time of backup.
.google.cloud.metastore.v1beta.Service service_revision = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDescription()
The description of the backup.
string description = 6;com.google.protobuf.ByteString getDescriptionBytes()
The description of the backup.
string description = 6;List<String> getRestoringServicesList()
Output only. Services that are restoring from the backup.
repeated string restoring_services = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getRestoringServicesCount()
Output only. Services that are restoring from the backup.
repeated string restoring_services = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getRestoringServices(int index)
Output only. Services that are restoring from the backup.
repeated string restoring_services = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the element to return.com.google.protobuf.ByteString getRestoringServicesBytes(int index)
Output only. Services that are restoring from the backup.
repeated string restoring_services = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.