Interface BatchTranslateResponseOrBuilder (2.3.2)

public interface BatchTranslateResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
TimestampOrBuilder

getFailedCharacters()

public abstract long getFailedCharacters()

Number of characters that have failed to process (Unicode codepoints).

int64 failed_characters = 3;

Returns
TypeDescription
long

The failedCharacters.

getSubmitTime()

public abstract Timestamp getSubmitTime()

Time when the operation was submitted.

.google.protobuf.Timestamp submit_time = 4;

Returns
TypeDescription
Timestamp

The submitTime.

getSubmitTimeOrBuilder()

public abstract TimestampOrBuilder getSubmitTimeOrBuilder()

Time when the operation was submitted.

.google.protobuf.Timestamp submit_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getTotalCharacters()

public abstract long getTotalCharacters()

Total number of characters (Unicode codepoints).

int64 total_characters = 1;

Returns
TypeDescription
long

The totalCharacters.

getTranslatedCharacters()

public abstract long getTranslatedCharacters()

Number of successfully translated characters (Unicode codepoints).

int64 translated_characters = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasSubmitTime()

public abstract boolean hasSubmitTime()

Time when the operation was submitted.

.google.protobuf.Timestamp submit_time = 4;

Returns
TypeDescription
boolean

Whether the submitTime field is set.