public interface DeleteGlossaryResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getEndTime()
The time when the glossary deletion is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
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.
|
ByteString |
getNameBytes()
The name of the deleted glossary.
|
Timestamp |
getSubmitTime()
The time when the operation was submitted to the server.
|
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, hasOneof
isInitialized
String getName()
The name of the deleted glossary.
string name = 1;
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;
Timestamp getSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
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;
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;
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.