public interface UpdateGlossaryMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGlossary()
public abstract Glossary getGlossary()
The updated glossary object.
.google.cloud.translation.v3.Glossary glossary = 1;
Returns | |
---|---|
Type | Description |
Glossary |
The glossary. |
getGlossaryOrBuilder()
public abstract GlossaryOrBuilder getGlossaryOrBuilder()
The updated glossary object.
.google.cloud.translation.v3.Glossary glossary = 1;
Returns | |
---|---|
Type | Description |
GlossaryOrBuilder |
getState()
public abstract UpdateGlossaryMetadata.State getState()
The current state of the glossary update operation. If the glossary input file was not updated this will be completed immediately
.google.cloud.translation.v3.UpdateGlossaryMetadata.State state = 2;
Returns | |
---|---|
Type | Description |
UpdateGlossaryMetadata.State |
The state. |
getStateValue()
public abstract int getStateValue()
The current state of the glossary update operation. If the glossary input file was not updated this will be completed immediately
.google.cloud.translation.v3.UpdateGlossaryMetadata.State state = 2;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasGlossary()
public abstract boolean hasGlossary()
The updated glossary object.
.google.cloud.translation.v3.Glossary glossary = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the glossary field is set. |
hasSubmitTime()
public abstract boolean hasSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the submitTime field is set. |