Class ReconConfig.Options (0.38.0)

public static final class ReconConfig.Options extends GeneratedMessageV3 implements ReconConfig.OptionsOrBuilder

Options for experimental changes on entity clustering behavior.

Protobuf type google.cloud.enterpriseknowledgegraph.v1.ReconConfig.Options

Static Fields

ENABLE_GEOCODING_SEPARATION_FIELD_NUMBER

public static final int ENABLE_GEOCODING_SEPARATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ReconConfig.Options getDefaultInstance()
Returns
Type Description
ReconConfig.Options

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ReconConfig.Options.Builder newBuilder()
Returns
Type Description
ReconConfig.Options.Builder

newBuilder(ReconConfig.Options prototype)

public static ReconConfig.Options.Builder newBuilder(ReconConfig.Options prototype)
Parameter
Name Description
prototype ReconConfig.Options
Returns
Type Description
ReconConfig.Options.Builder

parseDelimitedFrom(InputStream input)

public static ReconConfig.Options parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ReconConfig.Options parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReconConfig.Options parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReconConfig.Options parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ReconConfig.Options parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ReconConfig.Options parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconConfig.Options
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ReconConfig.Options> parser()
Returns
Type Description
Parser<Options>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ReconConfig.Options getDefaultInstanceForType()
Returns
Type Description
ReconConfig.Options

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.

getParserForType()

public Parser<ReconConfig.Options> getParserForType()
Returns
Type Description
Parser<Options>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ReconConfig.Options.Builder newBuilderForType()
Returns
Type Description
ReconConfig.Options.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReconConfig.Options.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ReconConfig.Options.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ReconConfig.Options.Builder toBuilder()
Returns
Type Description
ReconConfig.Options.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException