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