Package com.google.cloud.translate.v3
Interface CreateGlossaryMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateGlossaryMetadata,CreateGlossaryMetadata.Builder
public interface CreateGlossaryMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The name of the glossary that is being created.com.google.protobuf.ByteStringgetNameBytes()The name of the glossary that is being created.CreateGlossaryMetadata.StategetState()The current state of the glossary creation operation.intgetStateValue()The current state of the glossary creation operation.com.google.protobuf.TimestampgetSubmitTime()The time when the operation was submitted to the server.com.google.protobuf.TimestampOrBuildergetSubmitTimeOrBuilder()The time when the operation was submitted to the server.booleanhasSubmitTime()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 created.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the glossary that is being created.
string name = 1;- Returns:
- The bytes for name.
-
getStateValue
int getStateValue()
The current state of the glossary creation operation.
.google.cloud.translation.v3.CreateGlossaryMetadata.State state = 2;- Returns:
- The enum numeric value on the wire for state.
-
getState
CreateGlossaryMetadata.State getState()
The current state of the glossary creation operation.
.google.cloud.translation.v3.CreateGlossaryMetadata.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;
-
-