Package com.google.cloud.compute.v1.stub
Class TargetVpnGatewaysStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.TargetVpnGatewaysStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonTargetVpnGatewaysStub
@Generated("by gapic-generator-java") public abstract class TargetVpnGatewaysStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the TargetVpnGateways service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description TargetVpnGatewaysStub()
-
Method Summary
-
-
-
Method Detail
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetVpnGatewaysRequest,TargetVpnGatewaysClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetVpnGatewaysRequest,TargetVpnGatewayAggregatedList> aggregatedListCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteTargetVpnGatewayRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteTargetVpnGatewayRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetTargetVpnGatewayRequest,TargetVpnGateway> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertTargetVpnGatewayRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertTargetVpnGatewayRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListTargetVpnGatewaysRequest,TargetVpnGatewaysClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListTargetVpnGatewaysRequest,TargetVpnGatewayList> listCallable()
-
setLabelsOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetLabelsTargetVpnGatewayRequest,Operation,Operation> setLabelsOperationCallable()
-
setLabelsCallable
public com.google.api.gax.rpc.UnaryCallable<SetLabelsTargetVpnGatewayRequest,Operation> setLabelsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-