Class CampaignGroupServiceGrpc.CampaignGroupServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<CampaignGroupServiceGrpc.CampaignGroupServiceStub>
-
- com.google.ads.googleads.v14.services.CampaignGroupServiceGrpc.CampaignGroupServiceStub
-
- Enclosing class:
- CampaignGroupServiceGrpc
public static final class CampaignGroupServiceGrpc.CampaignGroupServiceStub extends io.grpc.stub.AbstractAsyncStub<CampaignGroupServiceGrpc.CampaignGroupServiceStub>
A stub to allow clients to do asynchronous rpc calls to service CampaignGroupService.Service to manage campaign groups.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CampaignGroupServiceGrpc.CampaignGroupServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidmutateCampaignGroups(MutateCampaignGroupsRequest request, io.grpc.stub.StreamObserver<MutateCampaignGroupsResponse> responseObserver)Creates, updates, or removes campaign groups.
-
-
-
Method Detail
-
build
protected CampaignGroupServiceGrpc.CampaignGroupServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CampaignGroupServiceGrpc.CampaignGroupServiceStub>
-
mutateCampaignGroups
public void mutateCampaignGroups(MutateCampaignGroupsRequest request, io.grpc.stub.StreamObserver<MutateCampaignGroupsResponse> responseObserver)
Creates, updates, or removes campaign groups. Operation statuses are returned.
-
-