Package com.google.cloud.compute.v1.stub
Class TargetHttpProxiesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.TargetHttpProxiesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonTargetHttpProxiesStub
@Generated("by gapic-generator-java") public abstract class TargetHttpProxiesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the TargetHttpProxies service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description TargetHttpProxiesStub()
-
Method Summary
-
-
-
Method Detail
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetHttpProxiesRequest,TargetHttpProxiesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList> aggregatedListCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteTargetHttpProxyRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteTargetHttpProxyRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetTargetHttpProxyRequest,TargetHttpProxy> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertTargetHttpProxyRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertTargetHttpProxyRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesRequest,TargetHttpProxiesClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesRequest,TargetHttpProxyList> listCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchTargetHttpProxyRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchTargetHttpProxyRequest,Operation> patchCallable()
-
setUrlMapOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetUrlMapTargetHttpProxyRequest,Operation,Operation> setUrlMapOperationCallable()
-
setUrlMapCallable
public com.google.api.gax.rpc.UnaryCallable<SetUrlMapTargetHttpProxyRequest,Operation> setUrlMapCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-