Class FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- FeedItemSetLinkServiceGrpc
public abstract static class FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage feed item set links.
-
-
Constructor Summary
Constructors Constructor Description FeedItemSetLinkServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateFeedItemSetLinks(MutateFeedItemSetLinksRequest request, io.grpc.stub.StreamObserver<MutateFeedItemSetLinksResponse> responseObserver)Creates, updates, or removes feed item set links.
-
-
-
Method Detail
-
mutateFeedItemSetLinks
public void mutateFeedItemSetLinks(MutateFeedItemSetLinksRequest request, io.grpc.stub.StreamObserver<MutateFeedItemSetLinksResponse> responseObserver)
Creates, updates, or removes feed item set links. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-