public static class ExternalVpnGatewaysStubSettings.Builder extends StubSettings.Builder<ExternalVpnGatewaysStubSettings,ExternalVpnGatewaysStubSettings.Builder>
Builder for ExternalVpnGatewaysStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(ExternalVpnGatewaysStubSettings settings)
protected Builder(ExternalVpnGatewaysStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ExternalVpnGatewaysStubSettings.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.
build()
public ExternalVpnGatewaysStubSettings build()
Overrides
deleteOperationSettings()
public OperationCallSettings.Builder<DeleteExternalVpnGatewayRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
deleteSettings()
public UnaryCallSettings.Builder<DeleteExternalVpnGatewayRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
getSettings()
public UnaryCallSettings.Builder<GetExternalVpnGatewayRequest,ExternalVpnGateway> getSettings()
Returns the builder for the settings used for calls to get.
insertOperationSettings()
public OperationCallSettings.Builder<InsertExternalVpnGatewayRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
insertSettings()
public UnaryCallSettings.Builder<InsertExternalVpnGatewayRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
listSettings()
public PagedCallSettings.Builder<ListExternalVpnGatewaysRequest,ExternalVpnGatewayList,ExternalVpnGatewaysClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
setLabelsOperationSettings()
public OperationCallSettings.Builder<SetLabelsExternalVpnGatewayRequest,Operation,Operation> setLabelsOperationSettings()
Returns the builder for the settings used for calls to setLabels.
setLabelsSettings()
public UnaryCallSettings.Builder<SetLabelsExternalVpnGatewayRequest,Operation> setLabelsSettings()
Returns the builder for the settings used for calls to setLabels.
testIamPermissionsSettings()
public UnaryCallSettings.Builder<TestIamPermissionsExternalVpnGatewayRequest,TestPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns |
Type |
Description |
com.google.common.collect.ImmutableList<Builder<?,?>> |
|