Class KeywordPlanAdGroupServiceGrpc.KeywordPlanAdGroupServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.KeywordPlanAdGroupServiceGrpc.KeywordPlanAdGroupServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- KeywordPlanAdGroupServiceGrpc
public abstract static class KeywordPlanAdGroupServiceGrpc.KeywordPlanAdGroupServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage Keyword Plan ad groups.
-
-
Constructor Summary
Constructors Constructor Description KeywordPlanAdGroupServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateKeywordPlanAdGroups(MutateKeywordPlanAdGroupsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanAdGroupsResponse> responseObserver)Creates, updates, or removes Keyword Plan ad groups.
-
-
-
Method Detail
-
mutateKeywordPlanAdGroups
public void mutateKeywordPlanAdGroups(MutateKeywordPlanAdGroupsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanAdGroupsResponse> responseObserver)
Creates, updates, or removes Keyword Plan ad groups. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [FieldMaskError]() [HeaderError]() [InternalError]() [KeywordPlanAdGroupError]() [KeywordPlanError]() [MutateError]() [NewResourceCreationError]() [QuotaError]() [RequestError]() [ResourceCountLimitExceededError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-