public static final class AnalyzeEntitiesRequest.Builder extends GeneratedMessageV3.Builder<AnalyzeEntitiesRequest.Builder> implements AnalyzeEntitiesRequestOrBuilder
The entity analysis request message.
Protobuf type google.cloud.language.v2.AnalyzeEntitiesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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 AnalyzeEntitiesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AnalyzeEntitiesRequest build()
buildPartial()
public AnalyzeEntitiesRequest buildPartial()
clear()
public AnalyzeEntitiesRequest.Builder clear()
Overrides
clearDocument()
public AnalyzeEntitiesRequest.Builder clearDocument()
Required. Input document.
.google.cloud.language.v2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
clearEncodingType()
public AnalyzeEntitiesRequest.Builder clearEncodingType()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v2.EncodingType encoding_type = 2;
clearField(Descriptors.FieldDescriptor field)
public AnalyzeEntitiesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AnalyzeEntitiesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AnalyzeEntitiesRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public AnalyzeEntitiesRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDocument()
public Document getDocument()
Required. Input document.
.google.cloud.language.v2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
Document | The document.
|
getDocumentBuilder()
public Document.Builder getDocumentBuilder()
Required. Input document.
.google.cloud.language.v2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
getDocumentOrBuilder()
public DocumentOrBuilder getDocumentOrBuilder()
Required. Input document.
.google.cloud.language.v2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
getEncodingType()
public EncodingType getEncodingType()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v2.EncodingType encoding_type = 2;
getEncodingTypeValue()
public int getEncodingTypeValue()
The encoding type used by the API to calculate offsets.
.google.cloud.language.v2.EncodingType encoding_type = 2;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for encodingType.
|
hasDocument()
public boolean hasDocument()
Required. Input document.
.google.cloud.language.v2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the document field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeDocument(Document value)
public AnalyzeEntitiesRequest.Builder mergeDocument(Document value)
Required. Input document.
.google.cloud.language.v2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(AnalyzeEntitiesRequest other)
public AnalyzeEntitiesRequest.Builder mergeFrom(AnalyzeEntitiesRequest other)
public AnalyzeEntitiesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AnalyzeEntitiesRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeEntitiesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setDocument(Document value)
public AnalyzeEntitiesRequest.Builder setDocument(Document value)
Required. Input document.
.google.cloud.language.v2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
setDocument(Document.Builder builderForValue)
public AnalyzeEntitiesRequest.Builder setDocument(Document.Builder builderForValue)
Required. Input document.
.google.cloud.language.v2.Document document = 1 [(.google.api.field_behavior) = REQUIRED];
setEncodingType(EncodingType value)
public AnalyzeEntitiesRequest.Builder setEncodingType(EncodingType value)
The encoding type used by the API to calculate offsets.
.google.cloud.language.v2.EncodingType encoding_type = 2;
Parameter |
---|
Name | Description |
value | EncodingType
The encodingType to set.
|
setEncodingTypeValue(int value)
public AnalyzeEntitiesRequest.Builder setEncodingTypeValue(int value)
The encoding type used by the API to calculate offsets.
.google.cloud.language.v2.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)
public AnalyzeEntitiesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnalyzeEntitiesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeEntitiesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides