Class AssetServiceGrpc.AssetServiceImplBase

  • All Implemented Interfaces:
    AssetServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    AssetServiceGrpc

    public abstract static class AssetServiceGrpc.AssetServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, AssetServiceGrpc.AsyncService
    Base class for the server implementation of the service AssetService.
     Service to manage assets. Asset types can be created with AssetService are
     YoutubeVideoAsset, MediaBundleAsset and ImageAsset. TextAsset should be
     created with Ad inline.
     
    • Constructor Detail

      • AssetServiceImplBase

        public AssetServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService