Class ReasoningEngineExecutionServiceStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<ReasoningEngineExecutionServiceStubSettings,ReasoningEngineExecutionServiceStubSettings.Builder>
com.google.cloud.aiplatform.v1.stub.ReasoningEngineExecutionServiceStubSettings.Builder
- Enclosing class:
- ReasoningEngineExecutionServiceStubSettings
public static class ReasoningEngineExecutionServiceStubSettings.Builder
extends StubSettings.Builder<ReasoningEngineExecutionServiceStubSettings,ReasoningEngineExecutionServiceStubSettings.Builder>
Builder for ReasoningEngineExecutionServiceStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protected -
Method Summary
Modifier and TypeMethodDescriptionapplyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.OperationCallSettings.Builder<AsyncQueryReasoningEngineRequest,AsyncQueryReasoningEngineResponse, AsyncQueryReasoningEngineOperationMetadata> Returns the builder for the settings used for calls to asyncQueryReasoningEngine.Returns the builder for the settings used for calls to asyncQueryReasoningEngine.build()Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, ReasoningEngineExecutionServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.Returns the builder for the settings used for calls to queryReasoningEngine.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to streamQueryReasoningEngine.Returns the builder for the settings used for calls to testIamPermissions.com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toString
-
Constructor Details
-
Builder
protected Builder() -
Builder
-
Builder
-
-
Method Details
-
applyToAllUnaryMethods
public ReasoningEngineExecutionServiceStubSettings.Builder applyToAllUnaryMethods(ApiFunction<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<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders() -
queryReasoningEngineSettings
public UnaryCallSettings.Builder<QueryReasoningEngineRequest,QueryReasoningEngineResponse> queryReasoningEngineSettings()Returns the builder for the settings used for calls to queryReasoningEngine. -
streamQueryReasoningEngineSettings
public ServerStreamingCallSettings.Builder<StreamQueryReasoningEngineRequest,HttpBody> streamQueryReasoningEngineSettings()Returns the builder for the settings used for calls to streamQueryReasoningEngine. -
asyncQueryReasoningEngineSettings
public UnaryCallSettings.Builder<AsyncQueryReasoningEngineRequest,Operation> asyncQueryReasoningEngineSettings()Returns the builder for the settings used for calls to asyncQueryReasoningEngine. -
asyncQueryReasoningEngineOperationSettings
public OperationCallSettings.Builder<AsyncQueryReasoningEngineRequest,AsyncQueryReasoningEngineResponse, asyncQueryReasoningEngineOperationSettings()AsyncQueryReasoningEngineOperationMetadata> Returns the builder for the settings used for calls to asyncQueryReasoningEngine. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()ReasoningEngineExecutionServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations. -
getLocationSettings
Returns the builder for the settings used for calls to getLocation. -
setIamPolicySettings
Returns the builder for the settings used for calls to setIamPolicy. -
getIamPolicySettings
Returns the builder for the settings used for calls to getIamPolicy. -
testIamPermissionsSettings
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()Returns the builder for the settings used for calls to testIamPermissions. -
build
- Specified by:
buildin classStubSettings.Builder<ReasoningEngineExecutionServiceStubSettings,ReasoningEngineExecutionServiceStubSettings.Builder> - Throws:
IOException
-