Interface KeywordPlanAdGroupServiceGrpc.AsyncService
- All Known Implementing Classes:
KeywordPlanAdGroupServiceGrpc.KeywordPlanAdGroupServiceImplBase
- Enclosing class:
- KeywordPlanAdGroupServiceGrpc
public static interface KeywordPlanAdGroupServiceGrpc.AsyncService
Service to manage Keyword Plan ad groups.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateKeywordPlanAdGroups(MutateKeywordPlanAdGroupsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanAdGroupsResponse> responseObserver) Creates, updates, or removes Keyword Plan ad groups.
-
Method Details
-
mutateKeywordPlanAdGroups
default 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]()
-