Class EnterpriseKnowledgeGraphServiceStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<EnterpriseKnowledgeGraphServiceStubSettings,EnterpriseKnowledgeGraphServiceStubSettings.Builder>
-
- com.google.cloud.enterpriseknowledgegraph.v1.stub.EnterpriseKnowledgeGraphServiceStubSettings.Builder
-
- Enclosing class:
- EnterpriseKnowledgeGraphServiceStubSettings
public static class EnterpriseKnowledgeGraphServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<EnterpriseKnowledgeGraphServiceStubSettings,EnterpriseKnowledgeGraphServiceStubSettings.Builder>
Builder for EnterpriseKnowledgeGraphServiceStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(EnterpriseKnowledgeGraphServiceStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnterpriseKnowledgeGraphServiceStubSettings.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.EnterpriseKnowledgeGraphServiceStubSettings
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.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.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
-
Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder()
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(EnterpriseKnowledgeGraphServiceStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public EnterpriseKnowledgeGraphServiceStubSettings.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.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
-
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 EnterpriseKnowledgeGraphServiceStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<EnterpriseKnowledgeGraphServiceStubSettings,EnterpriseKnowledgeGraphServiceStubSettings.Builder>
- Throws:
IOException
-
-