Class ReconConfig.Options (0.37.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
TypeDescription
int

Static Methods

getDefaultInstance()

public static ReconConfig.Options getDefaultInstance()
Returns
TypeDescription
ReconConfig.Options

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ReconConfig.Options.Builder newBuilder()
Returns
TypeDescription
ReconConfig.Options.Builder

newBuilder(ReconConfig.Options prototype)

public static ReconConfig.Options.Builder newBuilder(ReconConfig.Options prototype)
Parameter
NameDescription
prototypeReconConfig.Options
Returns
TypeDescription
ReconConfig.Options.Builder

parseDelimitedFrom(InputStream input)

public static ReconConfig.Options parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ReconConfig.Options parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReconConfig.Options parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReconConfig.Options parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ReconConfig.Options parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ReconConfig.Options parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReconConfig.Options parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReconConfig.Options
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ReconConfig.Options getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
boolean

The enableGeocodingSeparation.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ReconConfig.Options.Builder newBuilderForType()
Returns
TypeDescription
ReconConfig.Options.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReconConfig.Options.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ReconConfig.Options.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ReconConfig.Options.Builder toBuilder()
Returns
TypeDescription
ReconConfig.Options.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException