Class AssetServiceStub
- java.lang.Object
-
- com.google.cloud.asset.v1p5beta1.stub.AssetServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcAssetServiceStub,HttpJsonAssetServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class AssetServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the AssetService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description AssetServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<ListAssetsRequest,ListAssetsResponse>listAssetsCallable()com.google.api.gax.rpc.UnaryCallable<ListAssetsRequest,AssetServiceClient.ListAssetsPagedResponse>listAssetsPagedCallable()
-
-
-
Method Detail
-
listAssetsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListAssetsRequest,AssetServiceClient.ListAssetsPagedResponse> listAssetsPagedCallable()
-
listAssetsCallable
public com.google.api.gax.rpc.UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-