public final class PropertyMetadata extends GeneratedMessage implements PropertyMetadataOrBuilderMetadata about a property.
Protobuf type google.cloud.documentai.v1beta3.PropertyMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > PropertyMetadataImplements
PropertyMetadataOrBuilderStatic Fields
FIELD_EXTRACTION_METADATA_FIELD_NUMBER
public static final int FIELD_EXTRACTION_METADATA_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
INACTIVE_FIELD_NUMBER
public static final int INACTIVE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static PropertyMetadata getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static PropertyMetadata.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
PropertyMetadata.Builder |
|
newBuilder(PropertyMetadata prototype)
public static PropertyMetadata.Builder newBuilder(PropertyMetadata prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
PropertyMetadata |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata.Builder |
|
parseDelimitedFrom(InputStream input)
public static PropertyMetadata parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PropertyMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static PropertyMetadata parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PropertyMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static PropertyMetadata parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PropertyMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static PropertyMetadata parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PropertyMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static PropertyMetadata parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PropertyMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static PropertyMetadata parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PropertyMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<PropertyMetadata> parser()| Returns | |
|---|---|
| Type | Description |
Parser<PropertyMetadata> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public PropertyMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PropertyMetadata |
|
getFieldExtractionMetadata()
public FieldExtractionMetadata getFieldExtractionMetadata()Field extraction metadata on the property.
.google.cloud.documentai.v1beta3.FieldExtractionMetadata field_extraction_metadata = 9;
| Returns | |
|---|---|
| Type | Description |
FieldExtractionMetadata |
The fieldExtractionMetadata. |
getFieldExtractionMetadataOrBuilder()
public FieldExtractionMetadataOrBuilder getFieldExtractionMetadataOrBuilder()Field extraction metadata on the property.
.google.cloud.documentai.v1beta3.FieldExtractionMetadata field_extraction_metadata = 9;
| Returns | |
|---|---|
| Type | Description |
FieldExtractionMetadataOrBuilder |
|
getInactive()
public boolean getInactive()Whether the property should be considered as "inactive".
bool inactive = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The inactive. |
getParserForType()
public Parser<PropertyMetadata> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<PropertyMetadata> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasFieldExtractionMetadata()
public boolean hasFieldExtractionMetadata()Field extraction metadata on the property.
.google.cloud.documentai.v1beta3.FieldExtractionMetadata field_extraction_metadata = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fieldExtractionMetadata field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public PropertyMetadata.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
PropertyMetadata.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected PropertyMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
PropertyMetadata.Builder |
|
toBuilder()
public PropertyMetadata.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
PropertyMetadata.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|