public interface BatchTranslateMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getFailedCharacters()
Number of characters that have failed to process so far (Unicode
codepoints).
|
BatchTranslateMetadata.State |
getState()
The state of the operation.
|
int |
getStateValue()
The state of the operation.
|
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 so far (Unicode codepoints).
|
boolean |
hasSubmitTime()
Time when the operation was submitted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getStateValue()
The state of the operation.
.google.cloud.translation.v3beta1.BatchTranslateMetadata.State state = 1;
BatchTranslateMetadata.State getState()
The state of the operation.
.google.cloud.translation.v3beta1.BatchTranslateMetadata.State state = 1;
long getTranslatedCharacters()
Number of successfully translated characters so far (Unicode codepoints).
int64 translated_characters = 2;
long getFailedCharacters()
Number of characters that have failed to process so far (Unicode codepoints).
int64 failed_characters = 3;
long getTotalCharacters()
Total number of characters (Unicode codepoints). This is the total number of codepoints from input files times the number of target languages and appears here shortly after the call is submitted.
int64 total_characters = 4;
boolean hasSubmitTime()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 5;
Timestamp getSubmitTime()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 5;
TimestampOrBuilder getSubmitTimeOrBuilder()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 5;
Copyright © 2022 Google LLC. All rights reserved.