Class AdGroupLabelServiceGrpc.AdGroupLabelServiceImplBase

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

    public abstract static class AdGroupLabelServiceGrpc.AdGroupLabelServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage labels on ad groups.
     
    • Constructor Detail

      • AdGroupLabelServiceImplBase

        public AdGroupLabelServiceImplBase()
    • Method Detail

      • mutateAdGroupLabels

        public void mutateAdGroupLabels​(MutateAdGroupLabelsRequest request,
                                        io.grpc.stub.StreamObserver<MutateAdGroupLabelsResponse> responseObserver)
         Creates and removes ad group labels.
         Operation statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [LabelError]()
           [MutateError]()
           [NewResourceCreationError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

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