Package com.google.cloud.compute.v1.stub
Class RegionTargetTcpProxiesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.RegionTargetTcpProxiesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
HttpJsonRegionTargetTcpProxiesStub
@Generated("by gapic-generator-java") public abstract class RegionTargetTcpProxiesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the RegionTargetTcpProxies service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description RegionTargetTcpProxiesStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<DeleteRegionTargetTcpProxyRequest,Operation>deleteCallable()com.google.api.gax.rpc.OperationCallable<DeleteRegionTargetTcpProxyRequest,Operation,Operation>deleteOperationCallable()com.google.api.gax.rpc.UnaryCallable<GetRegionTargetTcpProxyRequest,TargetTcpProxy>getCallable()com.google.api.gax.rpc.UnaryCallable<InsertRegionTargetTcpProxyRequest,Operation>insertCallable()com.google.api.gax.rpc.OperationCallable<InsertRegionTargetTcpProxyRequest,Operation,Operation>insertOperationCallable()com.google.api.gax.rpc.UnaryCallable<ListRegionTargetTcpProxiesRequest,TargetTcpProxyList>listCallable()com.google.api.gax.rpc.UnaryCallable<ListRegionTargetTcpProxiesRequest,RegionTargetTcpProxiesClient.ListPagedResponse>listPagedCallable()
-
-
-
Method Detail
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteRegionTargetTcpProxyRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteRegionTargetTcpProxyRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetRegionTargetTcpProxyRequest,TargetTcpProxy> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertRegionTargetTcpProxyRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertRegionTargetTcpProxyRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListRegionTargetTcpProxiesRequest,RegionTargetTcpProxiesClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListRegionTargetTcpProxiesRequest,TargetTcpProxyList> listCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-