public static class RegionAutoscalersStubSettings.Builder extends StubSettings.Builder<RegionAutoscalersStubSettings,RegionAutoscalersStubSettings.Builder>
Builder for RegionAutoscalersStubSettings.
Constructors
protected Builder(ClientContext clientContext)
Parameter
protected Builder(RegionAutoscalersStubSettings settings)
Parameter
Methods
public RegionAutoscalersStubSettings.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.
Parameter
Returns
public RegionAutoscalersStubSettings build()
Returns
Overrides
Exceptions
public OperationCallSettings.Builder<DeleteRegionAutoscalerRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
Returns
public UnaryCallSettings.Builder<DeleteRegionAutoscalerRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
Returns
public UnaryCallSettings.Builder<GetRegionAutoscalerRequest,Autoscaler> getSettings()
Returns the builder for the settings used for calls to get.
Returns
public OperationCallSettings.Builder<InsertRegionAutoscalerRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
Returns
public UnaryCallSettings.Builder<InsertRegionAutoscalerRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
Returns
public PagedCallSettings.Builder<ListRegionAutoscalersRequest,RegionAutoscalerList,RegionAutoscalersClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
Returns
public OperationCallSettings.Builder<PatchRegionAutoscalerRequest,Operation,Operation> patchOperationSettings()
Returns the builder for the settings used for calls to patch.
Returns
public UnaryCallSettings.Builder<PatchRegionAutoscalerRequest,Operation> patchSettings()
Returns the builder for the settings used for calls to patch.
Returns
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |
public OperationCallSettings.Builder<UpdateRegionAutoscalerRequest,Operation,Operation> updateOperationSettings()
Returns the builder for the settings used for calls to update.
Returns
public UnaryCallSettings.Builder<UpdateRegionAutoscalerRequest,Operation> updateSettings()
Returns the builder for the settings used for calls to update.
Returns