Class FeedItemTargetServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v10.services.FeedItemTargetServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v10/services/feed_item_target_service.proto") public final class FeedItemTargetServiceGrpc extends java.lang.ObjectService to manage feed item targets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStubService to manage feed item targets.static classFeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStubService to manage feed item targets.static classFeedItemTargetServiceGrpc.FeedItemTargetServiceImplBaseService to manage feed item targets.static classFeedItemTargetServiceGrpc.FeedItemTargetServiceStubService to manage feed item targets.
-
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<MutateFeedItemTargetsRequest,MutateFeedItemTargetsResponse>getMutateFeedItemTargetsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic FeedItemTargetServiceGrpc.FeedItemTargetServiceStubnewStub(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
-
getMutateFeedItemTargetsMethod
public static io.grpc.MethodDescriptor<MutateFeedItemTargetsRequest,MutateFeedItemTargetsResponse> getMutateFeedItemTargetsMethod()
-
newStub
public static FeedItemTargetServiceGrpc.FeedItemTargetServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStub 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()
-
-