- 2.78.0 (latest)
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.72.0
 - 2.70.0
 - 2.68.0
 - 2.67.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.5
 - 2.2.0
 - 2.1.13
 
public static final class BatchTranslateDocumentMetadata.Builder extends GeneratedMessageV3.Builder<BatchTranslateDocumentMetadata.Builder> implements BatchTranslateDocumentMetadataOrBuilderState metadata for the batch translation operation.
 Protobuf type google.cloud.translation.v3.BatchTranslateDocumentMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchTranslateDocumentMetadata.BuilderImplements
BatchTranslateDocumentMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchTranslateDocumentMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
build()
public BatchTranslateDocumentMetadata build()| Type | Description | 
| BatchTranslateDocumentMetadata | 
buildPartial()
public BatchTranslateDocumentMetadata buildPartial()| Type | Description | 
| BatchTranslateDocumentMetadata | 
clear()
public BatchTranslateDocumentMetadata.Builder clear()| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
clearFailedCharacters()
public BatchTranslateDocumentMetadata.Builder clearFailedCharacters()Number of characters that have failed to process (Unicode codepoints) in all documents so far.
 int64 failed_characters = 8;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
clearFailedPages()
public BatchTranslateDocumentMetadata.Builder clearFailedPages()Number of pages that failed to process in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
 int64 failed_pages = 4;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public BatchTranslateDocumentMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchTranslateDocumentMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
clearState()
public BatchTranslateDocumentMetadata.Builder clearState()The state of the operation.
 .google.cloud.translation.v3.BatchTranslateDocumentMetadata.State state = 1;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
clearSubmitTime()
public BatchTranslateDocumentMetadata.Builder clearSubmitTime()Time when the operation was submitted.
 .google.protobuf.Timestamp submit_time = 10;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
clearTotalBillableCharacters()
public BatchTranslateDocumentMetadata.Builder clearTotalBillableCharacters()Number of billable characters (Unicode codepoints) in documents without clear page definition (such as XLSX) so far.
 int64 total_billable_characters = 9;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
clearTotalBillablePages()
public BatchTranslateDocumentMetadata.Builder clearTotalBillablePages()Number of billable pages in documents with clear page definition (such as PDF, DOCX, PPTX) so far.
 int64 total_billable_pages = 5;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
clearTotalCharacters()
public BatchTranslateDocumentMetadata.Builder clearTotalCharacters()Total number of characters (Unicode codepoints) in all documents so far.
 int64 total_characters = 6;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
clearTotalPages()
public BatchTranslateDocumentMetadata.Builder clearTotalPages()Total number of pages to translate in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
 int64 total_pages = 2;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
clearTranslatedCharacters()
public BatchTranslateDocumentMetadata.Builder clearTranslatedCharacters()Number of successfully translated characters (Unicode codepoints) in all documents so far.
 int64 translated_characters = 7;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
clearTranslatedPages()
public BatchTranslateDocumentMetadata.Builder clearTranslatedPages()Number of successfully translated pages in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
 int64 translated_pages = 3;
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
clone()
public BatchTranslateDocumentMetadata.Builder clone()| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
getDefaultInstanceForType()
public BatchTranslateDocumentMetadata getDefaultInstanceForType()| Type | Description | 
| BatchTranslateDocumentMetadata | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getFailedCharacters()
public long getFailedCharacters()Number of characters that have failed to process (Unicode codepoints) in all documents so far.
 int64 failed_characters = 8;
| Type | Description | 
| long | The failedCharacters.  | 
      
getFailedPages()
public long getFailedPages()Number of pages that failed to process in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
 int64 failed_pages = 4;
| Type | Description | 
| long | The failedPages.  | 
      
getState()
public BatchTranslateDocumentMetadata.State getState()The state of the operation.
 .google.cloud.translation.v3.BatchTranslateDocumentMetadata.State state = 1;
| Type | Description | 
| BatchTranslateDocumentMetadata.State | The state.  | 
      
getStateValue()
public int getStateValue()The state of the operation.
 .google.cloud.translation.v3.BatchTranslateDocumentMetadata.State state = 1;
| Type | Description | 
| int | The enum numeric value on the wire for state.  | 
      
getSubmitTime()
public Timestamp getSubmitTime()Time when the operation was submitted.
 .google.protobuf.Timestamp submit_time = 10;
| Type | Description | 
| Timestamp | The submitTime.  | 
      
getSubmitTimeBuilder()
public Timestamp.Builder getSubmitTimeBuilder()Time when the operation was submitted.
 .google.protobuf.Timestamp submit_time = 10;
| Type | Description | 
| Builder | 
getSubmitTimeOrBuilder()
public TimestampOrBuilder getSubmitTimeOrBuilder()Time when the operation was submitted.
 .google.protobuf.Timestamp submit_time = 10;
| Type | Description | 
| TimestampOrBuilder | 
getTotalBillableCharacters()
public long getTotalBillableCharacters()Number of billable characters (Unicode codepoints) in documents without clear page definition (such as XLSX) so far.
 int64 total_billable_characters = 9;
| Type | Description | 
| long | The totalBillableCharacters.  | 
      
getTotalBillablePages()
public long getTotalBillablePages()Number of billable pages in documents with clear page definition (such as PDF, DOCX, PPTX) so far.
 int64 total_billable_pages = 5;
| Type | Description | 
| long | The totalBillablePages.  | 
      
getTotalCharacters()
public long getTotalCharacters()Total number of characters (Unicode codepoints) in all documents so far.
 int64 total_characters = 6;
| Type | Description | 
| long | The totalCharacters.  | 
      
getTotalPages()
public long getTotalPages()Total number of pages to translate in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
 int64 total_pages = 2;
| Type | Description | 
| long | The totalPages.  | 
      
getTranslatedCharacters()
public long getTranslatedCharacters()Number of successfully translated characters (Unicode codepoints) in all documents so far.
 int64 translated_characters = 7;
| Type | Description | 
| long | The translatedCharacters.  | 
      
getTranslatedPages()
public long getTranslatedPages()Number of successfully translated pages in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
 int64 translated_pages = 3;
| Type | Description | 
| long | The translatedPages.  | 
      
hasSubmitTime()
public boolean hasSubmitTime()Time when the operation was submitted.
 .google.protobuf.Timestamp submit_time = 10;
| Type | Description | 
| boolean | Whether the submitTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(BatchTranslateDocumentMetadata other)
public BatchTranslateDocumentMetadata.Builder mergeFrom(BatchTranslateDocumentMetadata other)| Name | Description | 
| other | BatchTranslateDocumentMetadata | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchTranslateDocumentMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public BatchTranslateDocumentMetadata.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
mergeSubmitTime(Timestamp value)
public BatchTranslateDocumentMetadata.Builder mergeSubmitTime(Timestamp value)Time when the operation was submitted.
 .google.protobuf.Timestamp submit_time = 10;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchTranslateDocumentMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
setFailedCharacters(long value)
public BatchTranslateDocumentMetadata.Builder setFailedCharacters(long value)Number of characters that have failed to process (Unicode codepoints) in all documents so far.
 int64 failed_characters = 8;
| Name | Description | 
| value | longThe failedCharacters to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setFailedPages(long value)
public BatchTranslateDocumentMetadata.Builder setFailedPages(long value)Number of pages that failed to process in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
 int64 failed_pages = 4;
| Name | Description | 
| value | longThe failedPages to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public BatchTranslateDocumentMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchTranslateDocumentMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
setState(BatchTranslateDocumentMetadata.State value)
public BatchTranslateDocumentMetadata.Builder setState(BatchTranslateDocumentMetadata.State value)The state of the operation.
 .google.cloud.translation.v3.BatchTranslateDocumentMetadata.State state = 1;
| Name | Description | 
| value | BatchTranslateDocumentMetadata.StateThe state to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setStateValue(int value)
public BatchTranslateDocumentMetadata.Builder setStateValue(int value)The state of the operation.
 .google.cloud.translation.v3.BatchTranslateDocumentMetadata.State state = 1;
| Name | Description | 
| value | intThe enum numeric value on the wire for state to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setSubmitTime(Timestamp value)
public BatchTranslateDocumentMetadata.Builder setSubmitTime(Timestamp value)Time when the operation was submitted.
 .google.protobuf.Timestamp submit_time = 10;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
setSubmitTime(Timestamp.Builder builderForValue)
public BatchTranslateDocumentMetadata.Builder setSubmitTime(Timestamp.Builder builderForValue)Time when the operation was submitted.
 .google.protobuf.Timestamp submit_time = 10;
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | 
setTotalBillableCharacters(long value)
public BatchTranslateDocumentMetadata.Builder setTotalBillableCharacters(long value)Number of billable characters (Unicode codepoints) in documents without clear page definition (such as XLSX) so far.
 int64 total_billable_characters = 9;
| Name | Description | 
| value | longThe totalBillableCharacters to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setTotalBillablePages(long value)
public BatchTranslateDocumentMetadata.Builder setTotalBillablePages(long value)Number of billable pages in documents with clear page definition (such as PDF, DOCX, PPTX) so far.
 int64 total_billable_pages = 5;
| Name | Description | 
| value | longThe totalBillablePages to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setTotalCharacters(long value)
public BatchTranslateDocumentMetadata.Builder setTotalCharacters(long value)Total number of characters (Unicode codepoints) in all documents so far.
 int64 total_characters = 6;
| Name | Description | 
| value | longThe totalCharacters to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setTotalPages(long value)
public BatchTranslateDocumentMetadata.Builder setTotalPages(long value)Total number of pages to translate in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
 int64 total_pages = 2;
| Name | Description | 
| value | longThe totalPages to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setTranslatedCharacters(long value)
public BatchTranslateDocumentMetadata.Builder setTranslatedCharacters(long value)Number of successfully translated characters (Unicode codepoints) in all documents so far.
 int64 translated_characters = 7;
| Name | Description | 
| value | longThe translatedCharacters to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setTranslatedPages(long value)
public BatchTranslateDocumentMetadata.Builder setTranslatedPages(long value)Number of successfully translated pages in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
 int64 translated_pages = 3;
| Name | Description | 
| value | longThe translatedPages to set.  | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchTranslateDocumentMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| BatchTranslateDocumentMetadata.Builder |