public interface CreateGlossaryMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of the glossary that is being created.
|
ByteString |
getNameBytes()
The name of the glossary that is being created.
|
CreateGlossaryMetadata.State |
getState()
The current state of the glossary creation operation.
|
int |
getStateValue()
The current state of the glossary creation operation.
|
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 |
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 glossary that is being created.
string name = 1;
ByteString getNameBytes()
The name of the glossary that is being created.
string name = 1;
int getStateValue()
The current state of the glossary creation operation.
.google.cloud.translation.v3beta1.CreateGlossaryMetadata.State state = 2;
CreateGlossaryMetadata.State getState()
The current state of the glossary creation operation.
.google.cloud.translation.v3beta1.CreateGlossaryMetadata.State state = 2;
boolean hasSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
Timestamp getSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
TimestampOrBuilder getSubmitTimeOrBuilder()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
Copyright © 2022 Google LLC. All rights reserved.