Interface DeleteGlossaryMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteGlossaryMetadata
,DeleteGlossaryMetadata.Builder
public interface DeleteGlossaryMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The name of the glossary that is being deleted.com.google.protobuf.ByteString
getNameBytes()
The name of the glossary that is being deleted.DeleteGlossaryMetadata.State
getState()
The current state of the glossary deletion operation.int
getStateValue()
The current state of the glossary deletion operation.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
hasSubmitTime()
The time when the operation was submitted to the server.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The name of the glossary that is being deleted.
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the glossary that is being deleted.
string name = 1;
- Returns:
- The bytes for name.
-
getStateValue
int getStateValue()
The current state of the glossary deletion operation.
.google.cloud.translation.v3beta1.DeleteGlossaryMetadata.State state = 2;
- Returns:
- The enum numeric value on the wire for state.
-
getState
DeleteGlossaryMetadata.State getState()
The current state of the glossary deletion operation.
.google.cloud.translation.v3beta1.DeleteGlossaryMetadata.State state = 2;
- Returns:
- The state.
-
hasSubmitTime
boolean hasSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
- Returns:
- Whether the submitTime field is set.
-
getSubmitTime
com.google.protobuf.Timestamp getSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
- Returns:
- The submitTime.
-
getSubmitTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getSubmitTimeOrBuilder()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
-
-