public static final class ReconConfig.Options.Builder extends GeneratedMessageV3.Builder<ReconConfig.Options.Builder> implements ReconConfig.OptionsOrBuilder
Options for experimental changes on entity clustering behavior.
Protobuf type google.cloud.enterpriseknowledgegraph.v1.ReconConfig.Options
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReconConfig.Options.BuilderImplements
ReconConfig.OptionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReconConfig.Options.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
build()
public ReconConfig.Options build()
Returns | |
---|---|
Type | Description |
ReconConfig.Options |
buildPartial()
public ReconConfig.Options buildPartial()
Returns | |
---|---|
Type | Description |
ReconConfig.Options |
clear()
public ReconConfig.Options.Builder clear()
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
clearEnableGeocodingSeparation()
public ReconConfig.Options.Builder clearEnableGeocodingSeparation()
If true, separate clusters by their geographic region (from geocoding). Uses the following entity features:
- schema.org/addressLocality
- schema.org/addressRegion
- schema.org/addressCountry Warning: processing will no longer be regionalized!
bool enable_geocoding_separation = 100;
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ReconConfig.Options.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ReconConfig.Options.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
clone()
public ReconConfig.Options.Builder clone()
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
getDefaultInstanceForType()
public ReconConfig.Options getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ReconConfig.Options |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEnableGeocodingSeparation()
public boolean getEnableGeocodingSeparation()
If true, separate clusters by their geographic region (from geocoding). Uses the following entity features:
- schema.org/addressLocality
- schema.org/addressRegion
- schema.org/addressCountry Warning: processing will no longer be regionalized!
bool enable_geocoding_separation = 100;
Returns | |
---|---|
Type | Description |
boolean | The enableGeocodingSeparation. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ReconConfig.Options other)
public ReconConfig.Options.Builder mergeFrom(ReconConfig.Options other)
Parameter | |
---|---|
Name | Description |
other | ReconConfig.Options |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReconConfig.Options.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ReconConfig.Options.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReconConfig.Options.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
setEnableGeocodingSeparation(boolean value)
public ReconConfig.Options.Builder setEnableGeocodingSeparation(boolean value)
If true, separate clusters by their geographic region (from geocoding). Uses the following entity features:
- schema.org/addressLocality
- schema.org/addressRegion
- schema.org/addressCountry Warning: processing will no longer be regionalized!
bool enable_geocoding_separation = 100;
Parameter | |
---|---|
Name | Description |
value | boolean The enableGeocodingSeparation to set. |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ReconConfig.Options.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReconConfig.Options.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ReconConfig.Options.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ReconConfig.Options.Builder |