Class SpecialistPoolServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<SpecialistPoolServiceSettings,SpecialistPoolServiceSettings.Builder>
com.google.cloud.aiplatform.v1beta1.SpecialistPoolServiceSettings.Builder
- Enclosing class:
- SpecialistPoolServiceSettings
public static class SpecialistPoolServiceSettings.Builder
extends ClientSettings.Builder<SpecialistPoolServiceSettings,SpecialistPoolServiceSettings.Builder>
Builder for SpecialistPoolServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(SpecialistPoolServiceSettings settings) protectedBuilder(SpecialistPoolServiceStubSettings.Builder stubSettings) -
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.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.ClientSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toString
-
Constructor Details
-
Builder
- Throws:
IOException
-
Builder
-
Builder
-
Builder
-
-
Method Details
-
getStubSettingsBuilder
-
applyToAllUnaryMethods
public SpecialistPoolServiceSettings.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.
-
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 classClientSettings.Builder<SpecialistPoolServiceSettings,SpecialistPoolServiceSettings.Builder> - Throws:
IOException
-