Class AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceImplBase

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

    public abstract static class AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage labels on ad group criteria.
     
    • Constructor Detail

      • AdGroupCriterionLabelServiceImplBase

        public AdGroupCriterionLabelServiceImplBase()
    • Method Detail

      • mutateAdGroupCriterionLabels

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

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