public interface SnapshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucket()
optional string bucket = 5; |
com.google.protobuf.ByteString |
getBucketBytes()
optional string bucket = 5; |
java.lang.String |
getCloudCredential()
optional string cloud_credential = 4; |
com.google.protobuf.ByteString |
getCloudCredentialBytes()
optional string cloud_credential = 4; |
long |
getCreatedAt()
optional int64 created_at = 14; |
int |
getIsScheduledBackup()
optional int32 is_scheduled_backup = 11; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
java.lang.String |
getPhid()
optional string phid = 2; |
com.google.protobuf.ByteString |
getPhidBytes()
optional string phid = 2; |
java.lang.String |
getProcess()
optional string process = 9; |
com.google.protobuf.ByteString |
getProcessBytes()
optional string process = 9; |
java.lang.String |
getProvider()
optional string provider = 3; |
com.google.protobuf.ByteString |
getProviderBytes()
optional string provider = 3; |
java.lang.String |
getSourceDatabase()
optional string source_database = 12; |
com.google.protobuf.ByteString |
getSourceDatabaseBytes()
optional string source_database = 12; |
java.lang.String |
getSourceSnapshot()
optional string source_snapshot = 13; |
com.google.protobuf.ByteString |
getSourceSnapshotBytes()
optional string source_snapshot = 13; |
java.lang.String |
getStatus()
optional string status = 8; |
com.google.protobuf.ByteString |
getStatusBytes()
optional string status = 8; |
java.lang.String |
getType()
optional string type = 10; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 10; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
optional string name = 1;java.lang.String getPhid()
optional string phid = 2;com.google.protobuf.ByteString getPhidBytes()
optional string phid = 2;java.lang.String getProvider()
optional string provider = 3;com.google.protobuf.ByteString getProviderBytes()
optional string provider = 3;java.lang.String getCloudCredential()
optional string cloud_credential = 4;com.google.protobuf.ByteString getCloudCredentialBytes()
optional string cloud_credential = 4;java.lang.String getBucket()
optional string bucket = 5;com.google.protobuf.ByteString getBucketBytes()
optional string bucket = 5;java.lang.String getStatus()
optional string status = 8;com.google.protobuf.ByteString getStatusBytes()
optional string status = 8;java.lang.String getProcess()
optional string process = 9;com.google.protobuf.ByteString getProcessBytes()
optional string process = 9;java.lang.String getType()
optional string type = 10;com.google.protobuf.ByteString getTypeBytes()
optional string type = 10;int getIsScheduledBackup()
optional int32 is_scheduled_backup = 11;java.lang.String getSourceDatabase()
optional string source_database = 12;com.google.protobuf.ByteString getSourceDatabaseBytes()
optional string source_database = 12;java.lang.String getSourceSnapshot()
optional string source_snapshot = 13;com.google.protobuf.ByteString getSourceSnapshotBytes()
optional string source_snapshot = 13;long getCreatedAt()
optional int64 created_at = 14;