publicstaticfinalclass AnalyzeEntitiesRequest.BuilderextendsGeneratedMessageV3.Builder<AnalyzeEntitiesRequest.Builder>implementsAnalyzeEntitiesRequestOrBuilder
The entity analysis request message.
Protobuf type google.cloud.language.v1beta2.AnalyzeEntitiesRequest
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()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicAnalyzeEntitiesRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicAnalyzeEntitiesRequestbuild()
buildPartial()
publicAnalyzeEntitiesRequestbuildPartial()
clear()
publicAnalyzeEntitiesRequest.Builderclear()
Overrides
clearDocument()
publicAnalyzeEntitiesRequest.BuilderclearDocument()
Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
clearEncodingType()
publicAnalyzeEntitiesRequest.BuilderclearEncodingType()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 2;
clearField(Descriptors.FieldDescriptor field)
publicAnalyzeEntitiesRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicAnalyzeEntitiesRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clone()
publicAnalyzeEntitiesRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicAnalyzeEntitiesRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getDocument()
publicDocumentgetDocument()
Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
Document |
The document.
|
getDocumentBuilder()
publicDocument.BuildergetDocumentBuilder()
Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
getDocumentOrBuilder()
publicDocumentOrBuildergetDocumentOrBuilder()
Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
getEncodingType()
publicEncodingTypegetEncodingType()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 2;
getEncodingTypeValue()
publicintgetEncodingTypeValue()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 2;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for encodingType.
|
hasDocument()
publicbooleanhasDocument()
Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the document field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeDocument(Document value)
publicAnalyzeEntitiesRequest.BuildermergeDocument(Documentvalue)
Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
Document
|
mergeFrom(AnalyzeEntitiesRequest other)
publicAnalyzeEntitiesRequest.BuildermergeFrom(AnalyzeEntitiesRequestother)
publicAnalyzeEntitiesRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicAnalyzeEntitiesRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalAnalyzeEntitiesRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setDocument(Document value)
publicAnalyzeEntitiesRequest.BuildersetDocument(Documentvalue)
Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
Document
|
setDocument(Document.Builder builderForValue)
publicAnalyzeEntitiesRequest.BuildersetDocument(Document.BuilderbuilderForValue)
Required. Input document.
.google.cloud.language.v1beta2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
setEncodingType(EncodingType value)
publicAnalyzeEntitiesRequest.BuildersetEncodingType(EncodingTypevalue)
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 2;
| Parameter |
| Name |
Description |
value |
EncodingType
The encodingType to set.
|
setEncodingTypeValue(int value)
publicAnalyzeEntitiesRequest.BuildersetEncodingTypeValue(intvalue)
The encoding type used by the API to calculate offsets.
.google.cloud.language.v1beta2.EncodingType encoding_type = 2;
| Parameter |
| Name |
Description |
value |
int
The enum numeric value on the wire for encodingType to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
publicAnalyzeEntitiesRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicAnalyzeEntitiesRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalAnalyzeEntitiesRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides