Class LabelServiceGrpc.LabelServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.LabelServiceGrpc.LabelServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- LabelServiceGrpc
public abstract static class LabelServiceGrpc.LabelServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage labels.
-
-
Constructor Summary
Constructors Constructor Description LabelServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateLabels(MutateLabelsRequest request, io.grpc.stub.StreamObserver<MutateLabelsResponse> responseObserver)Creates, updates, or removes labels.
-
-
-
Method Detail
-
mutateLabels
public void mutateLabels(MutateLabelsRequest request, io.grpc.stub.StreamObserver<MutateLabelsResponse> responseObserver)
Creates, updates, or removes labels. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [DateError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [IdError]() [InternalError]() [LabelError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [ResourceCountLimitExceededError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-