Interface DeleteGlossaryMetadataOrBuilder (2.1.13)

public interface DeleteGlossaryMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The name of the glossary that is being deleted.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the glossary that is being deleted.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getState()

public abstract DeleteGlossaryMetadata.State getState()

The current state of the glossary deletion operation.

.google.cloud.translation.v3beta1.DeleteGlossaryMetadata.State state = 2;

Returns
TypeDescription
DeleteGlossaryMetadata.State

The state.

getStateValue()

public abstract int getStateValue()

The current state of the glossary deletion operation.

.google.cloud.translation.v3beta1.DeleteGlossaryMetadata.State state = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
Timestamp

The submitTime.

getSubmitTimeOrBuilder()

public abstract TimestampOrBuilder getSubmitTimeOrBuilder()

The time when the operation was submitted to the server.

.google.protobuf.Timestamp submit_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasSubmitTime()

public abstract boolean hasSubmitTime()

The time when the operation was submitted to the server.

.google.protobuf.Timestamp submit_time = 3;

Returns
TypeDescription
boolean

Whether the submitTime field is set.