public interface BatchTranslateResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getEndTime()
The time when the operation is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
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).
|
Timestamp |
getSubmitTime()
Time when the operation was submitted.
|
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, hasOneof
isInitialized
long 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;
Timestamp getSubmitTime()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 4;
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;
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;
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.