Class 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 Detail

      • AssetServiceStub

        public AssetServiceStub()
    • Method Detail

      • createFeedCallable

        public com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,​Feed> createFeedCallable()
      • getFeedCallable

        public com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,​Feed> getFeedCallable()
      • 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()