Class KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub>
-
- com.google.ads.googleads.v14.services.KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub
-
- Enclosing class:
- KeywordPlanServiceGrpc
public static final class KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service KeywordPlanService.Service to manage keyword plans.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateKeywordPlansResponsemutateKeywordPlans(MutateKeywordPlansRequest request)Creates, updates, or removes keyword plans.
-
-
-
Method Detail
-
build
protected KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub>
-
mutateKeywordPlans
public MutateKeywordPlansResponse mutateKeywordPlans(MutateKeywordPlansRequest request)
Creates, updates, or removes keyword plans. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [KeywordPlanError]() [MutateError]() [NewResourceCreationError]() [QuotaError]() [RequestError]() [ResourceCountLimitExceededError]() [StringLengthError]()
-
-