Package com.google.cloud.aiplatform.v1
Class EndpointServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<EndpointServiceSettings,EndpointServiceSettings.Builder>
com.google.cloud.aiplatform.v1.EndpointServiceSettings.Builder
- Enclosing class:
- EndpointServiceSettings
public static class EndpointServiceSettings.Builder
extends ClientSettings.Builder<EndpointServiceSettings,EndpointServiceSettings.Builder>
Builder for EndpointServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(EndpointServiceSettings settings) protectedBuilder(EndpointServiceStubSettings.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()Returns the builder for the settings used for calls to createEndpoint.Returns the builder for the settings used for calls to createEndpoint.OperationCallSettings.Builder<DeleteEndpointRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteEndpoint.Returns the builder for the settings used for calls to deleteEndpoint.Returns the builder for the settings used for calls to deployModel.Returns the builder for the settings used for calls to deployModel.Returns the builder for the settings used for calls to getEndpoint.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.PagedCallSettings.Builder<ListEndpointsRequest,ListEndpointsResponse, EndpointServiceClient.ListEndpointsPagedResponse> Returns the builder for the settings used for calls to listEndpoints.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, EndpointServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.OperationCallSettings.Builder<MutateDeployedModelRequest,MutateDeployedModelResponse, MutateDeployedModelOperationMetadata> Returns the builder for the settings used for calls to mutateDeployedModel.Returns the builder for the settings used for calls to mutateDeployedModel.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.OperationCallSettings.Builder<UndeployModelRequest,UndeployModelResponse, UndeployModelOperationMetadata> Returns the builder for the settings used for calls to undeployModel.Returns the builder for the settings used for calls to undeployModel.OperationCallSettings.Builder<UpdateEndpointLongRunningRequest,Endpoint, UpdateEndpointOperationMetadata> Returns the builder for the settings used for calls to updateEndpointLongRunning.Returns the builder for the settings used for calls to updateEndpointLongRunning.Returns the builder for the settings used for calls to updateEndpoint.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 EndpointServiceSettings.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.
-
createEndpointSettings
Returns the builder for the settings used for calls to createEndpoint. -
createEndpointOperationSettings
public OperationCallSettings.Builder<CreateEndpointRequest,Endpoint, createEndpointOperationSettings()CreateEndpointOperationMetadata> Returns the builder for the settings used for calls to createEndpoint. -
getEndpointSettings
Returns the builder for the settings used for calls to getEndpoint. -
listEndpointsSettings
public PagedCallSettings.Builder<ListEndpointsRequest,ListEndpointsResponse, listEndpointsSettings()EndpointServiceClient.ListEndpointsPagedResponse> Returns the builder for the settings used for calls to listEndpoints. -
updateEndpointSettings
Returns the builder for the settings used for calls to updateEndpoint. -
updateEndpointLongRunningSettings
public UnaryCallSettings.Builder<UpdateEndpointLongRunningRequest,Operation> updateEndpointLongRunningSettings()Returns the builder for the settings used for calls to updateEndpointLongRunning. -
updateEndpointLongRunningOperationSettings
public OperationCallSettings.Builder<UpdateEndpointLongRunningRequest,Endpoint, updateEndpointLongRunningOperationSettings()UpdateEndpointOperationMetadata> Returns the builder for the settings used for calls to updateEndpointLongRunning. -
deleteEndpointSettings
Returns the builder for the settings used for calls to deleteEndpoint. -
deleteEndpointOperationSettings
public OperationCallSettings.Builder<DeleteEndpointRequest,com.google.protobuf.Empty, deleteEndpointOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteEndpoint. -
deployModelSettings
Returns the builder for the settings used for calls to deployModel. -
deployModelOperationSettings
public OperationCallSettings.Builder<DeployModelRequest,DeployModelResponse, deployModelOperationSettings()DeployModelOperationMetadata> Returns the builder for the settings used for calls to deployModel. -
undeployModelSettings
Returns the builder for the settings used for calls to undeployModel. -
undeployModelOperationSettings
public OperationCallSettings.Builder<UndeployModelRequest,UndeployModelResponse, undeployModelOperationSettings()UndeployModelOperationMetadata> Returns the builder for the settings used for calls to undeployModel. -
mutateDeployedModelSettings
public UnaryCallSettings.Builder<MutateDeployedModelRequest,Operation> mutateDeployedModelSettings()Returns the builder for the settings used for calls to mutateDeployedModel. -
mutateDeployedModelOperationSettings
public OperationCallSettings.Builder<MutateDeployedModelRequest,MutateDeployedModelResponse, mutateDeployedModelOperationSettings()MutateDeployedModelOperationMetadata> Returns the builder for the settings used for calls to mutateDeployedModel. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()EndpointServiceClient.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<EndpointServiceSettings,EndpointServiceSettings.Builder> - Throws:
IOException
-