Interface AssetServiceGrpc.AsyncService

  • All Known Implementing Classes:
    AssetServiceGrpc.AssetServiceImplBase
    Enclosing class:
    AssetServiceGrpc

    public static interface AssetServiceGrpc.AsyncService
     Service to manage assets. Asset types can be created with AssetService are
     YoutubeVideoAsset, MediaBundleAsset and ImageAsset. TextAsset should be
     created with Ad inline.
     
    • Method Detail

      • mutateAssets

        default void mutateAssets​(MutateAssetsRequest request,
                                  io.grpc.stub.StreamObserver<MutateAssetsResponse> responseObserver)
         Creates assets. Operation statuses are returned.
         List of thrown errors:
           [AssetError]()
           [AuthenticationError]()
           [AuthorizationError]()
           [CollectionSizeError]()
           [CurrencyCodeError]()
           [DatabaseError]()
           [DateError]()
           [DistinctError]()
           [FieldError]()
           [FieldMaskError]()
           [HeaderError]()
           [IdError]()
           [InternalError]()
           [ListOperationError]()
           [MediaUploadError]()
           [MutateError]()
           [NotAllowlistedError]()
           [NotEmptyError]()
           [OperatorError]()
           [QuotaError]()
           [RangeError]()
           [RequestError]()
           [SizeLimitError]()
           [StringFormatError]()
           [StringLengthError]()
           [UrlFieldError]()
           [YoutubeVideoRegistrationError]()