public interface CreateGlossaryMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The name of the glossary that is being created.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the glossary that is being created.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getState()
public abstract CreateGlossaryMetadata.State getState()The current state of the glossary creation operation.
.google.cloud.translation.v3.CreateGlossaryMetadata.State state = 2;
| Type | Description |
| CreateGlossaryMetadata.State | The state. |
getStateValue()
public abstract int getStateValue()The current state of the glossary creation operation.
.google.cloud.translation.v3.CreateGlossaryMetadata.State state = 2;
| Type | Description |
| int | The enum numeric value on the wire for state. |
getSubmitTime()
public abstract Timestamp getSubmitTime()The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
| Type | Description |
| Timestamp | The submitTime. |
getSubmitTimeOrBuilder()
public abstract TimestampOrBuilder getSubmitTimeOrBuilder()The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
| Type | Description |
| TimestampOrBuilder |
hasSubmitTime()
public abstract boolean hasSubmitTime()The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
| Type | Description |
| boolean | Whether the submitTime field is set. |