public interface UpdateTableMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
TimestampOrBuilder |
getName()
public abstract String getName()
The name of the table being updated.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The name of the table being updated.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getStartTime()
public abstract Timestamp getStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Type | Description |
Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Type | Description |
TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()
If set, the time at which this operation finished or was canceled.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
boolean | Whether the endTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()
The time at which this operation started.
.google.protobuf.Timestamp start_time = 2;
Type | Description |
boolean | Whether the startTime field is set. |