Class SharedCriterionServiceGrpc.SharedCriterionServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<SharedCriterionServiceGrpc.SharedCriterionServiceFutureStub>
-
- com.google.ads.googleads.v10.services.SharedCriterionServiceGrpc.SharedCriterionServiceFutureStub
-
- Enclosing class:
- SharedCriterionServiceGrpc
public static final class SharedCriterionServiceGrpc.SharedCriterionServiceFutureStub extends io.grpc.stub.AbstractFutureStub<SharedCriterionServiceGrpc.SharedCriterionServiceFutureStub>
Service to manage shared criteria.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SharedCriterionServiceGrpc.SharedCriterionServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<MutateSharedCriteriaResponse>mutateSharedCriteria(MutateSharedCriteriaRequest request)Creates or removes shared criteria.
-
-
-
Method Detail
-
build
protected SharedCriterionServiceGrpc.SharedCriterionServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<SharedCriterionServiceGrpc.SharedCriterionServiceFutureStub>
-
mutateSharedCriteria
public com.google.common.util.concurrent.ListenableFuture<MutateSharedCriteriaResponse> mutateSharedCriteria(MutateSharedCriteriaRequest request)
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]()
-
-