Class VpnGatewaysStub (1.68.0)

public abstract class VpnGatewaysStub implements BackgroundResource

Base stub class for the VpnGateways service API.

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

Inheritance

java.lang.Object > VpnGatewaysStub

Implements

BackgroundResource

Constructors

VpnGatewaysStub()

public VpnGatewaysStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList> aggregatedListCallable()

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewaysClient.AggregatedListPagedResponse> aggregatedListPagedCallable()

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteVpnGatewayRequest,Operation> deleteCallable()
Returns
Type Description
UnaryCallable<DeleteVpnGatewayRequest,Operation>

deleteOperationCallable()

public OperationCallable<DeleteVpnGatewayRequest,Operation,Operation> deleteOperationCallable()

getCallable()

public UnaryCallable<GetVpnGatewayRequest,VpnGateway> getCallable()
Returns
Type Description
UnaryCallable<GetVpnGatewayRequest,VpnGateway>

getStatusCallable()

public UnaryCallable<GetStatusVpnGatewayRequest,VpnGatewaysGetStatusResponse> getStatusCallable()

insertCallable()

public UnaryCallable<InsertVpnGatewayRequest,Operation> insertCallable()
Returns
Type Description
UnaryCallable<InsertVpnGatewayRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertVpnGatewayRequest,Operation,Operation> insertOperationCallable()

listCallable()

public UnaryCallable<ListVpnGatewaysRequest,VpnGatewayList> listCallable()

listPagedCallable()

public UnaryCallable<ListVpnGatewaysRequest,VpnGatewaysClient.ListPagedResponse> listPagedCallable()

setLabelsCallable()

public UnaryCallable<SetLabelsVpnGatewayRequest,Operation> setLabelsCallable()

setLabelsOperationCallable()

public OperationCallable<SetLabelsVpnGatewayRequest,Operation,Operation> setLabelsOperationCallable()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsVpnGatewayRequest,TestPermissionsResponse> testIamPermissionsCallable()