com.google.ads.googleads.v10.services.FeedItemSetLinkServiceGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
package com.google.ads.googleads.v10.services;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*
* Service to manage feed item set links.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/ads/googleads/v10/services/feed_item_set_link_service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class FeedItemSetLinkServiceGrpc {
private FeedItemSetLinkServiceGrpc() {}
public static final String SERVICE_NAME = "google.ads.googleads.v10.services.FeedItemSetLinkService";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getMutateFeedItemSetLinksMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "MutateFeedItemSetLinks",
requestType = com.google.ads.googleads.v10.services.MutateFeedItemSetLinksRequest.class,
responseType = com.google.ads.googleads.v10.services.MutateFeedItemSetLinksResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getMutateFeedItemSetLinksMethod() {
io.grpc.MethodDescriptor getMutateFeedItemSetLinksMethod;
if ((getMutateFeedItemSetLinksMethod = FeedItemSetLinkServiceGrpc.getMutateFeedItemSetLinksMethod) == null) {
synchronized (FeedItemSetLinkServiceGrpc.class) {
if ((getMutateFeedItemSetLinksMethod = FeedItemSetLinkServiceGrpc.getMutateFeedItemSetLinksMethod) == null) {
FeedItemSetLinkServiceGrpc.getMutateFeedItemSetLinksMethod = getMutateFeedItemSetLinksMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "MutateFeedItemSetLinks"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v10.services.MutateFeedItemSetLinksRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v10.services.MutateFeedItemSetLinksResponse.getDefaultInstance()))
.setSchemaDescriptor(new FeedItemSetLinkServiceMethodDescriptorSupplier("MutateFeedItemSetLinks"))
.build();
}
}
}
return getMutateFeedItemSetLinksMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static FeedItemSetLinkServiceStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public FeedItemSetLinkServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FeedItemSetLinkServiceStub(channel, callOptions);
}
};
return FeedItemSetLinkServiceStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static FeedItemSetLinkServiceBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public FeedItemSetLinkServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FeedItemSetLinkServiceBlockingStub(channel, callOptions);
}
};
return FeedItemSetLinkServiceBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static FeedItemSetLinkServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public FeedItemSetLinkServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FeedItemSetLinkServiceFutureStub(channel, callOptions);
}
};
return FeedItemSetLinkServiceFutureStub.newStub(factory, channel);
}
/**
*
* Service to manage feed item set links.
*
*/
public static abstract class FeedItemSetLinkServiceImplBase implements io.grpc.BindableService {
/**
*
* Creates, updates, or removes feed item set links.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void mutateFeedItemSetLinks(com.google.ads.googleads.v10.services.MutateFeedItemSetLinksRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getMutateFeedItemSetLinksMethod(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getMutateFeedItemSetLinksMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.ads.googleads.v10.services.MutateFeedItemSetLinksRequest,
com.google.ads.googleads.v10.services.MutateFeedItemSetLinksResponse>(
this, METHODID_MUTATE_FEED_ITEM_SET_LINKS)))
.build();
}
}
/**
*
* Service to manage feed item set links.
*
*/
public static final class FeedItemSetLinkServiceStub extends io.grpc.stub.AbstractAsyncStub {
private FeedItemSetLinkServiceStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected FeedItemSetLinkServiceStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FeedItemSetLinkServiceStub(channel, callOptions);
}
/**
*
* Creates, updates, or removes feed item set links.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void mutateFeedItemSetLinks(com.google.ads.googleads.v10.services.MutateFeedItemSetLinksRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getMutateFeedItemSetLinksMethod(), getCallOptions()), request, responseObserver);
}
}
/**
*
* Service to manage feed item set links.
*
*/
public static final class FeedItemSetLinkServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub {
private FeedItemSetLinkServiceBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected FeedItemSetLinkServiceBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FeedItemSetLinkServiceBlockingStub(channel, callOptions);
}
/**
*
* Creates, updates, or removes feed item set links.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.ads.googleads.v10.services.MutateFeedItemSetLinksResponse mutateFeedItemSetLinks(com.google.ads.googleads.v10.services.MutateFeedItemSetLinksRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getMutateFeedItemSetLinksMethod(), getCallOptions(), request);
}
}
/**
*
* Service to manage feed item set links.
*
*/
public static final class FeedItemSetLinkServiceFutureStub extends io.grpc.stub.AbstractFutureStub {
private FeedItemSetLinkServiceFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected FeedItemSetLinkServiceFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FeedItemSetLinkServiceFutureStub(channel, callOptions);
}
/**
*
* Creates, updates, or removes feed item set links.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.common.util.concurrent.ListenableFuture mutateFeedItemSetLinks(
com.google.ads.googleads.v10.services.MutateFeedItemSetLinksRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getMutateFeedItemSetLinksMethod(), getCallOptions()), request);
}
}
private static final int METHODID_MUTATE_FEED_ITEM_SET_LINKS = 0;
private static final class MethodHandlers implements
io.grpc.stub.ServerCalls.UnaryMethod,
io.grpc.stub.ServerCalls.ServerStreamingMethod,
io.grpc.stub.ServerCalls.ClientStreamingMethod,
io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final FeedItemSetLinkServiceImplBase serviceImpl;
private final int methodId;
MethodHandlers(FeedItemSetLinkServiceImplBase serviceImpl, int methodId) {
this.serviceImpl = serviceImpl;
this.methodId = methodId;
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_MUTATE_FEED_ITEM_SET_LINKS:
serviceImpl.mutateFeedItemSetLinks((com.google.ads.googleads.v10.services.MutateFeedItemSetLinksRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
default:
throw new AssertionError();
}
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public io.grpc.stub.StreamObserver invoke(
io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
default:
throw new AssertionError();
}
}
}
private static abstract class FeedItemSetLinkServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
FeedItemSetLinkServiceBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return com.google.ads.googleads.v10.services.FeedItemSetLinkServiceProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("FeedItemSetLinkService");
}
}
private static final class FeedItemSetLinkServiceFileDescriptorSupplier
extends FeedItemSetLinkServiceBaseDescriptorSupplier {
FeedItemSetLinkServiceFileDescriptorSupplier() {}
}
private static final class FeedItemSetLinkServiceMethodDescriptorSupplier
extends FeedItemSetLinkServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
FeedItemSetLinkServiceMethodDescriptorSupplier(String methodName) {
this.methodName = methodName;
}
@java.lang.Override
public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
return getServiceDescriptor().findMethodByName(methodName);
}
}
private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
public static io.grpc.ServiceDescriptor getServiceDescriptor() {
io.grpc.ServiceDescriptor result = serviceDescriptor;
if (result == null) {
synchronized (FeedItemSetLinkServiceGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new FeedItemSetLinkServiceFileDescriptorSupplier())
.addMethod(getMutateFeedItemSetLinksMethod())
.build();
}
}
}
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy