| Modifier and Type | Method and Description |
|---|---|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.Builder.addInputConfigsBuilder()
The input config for each single document in the batch process.
|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.Builder.addInputConfigsBuilder(int index)
The input config for each single document in the batch process.
|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.clear() |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.clearGcsSource()
The Cloud Storage location as the source of the document.
|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.clearMimeType()
Mimetype of the input.
|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.clone() |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.Builder.getInputConfigsBuilder(int index)
The input config for each single document in the batch process.
|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.mergeFrom(BatchProcessRequest.BatchInputConfig other) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.newBuilder() |
static BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.newBuilder(BatchProcessRequest.BatchInputConfig prototype) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.newBuilderForType() |
protected BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.setGcsSource(String value)
The Cloud Storage location as the source of the document.
|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.setGcsSourceBytes(com.google.protobuf.ByteString value)
The Cloud Storage location as the source of the document.
|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.setMimeType(String value)
Mimetype of the input.
|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.setMimeTypeBytes(com.google.protobuf.ByteString value)
Mimetype of the input.
|
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BatchProcessRequest.BatchInputConfig.Builder |
BatchProcessRequest.BatchInputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchProcessRequest.BatchInputConfig.Builder> |
BatchProcessRequest.Builder.getInputConfigsBuilderList()
The input config for each single document in the batch process.
|
| Modifier and Type | Method and Description |
|---|---|
BatchProcessRequest.Builder |
BatchProcessRequest.Builder.addInputConfigs(BatchProcessRequest.BatchInputConfig.Builder builderForValue)
The input config for each single document in the batch process.
|
BatchProcessRequest.Builder |
BatchProcessRequest.Builder.addInputConfigs(int index,
BatchProcessRequest.BatchInputConfig.Builder builderForValue)
The input config for each single document in the batch process.
|
BatchProcessRequest.Builder |
BatchProcessRequest.Builder.setInputConfigs(int index,
BatchProcessRequest.BatchInputConfig.Builder builderForValue)
The input config for each single document in the batch process.
|
Copyright © 2020 Google LLC. All rights reserved.