public interface BackupInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBackup()
Name of the backup.
|
com.google.protobuf.ByteString |
getBackupBytes()
Name of the backup.
|
com.google.protobuf.Timestamp |
getCreateTime()
The backup contains an externally consistent copy of `source_database` at
the timestamp specified by `create_time`.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The backup contains an externally consistent copy of `source_database` at
the timestamp specified by `create_time`.
|
String |
getSourceDatabase()
Name of the database the backup was created from.
|
com.google.protobuf.ByteString |
getSourceDatabaseBytes()
Name of the database the backup was created from.
|
boolean |
hasCreateTime()
The backup contains an externally consistent copy of `source_database` at
the timestamp specified by `create_time`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBackup()
Name of the backup.
string backup = 1;com.google.protobuf.ByteString getBackupBytes()
Name of the backup.
string backup = 1;boolean hasCreateTime()
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `create_time`.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.Timestamp getCreateTime()
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `create_time`.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The backup contains an externally consistent copy of `source_database` at the timestamp specified by `create_time`.
.google.protobuf.Timestamp create_time = 2;String getSourceDatabase()
Name of the database the backup was created from.
string source_database = 3;com.google.protobuf.ByteString getSourceDatabaseBytes()
Name of the database the backup was created from.
string source_database = 3;Copyright © 2020 Google LLC. All rights reserved.