public static interface DeletedDatabase.StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCreationTime()
int64 creation_time = 1; |
long |
getDeletionTime()
int64 deletion_time = 2; |
java.lang.String |
getPhase()
string phase = 4; |
com.google.protobuf.ByteString |
getPhaseBytes()
string phase = 4; |
java.lang.String |
getReason()
string reason = 5; |
com.google.protobuf.ByteString |
getReasonBytes()
string reason = 5; |
long |
getWipeOutTime()
int64 wipe_out_time = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCreationTime()
int64 creation_time = 1;long getDeletionTime()
int64 deletion_time = 2;long getWipeOutTime()
int64 wipe_out_time = 3;java.lang.String getPhase()
string phase = 4;com.google.protobuf.ByteString getPhaseBytes()
string phase = 4;java.lang.String getReason()
string reason = 5;com.google.protobuf.ByteString getReasonBytes()
string reason = 5;