Class FeedItemServiceGrpc.FeedItemServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.FeedItemServiceGrpc.FeedItemServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- FeedItemServiceGrpc
public abstract static class FeedItemServiceGrpc.FeedItemServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage feed items.
-
-
Constructor Summary
Constructors Constructor Description FeedItemServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateFeedItems(MutateFeedItemsRequest request, io.grpc.stub.StreamObserver<MutateFeedItemsResponse> responseObserver)Creates, updates, or removes feed items.
-
-
-
Method Detail
-
mutateFeedItems
public void mutateFeedItems(MutateFeedItemsRequest request, io.grpc.stub.StreamObserver<MutateFeedItemsResponse> responseObserver)
Creates, updates, or removes feed items. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [CriterionError]() [DatabaseError]() [DateError]() [DistinctError]() [FeedItemError]() [FieldError]() [FieldMaskError]() [HeaderError]() [IdError]() [InternalError]() [ListOperationError]() [MutateError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]() [UrlFieldError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-