Class ExtensionFeedItemServiceGrpc.ExtensionFeedItemServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.ExtensionFeedItemServiceGrpc.ExtensionFeedItemServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ExtensionFeedItemServiceGrpc
public abstract static class ExtensionFeedItemServiceGrpc.ExtensionFeedItemServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage extension feed items.
-
-
Constructor Summary
Constructors Constructor Description ExtensionFeedItemServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateExtensionFeedItems(MutateExtensionFeedItemsRequest request, io.grpc.stub.StreamObserver<MutateExtensionFeedItemsResponse> responseObserver)Creates, updates, or removes extension feed items.
-
-
-
Method Detail
-
mutateExtensionFeedItems
public void mutateExtensionFeedItems(MutateExtensionFeedItemsRequest request, io.grpc.stub.StreamObserver<MutateExtensionFeedItemsResponse> responseObserver)
Creates, updates, or removes extension feed items. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [CountryCodeError]() [DatabaseError]() [DateError]() [DistinctError]() [ExtensionFeedItemError]() [FieldError]() [FieldMaskError]() [HeaderError]() [ImageError]() [InternalError]() [LanguageCodeError]() [MutateError]() [NewResourceCreationError]() [OperationAccessDeniedError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringLengthError]() [UrlFieldError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-