public static class EnvironmentsSettings.Builder extends ClientSettings.Builder<EnvironmentsSettings,EnvironmentsSettings.Builder>
Builder for EnvironmentsSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(EnvironmentsSettings settings)
protected Builder(EnvironmentsSettings settings)
Parameter
Builder(EnvironmentsStubSettings.Builder stubSettings)
protected Builder(EnvironmentsStubSettings.Builder stubSettings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public EnvironmentsSettings.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
build()
public EnvironmentsSettings build()
Returns
Overrides
Exceptions
createEnvironmentOperationSettings()
public OperationCallSettings.Builder<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationSettings()
Returns the builder for the settings used for calls to createEnvironment.
Returns
createEnvironmentSettings()
public UnaryCallSettings.Builder<CreateEnvironmentRequest,Operation> createEnvironmentSettings()
Returns the builder for the settings used for calls to createEnvironment.
Returns
deleteEnvironmentOperationSettings()
public OperationCallSettings.Builder<DeleteEnvironmentRequest,Empty,OperationMetadata> deleteEnvironmentOperationSettings()
Returns the builder for the settings used for calls to deleteEnvironment.
Returns
deleteEnvironmentSettings()
public UnaryCallSettings.Builder<DeleteEnvironmentRequest,Operation> deleteEnvironmentSettings()
Returns the builder for the settings used for calls to deleteEnvironment.
Returns
getEnvironmentSettings()
public UnaryCallSettings.Builder<GetEnvironmentRequest,Environment> getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.
Returns
getStubSettingsBuilder()
public EnvironmentsStubSettings.Builder getStubSettingsBuilder()
Returns
listEnvironmentsSettings()
public PagedCallSettings.Builder<ListEnvironmentsRequest,ListEnvironmentsResponse,EnvironmentsClient.ListEnvironmentsPagedResponse> listEnvironmentsSettings()
Returns the builder for the settings used for calls to listEnvironments.
Returns
updateEnvironmentOperationSettings()
public OperationCallSettings.Builder<UpdateEnvironmentRequest,Environment,OperationMetadata> updateEnvironmentOperationSettings()
Returns the builder for the settings used for calls to updateEnvironment.
Returns
updateEnvironmentSettings()
public UnaryCallSettings.Builder<UpdateEnvironmentRequest,Operation> updateEnvironmentSettings()
Returns the builder for the settings used for calls to updateEnvironment.
Returns