Class FeedItemSetLinkServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v10.services.FeedItemSetLinkServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v10/services/feed_item_set_link_service.proto") public final class FeedItemSetLinkServiceGrpc extends java.lang.ObjectService to manage feed item set links.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceBlockingStubService to manage feed item set links.static classFeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceFutureStubService to manage feed item set links.static classFeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceImplBaseService to manage feed item set links.static classFeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceStubService to manage feed item set links.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<MutateFeedItemSetLinksRequest,MutateFeedItemSetLinksResponse>getMutateFeedItemSetLinksMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMutateFeedItemSetLinksMethod
public static io.grpc.MethodDescriptor<MutateFeedItemSetLinksRequest,MutateFeedItemSetLinksResponse> getMutateFeedItemSetLinksMethod()
-
newStub
public static FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static FeedItemSetLinkServiceGrpc.FeedItemSetLinkServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-