Package com.google.cloud.compute.v1.stub
Class TargetTcpProxiesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.TargetTcpProxiesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonTargetTcpProxiesStub
@Generated("by gapic-generator-java") public abstract class TargetTcpProxiesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the TargetTcpProxies service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description TargetTcpProxiesStub()
-
Method Summary
-
-
-
Method Detail
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetTcpProxiesRequest,TargetTcpProxiesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetTcpProxiesRequest,TargetTcpProxyAggregatedList> aggregatedListCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteTargetTcpProxyRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteTargetTcpProxyRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetTargetTcpProxyRequest,TargetTcpProxy> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertTargetTcpProxyRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertTargetTcpProxyRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListTargetTcpProxiesRequest,TargetTcpProxiesClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListTargetTcpProxiesRequest,TargetTcpProxyList> listCallable()
-
setBackendServiceOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetBackendServiceTargetTcpProxyRequest,Operation,Operation> setBackendServiceOperationCallable()
-
setBackendServiceCallable
public com.google.api.gax.rpc.UnaryCallable<SetBackendServiceTargetTcpProxyRequest,Operation> setBackendServiceCallable()
-
setProxyHeaderOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetProxyHeaderTargetTcpProxyRequest,Operation,Operation> setProxyHeaderOperationCallable()
-
setProxyHeaderCallable
public com.google.api.gax.rpc.UnaryCallable<SetProxyHeaderTargetTcpProxyRequest,Operation> setProxyHeaderCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-