Class AssetServiceStub
- java.lang.Object
-
- com.google.cloud.asset.v1p2beta1.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 void
close()
com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed>
createFeedCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteFeedRequest,com.google.protobuf.Empty>
deleteFeedCallable()
com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed>
getFeedCallable()
com.google.api.gax.rpc.UnaryCallable<ListFeedsRequest,ListFeedsResponse>
listFeedsCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed>
updateFeedCallable()
-
-
-
Method Detail
-
createFeedCallable
public com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed> createFeedCallable()
-
getFeedCallable
public com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed> getFeedCallable()
-
listFeedsCallable
public com.google.api.gax.rpc.UnaryCallable<ListFeedsRequest,ListFeedsResponse> listFeedsCallable()
-
updateFeedCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed> updateFeedCallable()
-
deleteFeedCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteFeedRequest,com.google.protobuf.Empty> deleteFeedCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-