Class SpecialistPoolServiceStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<SpecialistPoolServiceStubSettings,SpecialistPoolServiceStubSettings.Builder>
com.google.cloud.aiplatform.v1beta1.stub.SpecialistPoolServiceStubSettings.Builder
- Enclosing class:
- SpecialistPoolServiceStubSettings
public static class SpecialistPoolServiceStubSettings.Builder
extends StubSettings.Builder<SpecialistPoolServiceStubSettings,SpecialistPoolServiceStubSettings.Builder>
Builder for SpecialistPoolServiceStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(SpecialistPoolServiceStubSettings settings) -
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.build()OperationCallSettings.Builder<CreateSpecialistPoolRequest,SpecialistPool, CreateSpecialistPoolOperationMetadata> Returns the builder for the settings used for calls to createSpecialistPool.Returns the builder for the settings used for calls to createSpecialistPool.OperationCallSettings.Builder<DeleteSpecialistPoolRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteSpecialistPool.Returns the builder for the settings used for calls to deleteSpecialistPool.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.Returns the builder for the settings used for calls to getSpecialistPool.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, SpecialistPoolServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.PagedCallSettings.Builder<ListSpecialistPoolsRequest,ListSpecialistPoolsResponse, SpecialistPoolServiceClient.ListSpecialistPoolsPagedResponse> Returns the builder for the settings used for calls to listSpecialistPools.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> OperationCallSettings.Builder<UpdateSpecialistPoolRequest,SpecialistPool, UpdateSpecialistPoolOperationMetadata> Returns the builder for the settings used for calls to updateSpecialistPool.Returns the builder for the settings used for calls to updateSpecialistPool.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 SpecialistPoolServiceStubSettings.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() -
createSpecialistPoolSettings
public UnaryCallSettings.Builder<CreateSpecialistPoolRequest,Operation> createSpecialistPoolSettings()Returns the builder for the settings used for calls to createSpecialistPool. -
createSpecialistPoolOperationSettings
public OperationCallSettings.Builder<CreateSpecialistPoolRequest,SpecialistPool, createSpecialistPoolOperationSettings()CreateSpecialistPoolOperationMetadata> Returns the builder for the settings used for calls to createSpecialistPool. -
getSpecialistPoolSettings
public UnaryCallSettings.Builder<GetSpecialistPoolRequest,SpecialistPool> getSpecialistPoolSettings()Returns the builder for the settings used for calls to getSpecialistPool. -
listSpecialistPoolsSettings
public PagedCallSettings.Builder<ListSpecialistPoolsRequest,ListSpecialistPoolsResponse, listSpecialistPoolsSettings()SpecialistPoolServiceClient.ListSpecialistPoolsPagedResponse> Returns the builder for the settings used for calls to listSpecialistPools. -
deleteSpecialistPoolSettings
public UnaryCallSettings.Builder<DeleteSpecialistPoolRequest,Operation> deleteSpecialistPoolSettings()Returns the builder for the settings used for calls to deleteSpecialistPool. -
deleteSpecialistPoolOperationSettings
public OperationCallSettings.Builder<DeleteSpecialistPoolRequest,com.google.protobuf.Empty, deleteSpecialistPoolOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteSpecialistPool. -
updateSpecialistPoolSettings
public UnaryCallSettings.Builder<UpdateSpecialistPoolRequest,Operation> updateSpecialistPoolSettings()Returns the builder for the settings used for calls to updateSpecialistPool. -
updateSpecialistPoolOperationSettings
public OperationCallSettings.Builder<UpdateSpecialistPoolRequest,SpecialistPool, updateSpecialistPoolOperationSettings()UpdateSpecialistPoolOperationMetadata> Returns the builder for the settings used for calls to updateSpecialistPool. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()SpecialistPoolServiceClient.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<SpecialistPoolServiceStubSettings,SpecialistPoolServiceStubSettings.Builder> - Throws:
IOException
-