public interface CreateGlossaryMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the glossary that is being created.
|
com.google.protobuf.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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the glossary that is being created.
string name = 1;com.google.protobuf.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.v3.CreateGlossaryMetadata.State state = 2;CreateGlossaryMetadata.State getState()
The current state of the glossary creation operation.
.google.cloud.translation.v3.CreateGlossaryMetadata.State state = 2;boolean hasSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;com.google.protobuf.Timestamp getSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;com.google.protobuf.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.