public static class ScalingPoliciesServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<ScalingPoliciesServiceSettings,ScalingPoliciesServiceSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ScalingPoliciesServiceSettings settings) |
protected |
Builder(ScalingPoliciesServiceStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
ScalingPoliciesServiceSettings.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.
|
ScalingPoliciesServiceSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateScalingPolicyRequest,ScalingPolicy,Empty> |
createScalingPolicyOperationSettings()
Returns the builder for the settings used for calls to createScalingPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScalingPolicyRequest,com.google.longrunning.Operation> |
createScalingPolicySettings()
Returns the builder for the settings used for calls to createScalingPolicy.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteScalingPolicyRequest,Empty,Empty> |
deleteScalingPolicyOperationSettings()
Returns the builder for the settings used for calls to deleteScalingPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteScalingPolicyRequest,com.google.longrunning.Operation> |
deleteScalingPolicySettings()
Returns the builder for the settings used for calls to deleteScalingPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetScalingPolicyRequest,ScalingPolicy> |
getScalingPolicySettings()
Returns the builder for the settings used for calls to getScalingPolicy.
|
ScalingPoliciesServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListScalingPoliciesRequest,ListScalingPoliciesResponse,ScalingPoliciesServiceClient.ListScalingPoliciesPagedResponse> |
listScalingPoliciesSettings()
Returns the builder for the settings used for calls to listScalingPolicies.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateScalingPolicyRequest,ScalingPolicy,Empty> |
updateScalingPolicyOperationSettings()
Returns the builder for the settings used for calls to updateScalingPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateScalingPolicyRequest,com.google.longrunning.Operation> |
updateScalingPolicySettings()
Returns the builder for the settings used for calls to updateScalingPolicy.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ScalingPoliciesServiceSettings settings)
protected Builder(ScalingPoliciesServiceStubSettings.Builder stubSettings)
public ScalingPoliciesServiceStubSettings.Builder getStubSettingsBuilder()
public ScalingPoliciesServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListScalingPoliciesRequest,ListScalingPoliciesResponse,ScalingPoliciesServiceClient.ListScalingPoliciesPagedResponse> listScalingPoliciesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetScalingPolicyRequest,ScalingPolicy> getScalingPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScalingPolicyRequest,com.google.longrunning.Operation> createScalingPolicySettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateScalingPolicyRequest,ScalingPolicy,Empty> createScalingPolicyOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteScalingPolicyRequest,com.google.longrunning.Operation> deleteScalingPolicySettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteScalingPolicyRequest,Empty,Empty> deleteScalingPolicyOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateScalingPolicyRequest,com.google.longrunning.Operation> updateScalingPolicySettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateScalingPolicyRequest,ScalingPolicy,Empty> updateScalingPolicyOperationSettings()
public ScalingPoliciesServiceSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<ScalingPoliciesServiceSettings,ScalingPoliciesServiceSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.