Class EdgeContainerSettings (0.75.0)

publicclass EdgeContainerSettingsextendsClientSettings<EdgeContainerSettings>

Settings class to configure an instance of EdgeContainerClient.

The default instance has everything set to sensible defaults:

  • The default service address (edgecontainer.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 RetrySettings of getCluster:


// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
EdgeContainerSettings.BuilderedgeContainerSettingsBuilder=EdgeContainerSettings.newBuilder();
edgeContainerSettingsBuilder
.getClusterSettings()
.setRetrySettings(
edgeContainerSettingsBuilder
.getClusterSettings()
.getRetrySettings()
.toBuilder()
.setInitialRetryDelayDuration(Duration.ofSeconds(1))
.setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
.setMaxAttempts(5)
.setMaxRetryDelayDuration(Duration.ofSeconds(30))
.setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
.setRetryDelayMultiplier(1.3)
.setRpcTimeoutMultiplier(1.5)
.setTotalTimeoutDuration(Duration.ofSeconds(300))
.build());
EdgeContainerSettingsedgeContainerSettings=edgeContainerSettingsBuilder.build();

Please refer to the Client Side Retry Guide for additional support in setting retries.

To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for createCluster:


// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
EdgeContainerSettings.BuilderedgeContainerSettingsBuilder=EdgeContainerSettings.newBuilder();
TimedRetryAlgorithmtimedRetryAlgorithm=
OperationalTimedPollAlgorithm.create(
RetrySettings.newBuilder()
.setInitialRetryDelayDuration(Duration.ofMillis(500))
.setRetryDelayMultiplier(1.5)
.setMaxRetryDelayDuration(Duration.ofMillis(5000))
.setTotalTimeoutDuration(Duration.ofHours(24))
.build());
edgeContainerSettingsBuilder
.createClusterOperationSettings()
.setPollingAlgorithm(timedRetryAlgorithm)
.build();

Inheritance

java.lang.Object > ClientSettings > EdgeContainerSettings

Inherited Members

Static Methods

create(EdgeContainerStubSettings stub)

publicstaticfinalEdgeContainerSettingscreate(EdgeContainerStubSettingsstub)
Parameter
Name Description
stub EdgeContainerStubSettings
Returns
Type Description
EdgeContainerSettings
Exceptions
Type Description
IOException

defaultApiClientHeaderProviderBuilder()

publicstaticApiClientHeaderProvider.BuilderdefaultApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultCredentialsProviderBuilder()

publicstaticGoogleCredentialsProvider.BuilderdefaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
Type Description
Builder

defaultExecutorProviderBuilder()

publicstaticInstantiatingExecutorProvider.BuilderdefaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
Type Description
Builder

defaultGrpcTransportProviderBuilder()

publicstaticInstantiatingGrpcChannelProvider.BuilderdefaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
Type Description
Builder

defaultHttpJsonTransportProviderBuilder()

publicstaticInstantiatingHttpJsonChannelProvider.BuilderdefaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
Type Description
Builder

defaultTransportChannelProvider()

publicstaticTransportChannelProviderdefaultTransportChannelProvider()
Returns
Type Description
TransportChannelProvider

getDefaultEndpoint()

publicstaticStringgetDefaultEndpoint()

Returns the default service endpoint.

Returns
Type Description
String

getDefaultServiceScopes()

publicstaticList<String>getDefaultServiceScopes()

Returns the default service scopes.

Returns
Type Description
List<String>

newBuilder()

publicstaticEdgeContainerSettings.BuildernewBuilder()

Returns a new gRPC builder for this class.

Returns
Type Description
EdgeContainerSettings.Builder

newBuilder(ClientContext clientContext)

publicstaticEdgeContainerSettings.BuildernewBuilder(ClientContextclientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext ClientContext
Returns
Type Description
EdgeContainerSettings.Builder

newHttpJsonBuilder()

publicstaticEdgeContainerSettings.BuildernewHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
Type Description
EdgeContainerSettings.Builder

Constructors

EdgeContainerSettings(EdgeContainerSettings.Builder settingsBuilder)

protectedEdgeContainerSettings(EdgeContainerSettings.BuildersettingsBuilder)
Parameter
Name Description
settingsBuilder EdgeContainerSettings.Builder

Methods

createClusterOperationSettings()

publicOperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata>createClusterOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata>

createClusterSettings()

publicUnaryCallSettings<CreateClusterRequest,Operation>createClusterSettings()

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

Returns
Type Description
UnaryCallSettings<CreateClusterRequest,Operation>

createNodePoolOperationSettings()

publicOperationCallSettings<CreateNodePoolRequest,NodePool,OperationMetadata>createNodePoolOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateNodePoolRequest,NodePool,OperationMetadata>

createNodePoolSettings()

publicUnaryCallSettings<CreateNodePoolRequest,Operation>createNodePoolSettings()

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

Returns
Type Description
UnaryCallSettings<CreateNodePoolRequest,Operation>

createVpnConnectionOperationSettings()

publicOperationCallSettings<CreateVpnConnectionRequest,VpnConnection,OperationMetadata>createVpnConnectionOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateVpnConnectionRequest,VpnConnection,OperationMetadata>

createVpnConnectionSettings()

publicUnaryCallSettings<CreateVpnConnectionRequest,Operation>createVpnConnectionSettings()

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

Returns
Type Description
UnaryCallSettings<CreateVpnConnectionRequest,Operation>

deleteClusterOperationSettings()

publicOperationCallSettings<DeleteClusterRequest,Empty,OperationMetadata>deleteClusterOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteClusterRequest,Empty,OperationMetadata>

deleteClusterSettings()

publicUnaryCallSettings<DeleteClusterRequest,Operation>deleteClusterSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteClusterRequest,Operation>

deleteNodePoolOperationSettings()

publicOperationCallSettings<DeleteNodePoolRequest,Empty,OperationMetadata>deleteNodePoolOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteNodePoolRequest,Empty,OperationMetadata>

deleteNodePoolSettings()

publicUnaryCallSettings<DeleteNodePoolRequest,Operation>deleteNodePoolSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteNodePoolRequest,Operation>

deleteVpnConnectionOperationSettings()

publicOperationCallSettings<DeleteVpnConnectionRequest,Empty,OperationMetadata>deleteVpnConnectionOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteVpnConnectionRequest,Empty,OperationMetadata>

deleteVpnConnectionSettings()

publicUnaryCallSettings<DeleteVpnConnectionRequest,Operation>deleteVpnConnectionSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteVpnConnectionRequest,Operation>

generateAccessTokenSettings()

publicUnaryCallSettings<GenerateAccessTokenRequest,GenerateAccessTokenResponse>generateAccessTokenSettings()

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

Returns
Type Description
UnaryCallSettings<GenerateAccessTokenRequest,GenerateAccessTokenResponse>

generateOfflineCredentialSettings()

publicUnaryCallSettings<GenerateOfflineCredentialRequest,GenerateOfflineCredentialResponse>generateOfflineCredentialSettings()

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

Returns
Type Description
UnaryCallSettings<GenerateOfflineCredentialRequest,GenerateOfflineCredentialResponse>

getClusterSettings()

publicUnaryCallSettings<GetClusterRequest,Cluster>getClusterSettings()

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

Returns
Type Description
UnaryCallSettings<GetClusterRequest,Cluster>

getLocationSettings()

publicUnaryCallSettings<GetLocationRequest,Location>getLocationSettings()

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

Returns
Type Description
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getMachineSettings()

publicUnaryCallSettings<GetMachineRequest,Machine>getMachineSettings()

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

Returns
Type Description
UnaryCallSettings<GetMachineRequest,Machine>

getNodePoolSettings()

publicUnaryCallSettings<GetNodePoolRequest,NodePool>getNodePoolSettings()

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

Returns
Type Description
UnaryCallSettings<GetNodePoolRequest,NodePool>

getServerConfigSettings()

publicUnaryCallSettings<GetServerConfigRequest,ServerConfig>getServerConfigSettings()

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

Returns
Type Description
UnaryCallSettings<GetServerConfigRequest,ServerConfig>

getVpnConnectionSettings()

publicUnaryCallSettings<GetVpnConnectionRequest,VpnConnection>getVpnConnectionSettings()

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

Returns
Type Description
UnaryCallSettings<GetVpnConnectionRequest,VpnConnection>

listClustersSettings()

publicPagedCallSettings<ListClustersRequest,ListClustersResponse,EdgeContainerClient.ListClustersPagedResponse>listClustersSettings()

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

Returns
Type Description
PagedCallSettings<ListClustersRequest,ListClustersResponse,ListClustersPagedResponse>

listLocationsSettings()

publicPagedCallSettings<ListLocationsRequest,ListLocationsResponse,EdgeContainerClient.ListLocationsPagedResponse>listLocationsSettings()

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

Returns
Type Description
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listMachinesSettings()

publicPagedCallSettings<ListMachinesRequest,ListMachinesResponse,EdgeContainerClient.ListMachinesPagedResponse>listMachinesSettings()

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

Returns
Type Description
PagedCallSettings<ListMachinesRequest,ListMachinesResponse,ListMachinesPagedResponse>

listNodePoolsSettings()

publicPagedCallSettings<ListNodePoolsRequest,ListNodePoolsResponse,EdgeContainerClient.ListNodePoolsPagedResponse>listNodePoolsSettings()

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

Returns
Type Description
PagedCallSettings<ListNodePoolsRequest,ListNodePoolsResponse,ListNodePoolsPagedResponse>

listVpnConnectionsSettings()

publicPagedCallSettings<ListVpnConnectionsRequest,ListVpnConnectionsResponse,EdgeContainerClient.ListVpnConnectionsPagedResponse>listVpnConnectionsSettings()

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

Returns
Type Description
PagedCallSettings<ListVpnConnectionsRequest,ListVpnConnectionsResponse,ListVpnConnectionsPagedResponse>

toBuilder()

publicEdgeContainerSettings.BuildertoBuilder()

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

Returns
Type Description
EdgeContainerSettings.Builder
Overrides

updateClusterOperationSettings()

publicOperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata>updateClusterOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata>

updateClusterSettings()

publicUnaryCallSettings<UpdateClusterRequest,Operation>updateClusterSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateClusterRequest,Operation>

updateNodePoolOperationSettings()

publicOperationCallSettings<UpdateNodePoolRequest,NodePool,OperationMetadata>updateNodePoolOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateNodePoolRequest,NodePool,OperationMetadata>

updateNodePoolSettings()

publicUnaryCallSettings<UpdateNodePoolRequest,Operation>updateNodePoolSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateNodePoolRequest,Operation>

upgradeClusterOperationSettings()

publicOperationCallSettings<UpgradeClusterRequest,Cluster,OperationMetadata>upgradeClusterOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpgradeClusterRequest,Cluster,OperationMetadata>

upgradeClusterSettings()

publicUnaryCallSettings<UpgradeClusterRequest,Operation>upgradeClusterSettings()

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

Returns
Type Description
UnaryCallSettings<UpgradeClusterRequest,Operation>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.