Class AdGroupAssetServiceGrpc.AdGroupAssetServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    AdGroupAssetServiceGrpc

    public abstract static class AdGroupAssetServiceGrpc.AdGroupAssetServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage ad group assets.
     
    • Constructor Detail

      • AdGroupAssetServiceImplBase

        public AdGroupAssetServiceImplBase()
    • Method Detail

      • mutateAdGroupAssets

        public void mutateAdGroupAssets​(MutateAdGroupAssetsRequest request,
                                        io.grpc.stub.StreamObserver<MutateAdGroupAssetsResponse> responseObserver)
         Creates, updates, or removes ad group assets. Operation statuses are
         returned.
         List of thrown errors:
           [AssetLinkError]()
           [AuthenticationError]()
           [AuthorizationError]()
           [ContextError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [NotAllowlistedError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

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