Package com.google.cloud.compute.v1.stub
Class VpnGatewaysStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.VpnGatewaysStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonVpnGatewaysStub
@Generated("by gapic-generator-java") public abstract class VpnGatewaysStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the VpnGateways service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description VpnGatewaysStub()
-
Method Summary
-
-
-
Method Detail
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewaysClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList> aggregatedListCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteVpnGatewayRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteVpnGatewayRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetVpnGatewayRequest,VpnGateway> getCallable()
-
getStatusCallable
public com.google.api.gax.rpc.UnaryCallable<GetStatusVpnGatewayRequest,VpnGatewaysGetStatusResponse> getStatusCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertVpnGatewayRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertVpnGatewayRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewaysClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewayList> listCallable()
-
setLabelsOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetLabelsVpnGatewayRequest,Operation,Operation> setLabelsOperationCallable()
-
setLabelsCallable
public com.google.api.gax.rpc.UnaryCallable<SetLabelsVpnGatewayRequest,Operation> setLabelsCallable()
-
testIamPermissionsCallable
public com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsVpnGatewayRequest,TestPermissionsResponse> testIamPermissionsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-