Class RegionNetworkEndpointGroupsStubSettings.Builder (1.50.0)

public static class RegionNetworkEndpointGroupsStubSettings.Builder extends StubSettings.Builder<RegionNetworkEndpointGroupsStubSettings,RegionNetworkEndpointGroupsStubSettings.Builder>

Builder for RegionNetworkEndpointGroupsStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > RegionNetworkEndpointGroupsStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(RegionNetworkEndpointGroupsStubSettings settings)

protected Builder(RegionNetworkEndpointGroupsStubSettings settings)
Parameter
NameDescription
settingsRegionNetworkEndpointGroupsStubSettings

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.

Parameter
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>

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
Exceptions
TypeDescription
IOException

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.

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

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
TypeDescription
com.google.common.collect.ImmutableList<Builder<?,?>>