Class EdgeContainerStub (0.10.0)

public abstract class EdgeContainerStub implements BackgroundResource

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

public EdgeContainerStub()

Methods

close()

public abstract void close()

createClusterCallable()

public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
Returns
TypeDescription
UnaryCallable<CreateClusterRequest,Operation>

createClusterOperationCallable()

public OperationCallable<CreateClusterRequest,Cluster,OperationMetadata> createClusterOperationCallable()
Returns
TypeDescription
OperationCallable<CreateClusterRequest,Cluster,OperationMetadata>

createNodePoolCallable()

public UnaryCallable<CreateNodePoolRequest,Operation> createNodePoolCallable()
Returns
TypeDescription
UnaryCallable<CreateNodePoolRequest,Operation>

createNodePoolOperationCallable()

public OperationCallable<CreateNodePoolRequest,NodePool,OperationMetadata> createNodePoolOperationCallable()
Returns
TypeDescription
OperationCallable<CreateNodePoolRequest,NodePool,OperationMetadata>

createVpnConnectionCallable()

public UnaryCallable<CreateVpnConnectionRequest,Operation> createVpnConnectionCallable()
Returns
TypeDescription
UnaryCallable<CreateVpnConnectionRequest,Operation>

createVpnConnectionOperationCallable()

public OperationCallable<CreateVpnConnectionRequest,VpnConnection,OperationMetadata> createVpnConnectionOperationCallable()
Returns
TypeDescription
OperationCallable<CreateVpnConnectionRequest,VpnConnection,OperationMetadata>

deleteClusterCallable()

public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
Returns
TypeDescription
UnaryCallable<DeleteClusterRequest,Operation>

deleteClusterOperationCallable()

public OperationCallable<DeleteClusterRequest,Empty,OperationMetadata> deleteClusterOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteClusterRequest,Empty,OperationMetadata>

deleteNodePoolCallable()

public UnaryCallable<DeleteNodePoolRequest,Operation> deleteNodePoolCallable()
Returns
TypeDescription
UnaryCallable<DeleteNodePoolRequest,Operation>

deleteNodePoolOperationCallable()

public OperationCallable<DeleteNodePoolRequest,Empty,OperationMetadata> deleteNodePoolOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteNodePoolRequest,Empty,OperationMetadata>

deleteVpnConnectionCallable()

public UnaryCallable<DeleteVpnConnectionRequest,Operation> deleteVpnConnectionCallable()
Returns
TypeDescription
UnaryCallable<DeleteVpnConnectionRequest,Operation>

deleteVpnConnectionOperationCallable()

public OperationCallable<DeleteVpnConnectionRequest,Empty,OperationMetadata> deleteVpnConnectionOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteVpnConnectionRequest,Empty,OperationMetadata>

generateAccessTokenCallable()

public UnaryCallable<GenerateAccessTokenRequest,GenerateAccessTokenResponse> generateAccessTokenCallable()
Returns
TypeDescription
UnaryCallable<GenerateAccessTokenRequest,GenerateAccessTokenResponse>

getClusterCallable()

public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
Returns
TypeDescription
UnaryCallable<GetClusterRequest,Cluster>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getMachineCallable()

public UnaryCallable<GetMachineRequest,Machine> getMachineCallable()
Returns
TypeDescription
UnaryCallable<GetMachineRequest,Machine>

getNodePoolCallable()

public UnaryCallable<GetNodePoolRequest,NodePool> getNodePoolCallable()
Returns
TypeDescription
UnaryCallable<GetNodePoolRequest,NodePool>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getVpnConnectionCallable()

public UnaryCallable<GetVpnConnectionRequest,VpnConnection> getVpnConnectionCallable()
Returns
TypeDescription
UnaryCallable<GetVpnConnectionRequest,VpnConnection>

listClustersCallable()

public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
Returns
TypeDescription
UnaryCallable<ListClustersRequest,ListClustersResponse>

listClustersPagedCallable()

public UnaryCallable<ListClustersRequest,EdgeContainerClient.ListClustersPagedResponse> listClustersPagedCallable()
Returns
TypeDescription
UnaryCallable<ListClustersRequest,ListClustersPagedResponse>

listMachinesCallable()

public UnaryCallable<ListMachinesRequest,ListMachinesResponse> listMachinesCallable()
Returns
TypeDescription
UnaryCallable<ListMachinesRequest,ListMachinesResponse>

listMachinesPagedCallable()

public UnaryCallable<ListMachinesRequest,EdgeContainerClient.ListMachinesPagedResponse> listMachinesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListMachinesRequest,ListMachinesPagedResponse>

listNodePoolsCallable()

public UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse> listNodePoolsCallable()
Returns
TypeDescription
UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse>

listNodePoolsPagedCallable()

public UnaryCallable<ListNodePoolsRequest,EdgeContainerClient.ListNodePoolsPagedResponse> listNodePoolsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListNodePoolsRequest,ListNodePoolsPagedResponse>

listVpnConnectionsCallable()

public UnaryCallable<ListVpnConnectionsRequest,ListVpnConnectionsResponse> listVpnConnectionsCallable()
Returns
TypeDescription
UnaryCallable<ListVpnConnectionsRequest,ListVpnConnectionsResponse>

listVpnConnectionsPagedCallable()

public UnaryCallable<ListVpnConnectionsRequest,EdgeContainerClient.ListVpnConnectionsPagedResponse> listVpnConnectionsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListVpnConnectionsRequest,ListVpnConnectionsPagedResponse>

updateClusterCallable()

public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
Returns
TypeDescription
UnaryCallable<UpdateClusterRequest,Operation>

updateClusterOperationCallable()

public OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata> updateClusterOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata>

updateNodePoolCallable()

public UnaryCallable<UpdateNodePoolRequest,Operation> updateNodePoolCallable()
Returns
TypeDescription
UnaryCallable<UpdateNodePoolRequest,Operation>

updateNodePoolOperationCallable()

public OperationCallable<UpdateNodePoolRequest,NodePool,OperationMetadata> updateNodePoolOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateNodePoolRequest,NodePool,OperationMetadata>