public static final class DocumentSchema.EntityType.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder> implements DocumentSchema.EntityTypeOrBuilder
EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors. Multiple types can also compose a dependency tree to represent nested types.Protobuf type
google.cloud.documentai.v1beta3.DocumentSchema.EntityType| Modifier and Type | Method and Description |
|---|---|
DocumentSchema.EntityType.Builder |
addAllBaseTypes(Iterable<String> values)
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
addAllProperties(Iterable<? extends DocumentSchema.EntityType.Property> values)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
addBaseTypes(String value)
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
addBaseTypesBytes(com.google.protobuf.ByteString value)
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
addProperties(DocumentSchema.EntityType.Property.Builder builderForValue)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
addProperties(DocumentSchema.EntityType.Property value)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
addProperties(int index,
DocumentSchema.EntityType.Property.Builder builderForValue)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
addProperties(int index,
DocumentSchema.EntityType.Property value)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Property.Builder |
addPropertiesBuilder()
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Property.Builder |
addPropertiesBuilder(int index)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DocumentSchema.EntityType |
build() |
DocumentSchema.EntityType |
buildPartial() |
DocumentSchema.EntityType.Builder |
clear() |
DocumentSchema.EntityType.Builder |
clearBaseTypes()
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
clearDescription()
The description of the entity type.
|
DocumentSchema.EntityType.Builder |
clearDisplayName()
User defined name for the type.
|
DocumentSchema.EntityType.Builder |
clearEntityTypeMetadata()
Metadata for the entity type.
|
DocumentSchema.EntityType.Builder |
clearEnumValues()
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DocumentSchema.EntityType.Builder |
clearName()
Name of the type.
|
DocumentSchema.EntityType.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DocumentSchema.EntityType.Builder |
clearProperties()
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
clearValueSource() |
DocumentSchema.EntityType.Builder |
clone() |
String |
getBaseTypes(int index)
The entity type that this type is derived from.
|
com.google.protobuf.ByteString |
getBaseTypesBytes(int index)
The entity type that this type is derived from.
|
int |
getBaseTypesCount()
The entity type that this type is derived from.
|
com.google.protobuf.ProtocolStringList |
getBaseTypesList()
The entity type that this type is derived from.
|
DocumentSchema.EntityType |
getDefaultInstanceForType() |
String |
getDescription()
The description of the entity type.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the entity type.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
User defined name for the type.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
User defined name for the type.
|
EntityTypeMetadata |
getEntityTypeMetadata()
Metadata for the entity type.
|
EntityTypeMetadata.Builder |
getEntityTypeMetadataBuilder()
Metadata for the entity type.
|
EntityTypeMetadataOrBuilder |
getEntityTypeMetadataOrBuilder()
Metadata for the entity type.
|
DocumentSchema.EntityType.EnumValues |
getEnumValues()
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.EnumValues.Builder |
getEnumValuesBuilder()
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.EnumValuesOrBuilder |
getEnumValuesOrBuilder()
If specified, lists all the possible values for this entity.
|
String |
getName()
Name of the type.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the type.
|
DocumentSchema.EntityType.Property |
getProperties(int index)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Property.Builder |
getPropertiesBuilder(int index)
Description the nested structure, or composition of an entity.
|
List<DocumentSchema.EntityType.Property.Builder> |
getPropertiesBuilderList()
Description the nested structure, or composition of an entity.
|
int |
getPropertiesCount()
Description the nested structure, or composition of an entity.
|
List<DocumentSchema.EntityType.Property> |
getPropertiesList()
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.PropertyOrBuilder |
getPropertiesOrBuilder(int index)
Description the nested structure, or composition of an entity.
|
List<? extends DocumentSchema.EntityType.PropertyOrBuilder> |
getPropertiesOrBuilderList()
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.ValueSourceCase |
getValueSourceCase() |
boolean |
hasEntityTypeMetadata()
Metadata for the entity type.
|
boolean |
hasEnumValues()
If specified, lists all the possible values for this entity.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DocumentSchema.EntityType.Builder |
mergeEntityTypeMetadata(EntityTypeMetadata value)
Metadata for the entity type.
|
DocumentSchema.EntityType.Builder |
mergeEnumValues(DocumentSchema.EntityType.EnumValues value)
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DocumentSchema.EntityType.Builder |
mergeFrom(DocumentSchema.EntityType other) |
DocumentSchema.EntityType.Builder |
mergeFrom(com.google.protobuf.Message other) |
DocumentSchema.EntityType.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DocumentSchema.EntityType.Builder |
removeProperties(int index)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
setBaseTypes(int index,
String value)
The entity type that this type is derived from.
|
DocumentSchema.EntityType.Builder |
setDescription(String value)
The description of the entity type.
|
DocumentSchema.EntityType.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the entity type.
|
DocumentSchema.EntityType.Builder |
setDisplayName(String value)
User defined name for the type.
|
DocumentSchema.EntityType.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
User defined name for the type.
|
DocumentSchema.EntityType.Builder |
setEntityTypeMetadata(EntityTypeMetadata.Builder builderForValue)
Metadata for the entity type.
|
DocumentSchema.EntityType.Builder |
setEntityTypeMetadata(EntityTypeMetadata value)
Metadata for the entity type.
|
DocumentSchema.EntityType.Builder |
setEnumValues(DocumentSchema.EntityType.EnumValues.Builder builderForValue)
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.Builder |
setEnumValues(DocumentSchema.EntityType.EnumValues value)
If specified, lists all the possible values for this entity.
|
DocumentSchema.EntityType.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DocumentSchema.EntityType.Builder |
setName(String value)
Name of the type.
|
DocumentSchema.EntityType.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Name of the type.
|
DocumentSchema.EntityType.Builder |
setProperties(int index,
DocumentSchema.EntityType.Property.Builder builderForValue)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
setProperties(int index,
DocumentSchema.EntityType.Property value)
Description the nested structure, or composition of an entity.
|
DocumentSchema.EntityType.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DocumentSchema.EntityType.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DocumentSchema.EntityType build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DocumentSchema.EntityType buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DocumentSchema.EntityType.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType.Builder mergeFrom(DocumentSchema.EntityType other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public DocumentSchema.EntityType.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DocumentSchema.EntityType.Builder>IOExceptionpublic DocumentSchema.EntityType.ValueSourceCase getValueSourceCase()
getValueSourceCase in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.Builder clearValueSource()
public boolean hasEnumValues()
If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.EnumValues enum_values = 14;
hasEnumValues in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.EnumValues getEnumValues()
If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.EnumValues enum_values = 14;
getEnumValues in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.Builder setEnumValues(DocumentSchema.EntityType.EnumValues value)
If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.EnumValues enum_values = 14;
public DocumentSchema.EntityType.Builder setEnumValues(DocumentSchema.EntityType.EnumValues.Builder builderForValue)
If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.EnumValues enum_values = 14;
public DocumentSchema.EntityType.Builder mergeEnumValues(DocumentSchema.EntityType.EnumValues value)
If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.EnumValues enum_values = 14;
public DocumentSchema.EntityType.Builder clearEnumValues()
If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.EnumValues enum_values = 14;
public DocumentSchema.EntityType.EnumValues.Builder getEnumValuesBuilder()
If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.EnumValues enum_values = 14;
public DocumentSchema.EntityType.EnumValuesOrBuilder getEnumValuesOrBuilder()
If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file.
.google.cloud.documentai.v1beta3.DocumentSchema.EntityType.EnumValues enum_values = 14;
getEnumValuesOrBuilder in interface DocumentSchema.EntityTypeOrBuilderpublic String getDisplayName()
User defined name for the type.
string display_name = 13;getDisplayName in interface DocumentSchema.EntityTypeOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
User defined name for the type.
string display_name = 13;getDisplayNameBytes in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.Builder setDisplayName(String value)
User defined name for the type.
string display_name = 13;value - The displayName to set.public DocumentSchema.EntityType.Builder clearDisplayName()
User defined name for the type.
string display_name = 13;public DocumentSchema.EntityType.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
User defined name for the type.
string display_name = 13;value - The bytes for displayName to set.public String getName()
Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.
string name = 1;getName in interface DocumentSchema.EntityTypeOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.
string name = 1;getNameBytes in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.Builder setName(String value)
Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.
string name = 1;value - The name to set.public DocumentSchema.EntityType.Builder clearName()
Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.
string name = 1;public DocumentSchema.EntityType.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.
string name = 1;value - The bytes for name to set.public String getDescription()
The description of the entity type. Could be used to provide more information about the entity type for model calls.
string description = 15;getDescription in interface DocumentSchema.EntityTypeOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
The description of the entity type. Could be used to provide more information about the entity type for model calls.
string description = 15;getDescriptionBytes in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.Builder setDescription(String value)
The description of the entity type. Could be used to provide more information about the entity type for model calls.
string description = 15;value - The description to set.public DocumentSchema.EntityType.Builder clearDescription()
The description of the entity type. Could be used to provide more information about the entity type for model calls.
string description = 15;public DocumentSchema.EntityType.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the entity type. Could be used to provide more information about the entity type for model calls.
string description = 15;value - The bytes for description to set.public com.google.protobuf.ProtocolStringList getBaseTypesList()
The entity type that this type is derived from. For now, one and only one should be set.
repeated string base_types = 2;getBaseTypesList in interface DocumentSchema.EntityTypeOrBuilderpublic int getBaseTypesCount()
The entity type that this type is derived from. For now, one and only one should be set.
repeated string base_types = 2;getBaseTypesCount in interface DocumentSchema.EntityTypeOrBuilderpublic String getBaseTypes(int index)
The entity type that this type is derived from. For now, one and only one should be set.
repeated string base_types = 2;getBaseTypes in interface DocumentSchema.EntityTypeOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getBaseTypesBytes(int index)
The entity type that this type is derived from. For now, one and only one should be set.
repeated string base_types = 2;getBaseTypesBytes in interface DocumentSchema.EntityTypeOrBuilderindex - The index of the value to return.public DocumentSchema.EntityType.Builder setBaseTypes(int index, String value)
The entity type that this type is derived from. For now, one and only one should be set.
repeated string base_types = 2;index - The index to set the value at.value - The baseTypes to set.public DocumentSchema.EntityType.Builder addBaseTypes(String value)
The entity type that this type is derived from. For now, one and only one should be set.
repeated string base_types = 2;value - The baseTypes to add.public DocumentSchema.EntityType.Builder addAllBaseTypes(Iterable<String> values)
The entity type that this type is derived from. For now, one and only one should be set.
repeated string base_types = 2;values - The baseTypes to add.public DocumentSchema.EntityType.Builder clearBaseTypes()
The entity type that this type is derived from. For now, one and only one should be set.
repeated string base_types = 2;public DocumentSchema.EntityType.Builder addBaseTypesBytes(com.google.protobuf.ByteString value)
The entity type that this type is derived from. For now, one and only one should be set.
repeated string base_types = 2;value - The bytes of the baseTypes to add.public List<DocumentSchema.EntityType.Property> getPropertiesList()
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
getPropertiesList in interface DocumentSchema.EntityTypeOrBuilderpublic int getPropertiesCount()
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
getPropertiesCount in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.Property getProperties(int index)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
getProperties in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.Builder setProperties(int index, DocumentSchema.EntityType.Property value)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Builder setProperties(int index, DocumentSchema.EntityType.Property.Builder builderForValue)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Builder addProperties(DocumentSchema.EntityType.Property value)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Builder addProperties(int index, DocumentSchema.EntityType.Property value)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Builder addProperties(DocumentSchema.EntityType.Property.Builder builderForValue)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Builder addProperties(int index, DocumentSchema.EntityType.Property.Builder builderForValue)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Builder addAllProperties(Iterable<? extends DocumentSchema.EntityType.Property> values)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Builder clearProperties()
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Builder removeProperties(int index)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Property.Builder getPropertiesBuilder(int index)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.PropertyOrBuilder getPropertiesOrBuilder(int index)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
getPropertiesOrBuilder in interface DocumentSchema.EntityTypeOrBuilderpublic List<? extends DocumentSchema.EntityType.PropertyOrBuilder> getPropertiesOrBuilderList()
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
getPropertiesOrBuilderList in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.Property.Builder addPropertiesBuilder()
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public DocumentSchema.EntityType.Property.Builder addPropertiesBuilder(int index)
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public List<DocumentSchema.EntityType.Property.Builder> getPropertiesBuilderList()
Description the nested structure, or composition of an entity.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType.Property properties = 6;
public boolean hasEntityTypeMetadata()
Metadata for the entity type.
.google.cloud.documentai.v1beta3.EntityTypeMetadata entity_type_metadata = 11;hasEntityTypeMetadata in interface DocumentSchema.EntityTypeOrBuilderpublic EntityTypeMetadata getEntityTypeMetadata()
Metadata for the entity type.
.google.cloud.documentai.v1beta3.EntityTypeMetadata entity_type_metadata = 11;getEntityTypeMetadata in interface DocumentSchema.EntityTypeOrBuilderpublic DocumentSchema.EntityType.Builder setEntityTypeMetadata(EntityTypeMetadata value)
Metadata for the entity type.
.google.cloud.documentai.v1beta3.EntityTypeMetadata entity_type_metadata = 11;public DocumentSchema.EntityType.Builder setEntityTypeMetadata(EntityTypeMetadata.Builder builderForValue)
Metadata for the entity type.
.google.cloud.documentai.v1beta3.EntityTypeMetadata entity_type_metadata = 11;public DocumentSchema.EntityType.Builder mergeEntityTypeMetadata(EntityTypeMetadata value)
Metadata for the entity type.
.google.cloud.documentai.v1beta3.EntityTypeMetadata entity_type_metadata = 11;public DocumentSchema.EntityType.Builder clearEntityTypeMetadata()
Metadata for the entity type.
.google.cloud.documentai.v1beta3.EntityTypeMetadata entity_type_metadata = 11;public EntityTypeMetadata.Builder getEntityTypeMetadataBuilder()
Metadata for the entity type.
.google.cloud.documentai.v1beta3.EntityTypeMetadata entity_type_metadata = 11;public EntityTypeMetadataOrBuilder getEntityTypeMetadataOrBuilder()
Metadata for the entity type.
.google.cloud.documentai.v1beta3.EntityTypeMetadata entity_type_metadata = 11;getEntityTypeMetadataOrBuilder in interface DocumentSchema.EntityTypeOrBuilderpublic final DocumentSchema.EntityType.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>public final DocumentSchema.EntityType.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DocumentSchema.EntityType.Builder>Copyright © 2024 Google LLC. All rights reserved.