Class CustomerLabelServiceGrpc.CustomerLabelServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CustomerLabelServiceGrpc.CustomerLabelServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.CustomerLabelServiceGrpc.CustomerLabelServiceBlockingStub
-
- Enclosing class:
- CustomerLabelServiceGrpc
public static final class CustomerLabelServiceGrpc.CustomerLabelServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CustomerLabelServiceGrpc.CustomerLabelServiceBlockingStub>
Service to manage labels on customers.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomerLabelServiceGrpc.CustomerLabelServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateCustomerLabelsResponsemutateCustomerLabels(MutateCustomerLabelsRequest request)Creates and removes customer-label relationships.
-
-
-
Method Detail
-
build
protected CustomerLabelServiceGrpc.CustomerLabelServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CustomerLabelServiceGrpc.CustomerLabelServiceBlockingStub>
-
mutateCustomerLabels
public MutateCustomerLabelsResponse mutateCustomerLabels(MutateCustomerLabelsRequest request)
Creates and removes customer-label relationships. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [HeaderError]() [InternalError]() [LabelError]() [MutateError]() [QuotaError]() [RequestError]()
-
-