Class AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceImplBase

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

    public abstract static class AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage labels on ad group ads.
     
    • Constructor Detail

      • AdGroupAdLabelServiceImplBase

        public AdGroupAdLabelServiceImplBase()
    • Method Detail

      • mutateAdGroupAdLabels

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

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