public interface UndeleteTableMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
If set, the time at which this operation finished or was cancelled.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
If set, the time at which this operation finished or was cancelled.
|
String |
getName()
The name of the table being restored.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the table being restored.
|
com.google.protobuf.Timestamp |
getStartTime()
The time at which this operation started.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which this operation started.
|
boolean |
hasEndTime()
If set, the time at which this operation finished or was cancelled.
|
boolean |
hasStartTime()
The time at which this operation started.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the table being restored.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the table being restored.
string name = 1;boolean hasStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.Timestamp getStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;boolean hasEndTime()
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.Timestamp getEndTime()
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
If set, the time at which this operation finished or was cancelled.
.google.protobuf.Timestamp end_time = 3;Copyright © 2022 Google LLC. All rights reserved.