Class AdGroupLabelServiceGrpc.AdGroupLabelServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.AdGroupLabelServiceGrpc.AdGroupLabelServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AdGroupLabelServiceGrpc
public abstract static class AdGroupLabelServiceGrpc.AdGroupLabelServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage labels on ad groups.
-
-
Constructor Summary
Constructors Constructor Description AdGroupLabelServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateAdGroupLabels(MutateAdGroupLabelsRequest request, io.grpc.stub.StreamObserver<MutateAdGroupLabelsResponse> responseObserver)Creates and removes ad group labels.
-
-
-
Method Detail
-
mutateAdGroupLabels
public void mutateAdGroupLabels(MutateAdGroupLabelsRequest request, io.grpc.stub.StreamObserver<MutateAdGroupLabelsResponse> responseObserver)
Creates and removes ad group labels. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [LabelError]() [MutateError]() [NewResourceCreationError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-