Class CampaignGroupServiceGrpc.CampaignGroupServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CampaignGroupServiceGrpc.CampaignGroupServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.CampaignGroupServiceGrpc.CampaignGroupServiceBlockingStub
-
- Enclosing class:
- CampaignGroupServiceGrpc
public static final class CampaignGroupServiceGrpc.CampaignGroupServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CampaignGroupServiceGrpc.CampaignGroupServiceBlockingStub>
Service to manage campaign groups.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CampaignGroupServiceGrpc.CampaignGroupServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateCampaignGroupsResponsemutateCampaignGroups(MutateCampaignGroupsRequest request)Creates, updates, or removes campaign groups.
-
-
-
Method Detail
-
build
protected CampaignGroupServiceGrpc.CampaignGroupServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CampaignGroupServiceGrpc.CampaignGroupServiceBlockingStub>
-
mutateCampaignGroups
public MutateCampaignGroupsResponse mutateCampaignGroups(MutateCampaignGroupsRequest request)
Creates, updates, or removes campaign groups. Operation statuses are returned.
-
-