Class NetworksStubSettings (1.8.1)

See more code actions.
public class NetworksStubSettings extends StubSettings<NetworksStubSettings>

Settings class to configure an instance of NetworksStub.

The default instance has everything set to sensible defaults:

  • The default service address (compute.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of get to 30 seconds:


 NetworksStubSettings.Builder networksSettingsBuilder = NetworksStubSettings.newBuilder();
 networksSettingsBuilder
     .getSettings()
     .setRetrySettings(
         networksSettingsBuilder
             .getSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 NetworksStubSettings networksSettings = networksSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > NetworksStubSettings

Static Methods

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static NetworksStubSettings.Builder newBuilder()

Returns a new builder for this class.

Returns

newBuilder(ClientContext clientContext)

public static NetworksStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

Constructors

NetworksStubSettings(NetworksStubSettings.Builder settingsBuilder)

protected NetworksStubSettings(NetworksStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderNetworksStubSettings.Builder

Methods

addPeeringOperationSettings()

public OperationCallSettings<AddPeeringNetworkRequest,Operation,Operation> addPeeringOperationSettings()

Returns the object with the settings used for calls to addPeering.

Returns

addPeeringSettings()

public UnaryCallSettings<AddPeeringNetworkRequest,Operation> addPeeringSettings()

Returns the object with the settings used for calls to addPeering.

Returns

createStub()

public NetworksStub createStub()
Returns
TypeDescription
NetworksStub
Exceptions
TypeDescription
IOException

deleteOperationSettings()

public OperationCallSettings<DeleteNetworkRequest,Operation,Operation> deleteOperationSettings()

Returns the object with the settings used for calls to delete.

Returns

deleteSettings()

public UnaryCallSettings<DeleteNetworkRequest,Operation> deleteSettings()

Returns the object with the settings used for calls to delete.

Returns

getEffectiveFirewallsSettings()

public UnaryCallSettings<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse> getEffectiveFirewallsSettings()

Returns the object with the settings used for calls to getEffectiveFirewalls.

Returns

getSettings()

public UnaryCallSettings<GetNetworkRequest,Network> getSettings()

Returns the object with the settings used for calls to get.

Returns

insertOperationSettings()

public OperationCallSettings<InsertNetworkRequest,Operation,Operation> insertOperationSettings()

Returns the object with the settings used for calls to insert.

Returns

insertSettings()

public UnaryCallSettings<InsertNetworkRequest,Operation> insertSettings()

Returns the object with the settings used for calls to insert.

Returns

listPeeringRoutesSettings()

public PagedCallSettings<ListPeeringRoutesNetworksRequest,ExchangedPeeringRoutesList,NetworksClient.ListPeeringRoutesPagedResponse> listPeeringRoutesSettings()

Returns the object with the settings used for calls to listPeeringRoutes.

Returns

listSettings()

public PagedCallSettings<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse> listSettings()

Returns the object with the settings used for calls to list.

Returns

patchOperationSettings()

public OperationCallSettings<PatchNetworkRequest,Operation,Operation> patchOperationSettings()

Returns the object with the settings used for calls to patch.

Returns

patchSettings()

public UnaryCallSettings<PatchNetworkRequest,Operation> patchSettings()

Returns the object with the settings used for calls to patch.

Returns

removePeeringOperationSettings()

public OperationCallSettings<RemovePeeringNetworkRequest,Operation,Operation> removePeeringOperationSettings()

Returns the object with the settings used for calls to removePeering.

Returns

removePeeringSettings()

public UnaryCallSettings<RemovePeeringNetworkRequest,Operation> removePeeringSettings()

Returns the object with the settings used for calls to removePeering.

Returns

switchToCustomModeOperationSettings()

public OperationCallSettings<SwitchToCustomModeNetworkRequest,Operation,Operation> switchToCustomModeOperationSettings()

Returns the object with the settings used for calls to switchToCustomMode.

Returns

switchToCustomModeSettings()

public UnaryCallSettings<SwitchToCustomModeNetworkRequest,Operation> switchToCustomModeSettings()

Returns the object with the settings used for calls to switchToCustomMode.

Returns

toBuilder()

public NetworksStubSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns Overrides

updatePeeringOperationSettings()

public OperationCallSettings<UpdatePeeringNetworkRequest,Operation,Operation> updatePeeringOperationSettings()

Returns the object with the settings used for calls to updatePeering.

Returns

updatePeeringSettings()

public UnaryCallSettings<UpdatePeeringNetworkRequest,Operation> updatePeeringSettings()

Returns the object with the settings used for calls to updatePeering.

Returns