public static class RegionNetworkEndpointGroupsStubSettings.Builder extends StubSettings.Builder<RegionNetworkEndpointGroupsStubSettings,RegionNetworkEndpointGroupsStubSettings.Builder>
Builder for RegionNetworkEndpointGroupsStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(RegionNetworkEndpointGroupsStubSettings settings)
protected Builder(RegionNetworkEndpointGroupsStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public RegionNetworkEndpointGroupsStubSettings.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.
attachNetworkEndpointsOperationSettings()
public OperationCallSettings.Builder<AttachNetworkEndpointsRegionNetworkEndpointGroupRequest,Operation,Operation> attachNetworkEndpointsOperationSettings()
Returns the builder for the settings used for calls to attachNetworkEndpoints.
attachNetworkEndpointsSettings()
public UnaryCallSettings.Builder<AttachNetworkEndpointsRegionNetworkEndpointGroupRequest,Operation> attachNetworkEndpointsSettings()
Returns the builder for the settings used for calls to attachNetworkEndpoints.
build()
public RegionNetworkEndpointGroupsStubSettings build()
Overrides
deleteOperationSettings()
public OperationCallSettings.Builder<DeleteRegionNetworkEndpointGroupRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
deleteSettings()
public UnaryCallSettings.Builder<DeleteRegionNetworkEndpointGroupRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
detachNetworkEndpointsOperationSettings()
public OperationCallSettings.Builder<DetachNetworkEndpointsRegionNetworkEndpointGroupRequest,Operation,Operation> detachNetworkEndpointsOperationSettings()
Returns the builder for the settings used for calls to detachNetworkEndpoints.
detachNetworkEndpointsSettings()
public UnaryCallSettings.Builder<DetachNetworkEndpointsRegionNetworkEndpointGroupRequest,Operation> detachNetworkEndpointsSettings()
Returns the builder for the settings used for calls to detachNetworkEndpoints.
getSettings()
public UnaryCallSettings.Builder<GetRegionNetworkEndpointGroupRequest,NetworkEndpointGroup> getSettings()
Returns the builder for the settings used for calls to get.
insertOperationSettings()
public OperationCallSettings.Builder<InsertRegionNetworkEndpointGroupRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
insertSettings()
public UnaryCallSettings.Builder<InsertRegionNetworkEndpointGroupRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
listNetworkEndpointsSettings()
public PagedCallSettings.Builder<ListNetworkEndpointsRegionNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,RegionNetworkEndpointGroupsClient.ListNetworkEndpointsPagedResponse> listNetworkEndpointsSettings()
Returns the builder for the settings used for calls to listNetworkEndpoints.
listSettings()
public PagedCallSettings.Builder<ListRegionNetworkEndpointGroupsRequest,NetworkEndpointGroupList,RegionNetworkEndpointGroupsClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns |
Type |
Description |
com.google.common.collect.ImmutableList<Builder<?,?>> |
|