Class SharedCriterionServiceGrpc.SharedCriterionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<SharedCriterionServiceGrpc.SharedCriterionServiceStub>
-
- com.google.ads.googleads.v10.services.SharedCriterionServiceGrpc.SharedCriterionServiceStub
-
- Enclosing class:
- SharedCriterionServiceGrpc
public static final class SharedCriterionServiceGrpc.SharedCriterionServiceStub extends io.grpc.stub.AbstractAsyncStub<SharedCriterionServiceGrpc.SharedCriterionServiceStub>
Service to manage shared criteria.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SharedCriterionServiceGrpc.SharedCriterionServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidmutateSharedCriteria(MutateSharedCriteriaRequest request, io.grpc.stub.StreamObserver<MutateSharedCriteriaResponse> responseObserver)Creates or removes shared criteria.
-
-
-
Method Detail
-
build
protected SharedCriterionServiceGrpc.SharedCriterionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<SharedCriterionServiceGrpc.SharedCriterionServiceStub>
-
mutateSharedCriteria
public void mutateSharedCriteria(MutateSharedCriteriaRequest request, io.grpc.stub.StreamObserver<MutateSharedCriteriaResponse> responseObserver)
Creates or removes shared criteria. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CriterionError]() [DatabaseError]() [DistinctError]() [FieldError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [ResourceCountLimitExceededError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
-