Class SharedCriterionServiceGrpc.SharedCriterionServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.SharedCriterionServiceGrpc.SharedCriterionServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- SharedCriterionServiceGrpc
public abstract static class SharedCriterionServiceGrpc.SharedCriterionServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage shared criteria.
-
-
Constructor Summary
Constructors Constructor Description SharedCriterionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateSharedCriteria(MutateSharedCriteriaRequest request, io.grpc.stub.StreamObserver<MutateSharedCriteriaResponse> responseObserver)Creates or removes shared criteria.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-