public interface DeleteGlossaryMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The name of the glossary that is being deleted.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the glossary that is being deleted.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getState()
public abstract DeleteGlossaryMetadata.State getState()The current state of the glossary deletion operation.
.google.cloud.translation.v3.DeleteGlossaryMetadata.State state = 2;
| Type | Description |
| DeleteGlossaryMetadata.State | The state. |
getStateValue()
public abstract int getStateValue()The current state of the glossary deletion operation.
.google.cloud.translation.v3.DeleteGlossaryMetadata.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. |