public interface BatchTranslateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
The time when the operation is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time when the operation is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
long |
getFailedCharacters()
Number of characters that have failed to process (Unicode codepoints).
|
com.google.protobuf.Timestamp |
getSubmitTime()
Time when the operation was submitted.
|
com.google.protobuf.TimestampOrBuilder |
getSubmitTimeOrBuilder()
Time when the operation was submitted.
|
long |
getTotalCharacters()
Total number of characters (Unicode codepoints).
|
long |
getTranslatedCharacters()
Number of successfully translated characters (Unicode codepoints).
|
boolean |
hasEndTime()
The time when the operation is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
boolean |
hasSubmitTime()
Time when the operation was submitted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTotalCharacters()
Total number of characters (Unicode codepoints).
int64 total_characters = 1;long getTranslatedCharacters()
Number of successfully translated characters (Unicode codepoints).
int64 translated_characters = 2;long getFailedCharacters()
Number of characters that have failed to process (Unicode codepoints).
int64 failed_characters = 3;boolean hasSubmitTime()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 4;com.google.protobuf.Timestamp getSubmitTime()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 4;com.google.protobuf.TimestampOrBuilder getSubmitTimeOrBuilder()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 4;boolean hasEndTime()
The time when the operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
.google.protobuf.Timestamp end_time = 5;com.google.protobuf.Timestamp getEndTime()
The time when the operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
.google.protobuf.Timestamp end_time = 5;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time when the operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
.google.protobuf.Timestamp end_time = 5;Copyright © 2022 Google LLC. All rights reserved.