Class CampaignAssetServiceGrpc.CampaignAssetServiceFutureStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • getCampaignAsset

        public com.google.common.util.concurrent.ListenableFuture<CampaignAsset> getCampaignAsset​(GetCampaignAssetRequest request)
         Returns the requested campaign asset in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateCampaignAssets

        public com.google.common.util.concurrent.ListenableFuture<MutateCampaignAssetsResponse> mutateCampaignAssets​(MutateCampaignAssetsRequest request)
         Creates, updates, or removes campaign assets. Operation statuses are
         returned.
         List of thrown errors:
           [AssetLinkError]()
           [AuthenticationError]()
           [AuthorizationError]()
           [ContextError]()
           [DatabaseError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [NotAllowlistedError]()
           [QuotaError]()
           [RequestError]()