Class CampaignGroupServiceGrpc.CampaignGroupServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CampaignGroupServiceGrpc.CampaignGroupServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CampaignGroupServiceGrpc
public abstract static class CampaignGroupServiceGrpc.CampaignGroupServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage campaign groups.
-
-
Constructor Summary
Constructors Constructor Description CampaignGroupServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCampaignGroups(MutateCampaignGroupsRequest request, io.grpc.stub.StreamObserver<MutateCampaignGroupsResponse> responseObserver)Creates, updates, or removes campaign groups.
-
-
-
Method Detail
-
mutateCampaignGroups
public void mutateCampaignGroups(MutateCampaignGroupsRequest request, io.grpc.stub.StreamObserver<MutateCampaignGroupsResponse> responseObserver)
Creates, updates, or removes campaign groups. Operation statuses are returned.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-