Class AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AdGroupAdLabelServiceGrpc
public abstract static class AdGroupAdLabelServiceGrpc.AdGroupAdLabelServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage labels on ad group ads.
-
-
Constructor Summary
Constructors Constructor Description AdGroupAdLabelServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateAdGroupAdLabels(MutateAdGroupAdLabelsRequest request, io.grpc.stub.StreamObserver<MutateAdGroupAdLabelsResponse> responseObserver)Creates and removes ad group ad labels.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-