| Modifier and Type | Method and Description |
|---|---|
DocumentSchema.Builder |
DocumentSchema.Builder.addAllEntityTypes(Iterable<? extends DocumentSchema.EntityType> values)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.addEntityTypes(DocumentSchema.EntityType.Builder builderForValue)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.addEntityTypes(DocumentSchema.EntityType value)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.addEntityTypes(int index,
DocumentSchema.EntityType.Builder builderForValue)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.addEntityTypes(int index,
DocumentSchema.EntityType value)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DocumentSchema.Builder |
DocumentSchema.Builder.clear() |
DocumentSchema.Builder |
DocumentSchema.Builder.clearDescription()
Description of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.clearDisplayName()
Display name to show to users.
|
DocumentSchema.Builder |
DocumentSchema.Builder.clearEntityTypes()
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DocumentSchema.Builder |
DocumentSchema.Builder.clearMetadata()
Metadata of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DocumentSchema.Builder |
DocumentSchema.Builder.clone() |
DocumentSchema.Builder |
DatasetSchema.Builder.getDocumentSchemaBuilder()
Optional.
|
DocumentSchema.Builder |
ProcessorVersion.Builder.getDocumentSchemaBuilder()
The schema of the processor version.
|
DocumentSchema.Builder |
ReviewDocumentRequest.Builder.getDocumentSchemaBuilder()
The document schema of the human review task.
|
DocumentSchema.Builder |
TrainProcessorVersionRequest.Builder.getDocumentSchemaBuilder()
Optional.
|
DocumentSchema.Builder |
ProcessOptions.Builder.getSchemaOverrideBuilder()
Optional.
|
DocumentSchema.Builder |
DocumentSchema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DocumentSchema.Builder |
DocumentSchema.Builder.mergeFrom(DocumentSchema other) |
DocumentSchema.Builder |
DocumentSchema.Builder.mergeFrom(com.google.protobuf.Message other) |
DocumentSchema.Builder |
DocumentSchema.Builder.mergeMetadata(DocumentSchema.Metadata value)
Metadata of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DocumentSchema.Builder |
DocumentSchema.newBuilder() |
static DocumentSchema.Builder |
DocumentSchema.newBuilder(DocumentSchema prototype) |
DocumentSchema.Builder |
DocumentSchema.newBuilderForType() |
protected DocumentSchema.Builder |
DocumentSchema.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DocumentSchema.Builder |
DocumentSchema.Builder.removeEntityTypes(int index)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setDescription(String value)
Description of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
Description of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setDisplayName(String value)
Display name to show to users.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
Display name to show to users.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setEntityTypes(int index,
DocumentSchema.EntityType.Builder builderForValue)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setEntityTypes(int index,
DocumentSchema.EntityType value)
Entity types of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DocumentSchema.Builder |
DocumentSchema.Builder.setMetadata(DocumentSchema.Metadata.Builder builderForValue)
Metadata of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setMetadata(DocumentSchema.Metadata value)
Metadata of the schema.
|
DocumentSchema.Builder |
DocumentSchema.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DocumentSchema.Builder |
DocumentSchema.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DocumentSchema.Builder |
DocumentSchema.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DatasetSchema.Builder |
DatasetSchema.Builder.setDocumentSchema(DocumentSchema.Builder builderForValue)
Optional.
|
ProcessorVersion.Builder |
ProcessorVersion.Builder.setDocumentSchema(DocumentSchema.Builder builderForValue)
The schema of the processor version.
|
ReviewDocumentRequest.Builder |
ReviewDocumentRequest.Builder.setDocumentSchema(DocumentSchema.Builder builderForValue)
The document schema of the human review task.
|
TrainProcessorVersionRequest.Builder |
TrainProcessorVersionRequest.Builder.setDocumentSchema(DocumentSchema.Builder builderForValue)
Optional.
|
ProcessOptions.Builder |
ProcessOptions.Builder.setSchemaOverride(DocumentSchema.Builder builderForValue)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.