Class CustomerFeedServiceGrpc.CustomerFeedServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomerFeedServiceGrpc.CustomerFeedServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerFeedServiceGrpc
public abstract static class CustomerFeedServiceGrpc.CustomerFeedServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage customer feeds.
-
-
Constructor Summary
Constructors Constructor Description CustomerFeedServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCustomerFeeds(MutateCustomerFeedsRequest request, io.grpc.stub.StreamObserver<MutateCustomerFeedsResponse> responseObserver)Creates, updates, or removes customer feeds.
-
-
-
Method Detail
-
mutateCustomerFeeds
public void mutateCustomerFeeds(MutateCustomerFeedsRequest request, io.grpc.stub.StreamObserver<MutateCustomerFeedsResponse> responseObserver)
Creates, updates, or removes customer feeds. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [CustomerFeedError]() [DatabaseError]() [DistinctError]() [FieldError]() [FieldMaskError]() [FunctionError]() [FunctionParsingError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NotEmptyError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-