public static class AddressesSettings.Builder extends ClientSettings.Builder<AddressesSettings,AddressesSettings.Builder>
Builder for AddressesSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(AddressesSettings settings)
protected Builder(AddressesSettings settings)
Parameter
Builder(AddressesStubSettings.Builder stubSettings)
protected Builder(AddressesStubSettings.Builder stubSettings)
Parameter
Methods
aggregatedListSettings()
public PagedCallSettings.Builder<AggregatedListAddressesRequest,AddressAggregatedList,AddressesClient.AggregatedListPagedResponse> aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
Returns
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public AddressesSettings.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 AddressesSettings build()
Returns
Overrides
Exceptions
deleteOperationSettings()
public OperationCallSettings.Builder<DeleteAddressRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
Returns
deleteSettings()
public UnaryCallSettings.Builder<DeleteAddressRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
Returns
getSettings()
public UnaryCallSettings.Builder<GetAddressRequest,Address> getSettings()
Returns the builder for the settings used for calls to get.
Returns
getStubSettingsBuilder()
public AddressesStubSettings.Builder getStubSettingsBuilder()
Returns
insertOperationSettings()
public OperationCallSettings.Builder<InsertAddressRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
Returns
insertSettings()
public UnaryCallSettings.Builder<InsertAddressRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
Returns
listSettings()
public PagedCallSettings.Builder<ListAddressesRequest,AddressList,AddressesClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
Returns
setLabelsOperationSettings()
public OperationCallSettings.Builder<SetLabelsAddressRequest,Operation,Operation> setLabelsOperationSettings()
Returns the builder for the settings used for calls to setLabels.
Returns
setLabelsSettings()
public UnaryCallSettings.Builder<SetLabelsAddressRequest,Operation> setLabelsSettings()
Returns the builder for the settings used for calls to setLabels.
Returns