Class CampaignLabelServiceGrpc.CampaignLabelServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CampaignLabelServiceGrpc.CampaignLabelServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CampaignLabelServiceGrpc
public abstract static class CampaignLabelServiceGrpc.CampaignLabelServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage labels on campaigns.
-
-
Constructor Summary
Constructors Constructor Description CampaignLabelServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCampaignLabels(MutateCampaignLabelsRequest request, io.grpc.stub.StreamObserver<MutateCampaignLabelsResponse> responseObserver)Creates and removes campaign-label relationships.
-
-
-
Method Detail
-
mutateCampaignLabels
public void mutateCampaignLabels(MutateCampaignLabelsRequest request, io.grpc.stub.StreamObserver<MutateCampaignLabelsResponse> responseObserver)
Creates and removes campaign-label relationships. 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
-
-