public interface DeleteGlossaryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
The time when the glossary deletion is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time when the glossary deletion is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
String |
getName()
The name of the deleted glossary.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the deleted glossary.
|
com.google.protobuf.Timestamp |
getSubmitTime()
The time when the operation was submitted to the server.
|
com.google.protobuf.TimestampOrBuilder |
getSubmitTimeOrBuilder()
The time when the operation was submitted to the server.
|
boolean |
hasEndTime()
The time when the glossary deletion is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
boolean |
hasSubmitTime()
The time when the operation was submitted to the server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the deleted glossary.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the deleted glossary.
string name = 1;boolean hasSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;com.google.protobuf.Timestamp getSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;com.google.protobuf.TimestampOrBuilder getSubmitTimeOrBuilder()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;boolean hasEndTime()
The time when the glossary deletion is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.Timestamp getEndTime()
The time when the glossary deletion is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time when the glossary deletion is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
.google.protobuf.Timestamp end_time = 3;Copyright © 2022 Google LLC. All rights reserved.