- 2.82.0 (latest)
 - 2.80.0
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.74.0
 - 2.72.0
 - 2.71.0
 - 2.68.0
 - 2.67.0
 - 2.66.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.5
 - 2.6.2
 - 2.5.1
 - 2.4.3
 - 2.3.1
 - 2.2.1
 - 2.1.9
 
public static final class Document.EntityRelation.Builder extends GeneratedMessageV3.Builder<Document.EntityRelation.Builder> implements Document.EntityRelationOrBuilderRelationship between Entities.
 Protobuf type google.cloud.documentai.v1beta1.Document.EntityRelation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Document.EntityRelation.BuilderImplements
Document.EntityRelationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Document.EntityRelation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
build()
public Document.EntityRelation build()| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation | 
        |
buildPartial()
public Document.EntityRelation buildPartial()| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation | 
        |
clear()
public Document.EntityRelation.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public Document.EntityRelation.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
clearObjectId()
public Document.EntityRelation.Builder clearObjectId()Object entity mention_id.
 string object_id = 2;
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Document.EntityRelation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
clearRelation()
public Document.EntityRelation.Builder clearRelation()Relationship description.
 string relation = 3;
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        This builder for chaining.  | 
      
clearSubjectId()
public Document.EntityRelation.Builder clearSubjectId()Subject entity mention_id.
 string subject_id = 1;
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        This builder for chaining.  | 
      
clone()
public Document.EntityRelation.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
getDefaultInstanceForType()
public Document.EntityRelation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getObjectId()
public String getObjectId()Object entity mention_id.
 string object_id = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The objectId.  | 
      
getObjectIdBytes()
public ByteString getObjectIdBytes()Object entity mention_id.
 string object_id = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for objectId.  | 
      
getRelation()
public String getRelation()Relationship description.
 string relation = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The relation.  | 
      
getRelationBytes()
public ByteString getRelationBytes()Relationship description.
 string relation = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for relation.  | 
      
getSubjectId()
public String getSubjectId()Subject entity mention_id.
 string subject_id = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The subjectId.  | 
      
getSubjectIdBytes()
public ByteString getSubjectIdBytes()Subject entity mention_id.
 string subject_id = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for subjectId.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(Document.EntityRelation other)
public Document.EntityRelation.Builder mergeFrom(Document.EntityRelation other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Document.EntityRelation | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Document.EntityRelation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Document.EntityRelation.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Document.EntityRelation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public Document.EntityRelation.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
setObjectId(String value)
public Document.EntityRelation.Builder setObjectId(String value)Object entity mention_id.
 string object_id = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe objectId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        This builder for chaining.  | 
      
setObjectIdBytes(ByteString value)
public Document.EntityRelation.Builder setObjectIdBytes(ByteString value)Object entity mention_id.
 string object_id = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for objectId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        This builder for chaining.  | 
      
setRelation(String value)
public Document.EntityRelation.Builder setRelation(String value)Relationship description.
 string relation = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe relation to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        This builder for chaining.  | 
      
setRelationBytes(ByteString value)
public Document.EntityRelation.Builder setRelationBytes(ByteString value)Relationship description.
 string relation = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for relation to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Document.EntityRelation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |
setSubjectId(String value)
public Document.EntityRelation.Builder setSubjectId(String value)Subject entity mention_id.
 string subject_id = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe subjectId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        This builder for chaining.  | 
      
setSubjectIdBytes(ByteString value)
public Document.EntityRelation.Builder setSubjectIdBytes(ByteString value)Subject entity mention_id.
 string subject_id = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for subjectId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Document.EntityRelation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Document.EntityRelation.Builder | 
        |