public interface BatchTranslateResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()The time when the operation is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 5;
| Type | Description |
| Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()The time when the operation is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 5;
| Type | Description |
| TimestampOrBuilder |
getFailedCharacters()
public abstract long getFailedCharacters()Number of characters that have failed to process (Unicode codepoints).
int64 failed_characters = 3;
| Type | Description |
| long | The failedCharacters. |
getSubmitTime()
public abstract Timestamp getSubmitTime()Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 4;
| Type | Description |
| Timestamp | The submitTime. |
getSubmitTimeOrBuilder()
public abstract TimestampOrBuilder getSubmitTimeOrBuilder()Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 4;
| Type | Description |
| TimestampOrBuilder |
getTotalCharacters()
public abstract long getTotalCharacters()Total number of characters (Unicode codepoints).
int64 total_characters = 1;
| Type | Description |
| long | The totalCharacters. |
getTranslatedCharacters()
public abstract long getTranslatedCharacters()Number of successfully translated characters (Unicode codepoints).
int64 translated_characters = 2;
| Type | Description |
| long | The translatedCharacters. |
hasEndTime()
public abstract boolean hasEndTime()The time when the operation is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 5;
| Type | Description |
| boolean | Whether the endTime field is set. |
hasSubmitTime()
public abstract boolean hasSubmitTime()Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 4;
| Type | Description |
| boolean | Whether the submitTime field is set. |