Class EdgeContainerStubSettings (0.40.0)

publicclass EdgeContainerStubSettingsextendsStubSettings<EdgeContainerStubSettings>

Settings class to configure an instance of EdgeContainerStub.

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 total timeout of getCluster to 30 seconds:


// 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
EdgeContainerStubSettings.BuilderedgeContainerSettingsBuilder=
EdgeContainerStubSettings.newBuilder();
edgeContainerSettingsBuilder
.getClusterSettings()
.setRetrySettings(
edgeContainerSettingsBuilder
.getClusterSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
EdgeContainerStubSettingsedgeContainerSettings=edgeContainerSettingsBuilder.build();

Inheritance

java.lang.Object > StubSettings > EdgeContainerStubSettings

Inherited Members

Static Methods

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

defaultGrpcApiClientHeaderProviderBuilder()

publicstaticApiClientHeaderProvider.BuilderdefaultGrpcApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultGrpcTransportProviderBuilder()

publicstaticInstantiatingGrpcChannelProvider.BuilderdefaultGrpcTransportProviderBuilder()

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

Returns
Type Description
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

publicstaticApiClientHeaderProvider.BuilderdefaultHttpJsonApiClientHeaderProviderBuilder()
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

getDefaultMtlsEndpoint()

publicstaticStringgetDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
Type Description
String

getDefaultServiceScopes()

publicstaticList<String>getDefaultServiceScopes()

Returns the default service scopes.

Returns
Type Description
List<String>

newBuilder()

publicstaticEdgeContainerStubSettings.BuildernewBuilder()

Returns a new gRPC builder for this class.

Returns
Type Description
EdgeContainerStubSettings.Builder

newBuilder(ClientContext clientContext)

publicstaticEdgeContainerStubSettings.BuildernewBuilder(ClientContextclientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext ClientContext
Returns
Type Description
EdgeContainerStubSettings.Builder

newHttpJsonBuilder()

publicstaticEdgeContainerStubSettings.BuildernewHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
Type Description
EdgeContainerStubSettings.Builder

Constructors

EdgeContainerStubSettings(EdgeContainerStubSettings.Builder settingsBuilder)

protectedEdgeContainerStubSettings(EdgeContainerStubSettings.BuildersettingsBuilder)
Parameter
Name Description
settingsBuilder EdgeContainerStubSettings.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>

createStub()

publicEdgeContainerStubcreateStub()
Returns
Type Description
EdgeContainerStub
Exceptions
Type Description
IOException

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>

getServiceName()

publicStringgetServiceName()

Returns the default service name.

Returns
Type Description
String
Overrides

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()

publicEdgeContainerStubSettings.BuildertoBuilder()

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

Returns
Type Description
EdgeContainerStubSettings.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.