public interface DeleteGlossaryResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()The time when the glossary deletion is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
| Type | Description |
| Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()The time when the glossary deletion is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
| Type | Description |
| TimestampOrBuilder |
getName()
public abstract String getName()The name of the deleted glossary.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the deleted glossary.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getSubmitTime()
public abstract Timestamp getSubmitTime()The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
| Type | Description |
| Timestamp | The submitTime. |
getSubmitTimeOrBuilder()
public abstract TimestampOrBuilder getSubmitTimeOrBuilder()The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
| Type | Description |
| TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()The time when the glossary deletion is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
| Type | Description |
| boolean | Whether the endTime field is set. |
hasSubmitTime()
public abstract boolean hasSubmitTime()The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
| Type | Description |
| boolean | Whether the submitTime field is set. |