public static final class Dataset.DocumentWarehouseConfig.Builder extends GeneratedMessageV3.Builder<Dataset.DocumentWarehouseConfig.Builder> implements Dataset.DocumentWarehouseConfigOrBuilder
Configuration specific to the Document AI Warehouse-based implementation.
Protobuf type google.cloud.documentai.v1beta3.Dataset.DocumentWarehouseConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Dataset.DocumentWarehouseConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Dataset.DocumentWarehouseConfig build()
buildPartial()
public Dataset.DocumentWarehouseConfig buildPartial()
clear()
public Dataset.DocumentWarehouseConfig.Builder clear()
Overrides
clearCollection()
public Dataset.DocumentWarehouseConfig.Builder clearCollection()
Output only. The collection in Document AI Warehouse associated with the
dataset.
string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearField(Descriptors.FieldDescriptor field)
public Dataset.DocumentWarehouseConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Dataset.DocumentWarehouseConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSchema()
public Dataset.DocumentWarehouseConfig.Builder clearSchema()
Output only. The schema in Document AI Warehouse associated with the
dataset.
string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
clone()
public Dataset.DocumentWarehouseConfig.Builder clone()
Overrides
getCollection()
public String getCollection()
Output only. The collection in Document AI Warehouse associated with the
dataset.
string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The collection.
|
getCollectionBytes()
public ByteString getCollectionBytes()
Output only. The collection in Document AI Warehouse associated with the
dataset.
string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for collection.
|
getDefaultInstanceForType()
public Dataset.DocumentWarehouseConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSchema()
public String getSchema()
Output only. The schema in Document AI Warehouse associated with the
dataset.
string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The schema.
|
getSchemaBytes()
public ByteString getSchemaBytes()
Output only. The schema in Document AI Warehouse associated with the
dataset.
string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for schema.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Dataset.DocumentWarehouseConfig other)
public Dataset.DocumentWarehouseConfig.Builder mergeFrom(Dataset.DocumentWarehouseConfig other)
public Dataset.DocumentWarehouseConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Dataset.DocumentWarehouseConfig.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Dataset.DocumentWarehouseConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setCollection(String value)
public Dataset.DocumentWarehouseConfig.Builder setCollection(String value)
Output only. The collection in Document AI Warehouse associated with the
dataset.
string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | String
The collection to set.
|
setCollectionBytes(ByteString value)
public Dataset.DocumentWarehouseConfig.Builder setCollectionBytes(ByteString value)
Output only. The collection in Document AI Warehouse associated with the
dataset.
string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for collection to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public Dataset.DocumentWarehouseConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Dataset.DocumentWarehouseConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSchema(String value)
public Dataset.DocumentWarehouseConfig.Builder setSchema(String value)
Output only. The schema in Document AI Warehouse associated with the
dataset.
string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The schema to set.
|
setSchemaBytes(ByteString value)
public Dataset.DocumentWarehouseConfig.Builder setSchemaBytes(ByteString value)
Output only. The schema in Document AI Warehouse associated with the
dataset.
string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for schema to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Dataset.DocumentWarehouseConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides