Uses of Class
com.google.cloud.enterpriseknowledgegraph.v1.ReconConfig
-
Packages that use ReconConfig Package Description com.google.cloud.enterpriseknowledgegraph.v1 A client to Enterprise Knowledge Graph API -
-
Uses of ReconConfig in com.google.cloud.enterpriseknowledgegraph.v1
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return ReconConfig Modifier and Type Method Description ReconConfig
ReconConfig.Builder. build()
ReconConfig
ReconConfig.Builder. buildPartial()
static ReconConfig
ReconConfig. getDefaultInstance()
ReconConfig
ReconConfig.Builder. getDefaultInstanceForType()
ReconConfig
ReconConfig. getDefaultInstanceForType()
ReconConfig
EntityReconciliationJob.Builder. getReconConfig()
Optional.ReconConfig
EntityReconciliationJob. getReconConfig()
Optional.ReconConfig
EntityReconciliationJobOrBuilder. getReconConfig()
Optional.static ReconConfig
ReconConfig. parseDelimitedFrom(InputStream input)
static ReconConfig
ReconConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReconConfig
ReconConfig. parseFrom(byte[] data)
static ReconConfig
ReconConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReconConfig
ReconConfig. parseFrom(com.google.protobuf.ByteString data)
static ReconConfig
ReconConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReconConfig
ReconConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ReconConfig
ReconConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReconConfig
ReconConfig. parseFrom(InputStream input)
static ReconConfig
ReconConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReconConfig
ReconConfig. parseFrom(ByteBuffer data)
static ReconConfig
ReconConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return types with arguments of type ReconConfig Modifier and Type Method Description com.google.protobuf.Parser<ReconConfig>
ReconConfig. getParserForType()
static com.google.protobuf.Parser<ReconConfig>
ReconConfig. parser()
Methods in com.google.cloud.enterpriseknowledgegraph.v1 with parameters of type ReconConfig Modifier and Type Method Description ReconConfig.Builder
ReconConfig.Builder. mergeFrom(ReconConfig other)
EntityReconciliationJob.Builder
EntityReconciliationJob.Builder. mergeReconConfig(ReconConfig value)
Optional.static ReconConfig.Builder
ReconConfig. newBuilder(ReconConfig prototype)
EntityReconciliationJob.Builder
EntityReconciliationJob.Builder. setReconConfig(ReconConfig value)
Optional.
-