public static class EndpointServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<EndpointServiceSettings,EndpointServiceSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(EndpointServiceSettings settings) |
protected |
Builder(EndpointServiceStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
EndpointServiceSettings.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.
|
EndpointServiceSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata> |
createEndpointOperationSettings()
Returns the builder for the settings used for calls to createEndpoint.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEndpointRequest,com.google.longrunning.Operation> |
createEndpointSettings()
Returns the builder for the settings used for calls to createEndpoint.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteEndpointRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteEndpointOperationSettings()
Returns the builder for the settings used for calls to deleteEndpoint.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEndpointRequest,com.google.longrunning.Operation> |
deleteEndpointSettings()
Returns the builder for the settings used for calls to deleteEndpoint.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata> |
deployModelOperationSettings()
Returns the builder for the settings used for calls to deployModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployModelRequest,com.google.longrunning.Operation> |
deployModelSettings()
Returns the builder for the settings used for calls to deployModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEndpointRequest,Endpoint> |
getEndpointSettings()
Returns the builder for the settings used for calls to getEndpoint.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
EndpointServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListEndpointsRequest,ListEndpointsResponse,EndpointServiceClient.ListEndpointsPagedResponse> |
listEndpointsSettings()
Returns the builder for the settings used for calls to listEndpoints.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,EndpointServiceClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata> |
mutateDeployedModelOperationSettings()
Returns the builder for the settings used for calls to mutateDeployedModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<MutateDeployedModelRequest,com.google.longrunning.Operation> |
mutateDeployedModelSettings()
Returns the builder for the settings used for calls to mutateDeployedModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata> |
undeployModelOperationSettings()
Returns the builder for the settings used for calls to undeployModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployModelRequest,com.google.longrunning.Operation> |
undeployModelSettings()
Returns the builder for the settings used for calls to undeployModel.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateEndpointLongRunningRequest,Endpoint,UpdateEndpointOperationMetadata> |
updateEndpointLongRunningOperationSettings()
Returns the builder for the settings used for calls to updateEndpointLongRunning.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEndpointLongRunningRequest,com.google.longrunning.Operation> |
updateEndpointLongRunningSettings()
Returns the builder for the settings used for calls to updateEndpointLongRunning.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEndpointRequest,Endpoint> |
updateEndpointSettings()
Returns the builder for the settings used for calls to updateEndpoint.
|
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, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(EndpointServiceSettings settings)
protected Builder(EndpointServiceStubSettings.Builder stubSettings)
public EndpointServiceStubSettings.Builder getStubSettingsBuilder()
public EndpointServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEndpointRequest,com.google.longrunning.Operation> createEndpointSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata> createEndpointOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEndpointRequest,Endpoint> getEndpointSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListEndpointsRequest,ListEndpointsResponse,EndpointServiceClient.ListEndpointsPagedResponse> listEndpointsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEndpointRequest,Endpoint> updateEndpointSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEndpointLongRunningRequest,com.google.longrunning.Operation> updateEndpointLongRunningSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateEndpointLongRunningRequest,Endpoint,UpdateEndpointOperationMetadata> updateEndpointLongRunningOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEndpointRequest,com.google.longrunning.Operation> deleteEndpointSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteEndpointRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteEndpointOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployModelRequest,com.google.longrunning.Operation> deployModelSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata> deployModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployModelRequest,com.google.longrunning.Operation> undeployModelSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata> undeployModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<MutateDeployedModelRequest,com.google.longrunning.Operation> mutateDeployedModelSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata> mutateDeployedModelOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,EndpointServiceClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public EndpointServiceSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<EndpointServiceSettings,EndpointServiceSettings.Builder>IOExceptionCopyright © 2025 Google LLC. All rights reserved.