Class AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AdGroupCriterionLabelServiceGrpc
public abstract static class AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage labels on ad group criteria.
-
-
Constructor Summary
Constructors Constructor Description AdGroupCriterionLabelServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateAdGroupCriterionLabels(MutateAdGroupCriterionLabelsRequest request, io.grpc.stub.StreamObserver<MutateAdGroupCriterionLabelsResponse> responseObserver)Creates and removes ad group criterion labels.
-
-
-
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:
bindServicein interfaceio.grpc.BindableService
-
-