Class EnterpriseKnowledgeGraphServiceSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<EnterpriseKnowledgeGraphServiceSettings,EnterpriseKnowledgeGraphServiceSettings.Builder>
-
- com.google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphServiceSettings.Builder
-
- Enclosing class:
- EnterpriseKnowledgeGraphServiceSettings
public static class EnterpriseKnowledgeGraphServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<EnterpriseKnowledgeGraphServiceSettings,EnterpriseKnowledgeGraphServiceSettings.Builder>
Builder for EnterpriseKnowledgeGraphServiceSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(EnterpriseKnowledgeGraphServiceSettings settings)
protected
Builder(EnterpriseKnowledgeGraphServiceStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnterpriseKnowledgeGraphServiceSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.EnterpriseKnowledgeGraphServiceSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelEntityReconciliationJobRequest,com.google.protobuf.Empty>
cancelEntityReconciliationJobSettings()
Returns the builder for the settings used for calls to cancelEntityReconciliationJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEntityReconciliationJobRequest,EntityReconciliationJob>
createEntityReconciliationJobSettings()
Returns the builder for the settings used for calls to createEntityReconciliationJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEntityReconciliationJobRequest,com.google.protobuf.Empty>
deleteEntityReconciliationJobSettings()
Returns the builder for the settings used for calls to deleteEntityReconciliationJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntityReconciliationJobRequest,EntityReconciliationJob>
getEntityReconciliationJobSettings()
Returns the builder for the settings used for calls to getEntityReconciliationJob.EnterpriseKnowledgeGraphServiceStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListEntityReconciliationJobsRequest,ListEntityReconciliationJobsResponse,EnterpriseKnowledgeGraphServiceClient.ListEntityReconciliationJobsPagedResponse>
listEntityReconciliationJobsSettings()
Returns the builder for the settings used for calls to listEntityReconciliationJobs.com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupPublicKgRequest,LookupPublicKgResponse>
lookupPublicKgSettings()
Returns the builder for the settings used for calls to lookupPublicKg.com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupRequest,LookupResponse>
lookupSettings()
Returns the builder for the settings used for calls to lookup.com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchPublicKgRequest,SearchPublicKgResponse>
searchPublicKgSettings()
Returns the builder for the settings used for calls to searchPublicKg.com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchRequest,SearchResponse>
searchSettings()
Returns the builder for the settings used for calls to search.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(EnterpriseKnowledgeGraphServiceSettings settings)
-
Builder
protected Builder(EnterpriseKnowledgeGraphServiceStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public EnterpriseKnowledgeGraphServiceStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public EnterpriseKnowledgeGraphServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
createEntityReconciliationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEntityReconciliationJobRequest,EntityReconciliationJob> createEntityReconciliationJobSettings()
Returns the builder for the settings used for calls to createEntityReconciliationJob.
-
getEntityReconciliationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntityReconciliationJobRequest,EntityReconciliationJob> getEntityReconciliationJobSettings()
Returns the builder for the settings used for calls to getEntityReconciliationJob.
-
listEntityReconciliationJobsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListEntityReconciliationJobsRequest,ListEntityReconciliationJobsResponse,EnterpriseKnowledgeGraphServiceClient.ListEntityReconciliationJobsPagedResponse> listEntityReconciliationJobsSettings()
Returns the builder for the settings used for calls to listEntityReconciliationJobs.
-
cancelEntityReconciliationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelEntityReconciliationJobRequest,com.google.protobuf.Empty> cancelEntityReconciliationJobSettings()
Returns the builder for the settings used for calls to cancelEntityReconciliationJob.
-
deleteEntityReconciliationJobSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEntityReconciliationJobRequest,com.google.protobuf.Empty> deleteEntityReconciliationJobSettings()
Returns the builder for the settings used for calls to deleteEntityReconciliationJob.
-
lookupSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupRequest,LookupResponse> lookupSettings()
Returns the builder for the settings used for calls to lookup.
-
searchSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchRequest,SearchResponse> searchSettings()
Returns the builder for the settings used for calls to search.
-
lookupPublicKgSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupPublicKgRequest,LookupPublicKgResponse> lookupPublicKgSettings()
Returns the builder for the settings used for calls to lookupPublicKg.
-
searchPublicKgSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchPublicKgRequest,SearchPublicKgResponse> searchPublicKgSettings()
Returns the builder for the settings used for calls to searchPublicKg.
-
build
public EnterpriseKnowledgeGraphServiceSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<EnterpriseKnowledgeGraphServiceSettings,EnterpriseKnowledgeGraphServiceSettings.Builder>
- Throws:
IOException
-
-