public static class GlobalNetworkEndpointGroupsStubSettings.Builder extends StubSettings.Builder<GlobalNetworkEndpointGroupsStubSettings,GlobalNetworkEndpointGroupsStubSettings.Builder>
Builder for GlobalNetworkEndpointGroupsStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(GlobalNetworkEndpointGroupsStubSettings settings)
protected Builder(GlobalNetworkEndpointGroupsStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public GlobalNetworkEndpointGroupsStubSettings.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<AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest,Operation,Operation> attachNetworkEndpointsOperationSettings()
Returns the builder for the settings used for calls to attachNetworkEndpoints.
attachNetworkEndpointsSettings()
public UnaryCallSettings.Builder<AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest,Operation> attachNetworkEndpointsSettings()
Returns the builder for the settings used for calls to attachNetworkEndpoints.
build()
public GlobalNetworkEndpointGroupsStubSettings build()
Overrides
deleteOperationSettings()
public OperationCallSettings.Builder<DeleteGlobalNetworkEndpointGroupRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
deleteSettings()
public UnaryCallSettings.Builder<DeleteGlobalNetworkEndpointGroupRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
detachNetworkEndpointsOperationSettings()
public OperationCallSettings.Builder<DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest,Operation,Operation> detachNetworkEndpointsOperationSettings()
Returns the builder for the settings used for calls to detachNetworkEndpoints.
detachNetworkEndpointsSettings()
public UnaryCallSettings.Builder<DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest,Operation> detachNetworkEndpointsSettings()
Returns the builder for the settings used for calls to detachNetworkEndpoints.
getSettings()
public UnaryCallSettings.Builder<GetGlobalNetworkEndpointGroupRequest,NetworkEndpointGroup> getSettings()
Returns the builder for the settings used for calls to get.
insertOperationSettings()
public OperationCallSettings.Builder<InsertGlobalNetworkEndpointGroupRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
insertSettings()
public UnaryCallSettings.Builder<InsertGlobalNetworkEndpointGroupRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
listNetworkEndpointsSettings()
public PagedCallSettings.Builder<ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupsListNetworkEndpoints,GlobalNetworkEndpointGroupsClient.ListNetworkEndpointsPagedResponse> listNetworkEndpointsSettings()
Returns the builder for the settings used for calls to listNetworkEndpoints.
listSettings()
public PagedCallSettings.Builder<ListGlobalNetworkEndpointGroupsRequest,NetworkEndpointGroupList,GlobalNetworkEndpointGroupsClient.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<?,?>> | |