Class AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceStub

    • 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

      • getAdGroupAdLabel

        public void getAdGroupAdLabel​(GetAdGroupAdLabelRequest request,
                                      io.grpc.stub.StreamObserver<AdGroupAdLabel> responseObserver)
         Returns the requested ad group ad label in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • 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]()