Class EdgeContainerStub (0.50.0)

publicabstractclass EdgeContainerStubimplementsBackgroundResource

Base stub class for the EdgeContainer service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > EdgeContainerStub

Implements

BackgroundResource

Constructors

EdgeContainerStub()

publicEdgeContainerStub()

Methods

close()

publicabstractvoidclose()

createClusterCallable()

publicUnaryCallable<CreateClusterRequest,Operation>createClusterCallable()
Returns
Type Description
UnaryCallable<CreateClusterRequest,Operation>

createClusterOperationCallable()

publicOperationCallable<CreateClusterRequest,Cluster,OperationMetadata>createClusterOperationCallable()
Returns
Type Description
OperationCallable<CreateClusterRequest,Cluster,OperationMetadata>

createNodePoolCallable()

publicUnaryCallable<CreateNodePoolRequest,Operation>createNodePoolCallable()
Returns
Type Description
UnaryCallable<CreateNodePoolRequest,Operation>

createNodePoolOperationCallable()

publicOperationCallable<CreateNodePoolRequest,NodePool,OperationMetadata>createNodePoolOperationCallable()
Returns
Type Description
OperationCallable<CreateNodePoolRequest,NodePool,OperationMetadata>

createVpnConnectionCallable()

publicUnaryCallable<CreateVpnConnectionRequest,Operation>createVpnConnectionCallable()
Returns
Type Description
UnaryCallable<CreateVpnConnectionRequest,Operation>

createVpnConnectionOperationCallable()

publicOperationCallable<CreateVpnConnectionRequest,VpnConnection,OperationMetadata>createVpnConnectionOperationCallable()
Returns
Type Description
OperationCallable<CreateVpnConnectionRequest,VpnConnection,OperationMetadata>

deleteClusterCallable()

publicUnaryCallable<DeleteClusterRequest,Operation>deleteClusterCallable()
Returns
Type Description
UnaryCallable<DeleteClusterRequest,Operation>

deleteClusterOperationCallable()

publicOperationCallable<DeleteClusterRequest,Empty,OperationMetadata>deleteClusterOperationCallable()
Returns
Type Description
OperationCallable<DeleteClusterRequest,Empty,OperationMetadata>

deleteNodePoolCallable()

publicUnaryCallable<DeleteNodePoolRequest,Operation>deleteNodePoolCallable()
Returns
Type Description
UnaryCallable<DeleteNodePoolRequest,Operation>

deleteNodePoolOperationCallable()

publicOperationCallable<DeleteNodePoolRequest,Empty,OperationMetadata>deleteNodePoolOperationCallable()
Returns
Type Description
OperationCallable<DeleteNodePoolRequest,Empty,OperationMetadata>

deleteVpnConnectionCallable()

publicUnaryCallable<DeleteVpnConnectionRequest,Operation>deleteVpnConnectionCallable()
Returns
Type Description
UnaryCallable<DeleteVpnConnectionRequest,Operation>

deleteVpnConnectionOperationCallable()

publicOperationCallable<DeleteVpnConnectionRequest,Empty,OperationMetadata>deleteVpnConnectionOperationCallable()
Returns
Type Description
OperationCallable<DeleteVpnConnectionRequest,Empty,OperationMetadata>

generateAccessTokenCallable()

publicUnaryCallable<GenerateAccessTokenRequest,GenerateAccessTokenResponse>generateAccessTokenCallable()
Returns
Type Description
UnaryCallable<GenerateAccessTokenRequest,GenerateAccessTokenResponse>

generateOfflineCredentialCallable()

publicUnaryCallable<GenerateOfflineCredentialRequest,GenerateOfflineCredentialResponse>generateOfflineCredentialCallable()
Returns
Type Description
UnaryCallable<GenerateOfflineCredentialRequest,GenerateOfflineCredentialResponse>

getClusterCallable()

publicUnaryCallable<GetClusterRequest,Cluster>getClusterCallable()
Returns
Type Description
UnaryCallable<GetClusterRequest,Cluster>

getHttpJsonOperationsStub()

publicOperationsStubgetHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getLocationCallable()

publicUnaryCallable<GetLocationRequest,Location>getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getMachineCallable()

publicUnaryCallable<GetMachineRequest,Machine>getMachineCallable()
Returns
Type Description
UnaryCallable<GetMachineRequest,Machine>

getNodePoolCallable()

publicUnaryCallable<GetNodePoolRequest,NodePool>getNodePoolCallable()
Returns
Type Description
UnaryCallable<GetNodePoolRequest,NodePool>

getOperationsStub()

publicOperationsStubgetOperationsStub()
Returns
Type Description
OperationsStub

getServerConfigCallable()

publicUnaryCallable<GetServerConfigRequest,ServerConfig>getServerConfigCallable()
Returns
Type Description
UnaryCallable<GetServerConfigRequest,ServerConfig>

getVpnConnectionCallable()

publicUnaryCallable<GetVpnConnectionRequest,VpnConnection>getVpnConnectionCallable()
Returns
Type Description
UnaryCallable<GetVpnConnectionRequest,VpnConnection>

listClustersCallable()

publicUnaryCallable<ListClustersRequest,ListClustersResponse>listClustersCallable()
Returns
Type Description
UnaryCallable<ListClustersRequest,ListClustersResponse>

listClustersPagedCallable()

publicUnaryCallable<ListClustersRequest,EdgeContainerClient.ListClustersPagedResponse>listClustersPagedCallable()
Returns
Type Description
UnaryCallable<ListClustersRequest,ListClustersPagedResponse>

listLocationsCallable()

publicUnaryCallable<ListLocationsRequest,ListLocationsResponse>listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

publicUnaryCallable<ListLocationsRequest,EdgeContainerClient.ListLocationsPagedResponse>listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listMachinesCallable()

publicUnaryCallable<ListMachinesRequest,ListMachinesResponse>listMachinesCallable()
Returns
Type Description
UnaryCallable<ListMachinesRequest,ListMachinesResponse>

listMachinesPagedCallable()

publicUnaryCallable<ListMachinesRequest,EdgeContainerClient.ListMachinesPagedResponse>listMachinesPagedCallable()
Returns
Type Description
UnaryCallable<ListMachinesRequest,ListMachinesPagedResponse>

listNodePoolsCallable()

publicUnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse>listNodePoolsCallable()
Returns
Type Description
UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse>

listNodePoolsPagedCallable()

publicUnaryCallable<ListNodePoolsRequest,EdgeContainerClient.ListNodePoolsPagedResponse>listNodePoolsPagedCallable()
Returns
Type Description
UnaryCallable<ListNodePoolsRequest,ListNodePoolsPagedResponse>

listVpnConnectionsCallable()

publicUnaryCallable<ListVpnConnectionsRequest,ListVpnConnectionsResponse>listVpnConnectionsCallable()
Returns
Type Description
UnaryCallable<ListVpnConnectionsRequest,ListVpnConnectionsResponse>

listVpnConnectionsPagedCallable()

publicUnaryCallable<ListVpnConnectionsRequest,EdgeContainerClient.ListVpnConnectionsPagedResponse>listVpnConnectionsPagedCallable()
Returns
Type Description
UnaryCallable<ListVpnConnectionsRequest,ListVpnConnectionsPagedResponse>

updateClusterCallable()

publicUnaryCallable<UpdateClusterRequest,Operation>updateClusterCallable()
Returns
Type Description
UnaryCallable<UpdateClusterRequest,Operation>

updateClusterOperationCallable()

publicOperationCallable<UpdateClusterRequest,Cluster,OperationMetadata>updateClusterOperationCallable()
Returns
Type Description
OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata>

updateNodePoolCallable()

publicUnaryCallable<UpdateNodePoolRequest,Operation>updateNodePoolCallable()
Returns
Type Description
UnaryCallable<UpdateNodePoolRequest,Operation>

updateNodePoolOperationCallable()

publicOperationCallable<UpdateNodePoolRequest,NodePool,OperationMetadata>updateNodePoolOperationCallable()
Returns
Type Description
OperationCallable<UpdateNodePoolRequest,NodePool,OperationMetadata>

upgradeClusterCallable()

publicUnaryCallable<UpgradeClusterRequest,Operation>upgradeClusterCallable()
Returns
Type Description
UnaryCallable<UpgradeClusterRequest,Operation>

upgradeClusterOperationCallable()

publicOperationCallable<UpgradeClusterRequest,Cluster,OperationMetadata>upgradeClusterOperationCallable()
Returns
Type Description
OperationCallable<UpgradeClusterRequest,Cluster,OperationMetadata>

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.