
com.google.ads.googleads.v9.services.ChangeStatusServiceGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v9 Show documentation
Show all versions of google-ads-stubs-v9 Show documentation
Stubs for GAAPI version google-ads-stubs-v9
The newest version!
package com.google.ads.googleads.v9.services;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*
* Service to fetch change statuses.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/ads/googleads/v9/services/change_status_service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ChangeStatusServiceGrpc {
private ChangeStatusServiceGrpc() {}
public static final String SERVICE_NAME = "google.ads.googleads.v9.services.ChangeStatusService";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getGetChangeStatusMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetChangeStatus",
requestType = com.google.ads.googleads.v9.services.GetChangeStatusRequest.class,
responseType = com.google.ads.googleads.v9.resources.ChangeStatus.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetChangeStatusMethod() {
io.grpc.MethodDescriptor getGetChangeStatusMethod;
if ((getGetChangeStatusMethod = ChangeStatusServiceGrpc.getGetChangeStatusMethod) == null) {
synchronized (ChangeStatusServiceGrpc.class) {
if ((getGetChangeStatusMethod = ChangeStatusServiceGrpc.getGetChangeStatusMethod) == null) {
ChangeStatusServiceGrpc.getGetChangeStatusMethod = getGetChangeStatusMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetChangeStatus"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v9.services.GetChangeStatusRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v9.resources.ChangeStatus.getDefaultInstance()))
.setSchemaDescriptor(new ChangeStatusServiceMethodDescriptorSupplier("GetChangeStatus"))
.build();
}
}
}
return getGetChangeStatusMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static ChangeStatusServiceStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public ChangeStatusServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ChangeStatusServiceStub(channel, callOptions);
}
};
return ChangeStatusServiceStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static ChangeStatusServiceBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public ChangeStatusServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ChangeStatusServiceBlockingStub(channel, callOptions);
}
};
return ChangeStatusServiceBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static ChangeStatusServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public ChangeStatusServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ChangeStatusServiceFutureStub(channel, callOptions);
}
};
return ChangeStatusServiceFutureStub.newStub(factory, channel);
}
/**
*
* Service to fetch change statuses.
*
*/
public static abstract class ChangeStatusServiceImplBase implements io.grpc.BindableService {
/**
*
* Returns the requested change status in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void getChangeStatus(com.google.ads.googleads.v9.services.GetChangeStatusRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetChangeStatusMethod(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getGetChangeStatusMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.ads.googleads.v9.services.GetChangeStatusRequest,
com.google.ads.googleads.v9.resources.ChangeStatus>(
this, METHODID_GET_CHANGE_STATUS)))
.build();
}
}
/**
*
* Service to fetch change statuses.
*
*/
public static final class ChangeStatusServiceStub extends io.grpc.stub.AbstractAsyncStub {
private ChangeStatusServiceStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected ChangeStatusServiceStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ChangeStatusServiceStub(channel, callOptions);
}
/**
*
* Returns the requested change status in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void getChangeStatus(com.google.ads.googleads.v9.services.GetChangeStatusRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetChangeStatusMethod(), getCallOptions()), request, responseObserver);
}
}
/**
*
* Service to fetch change statuses.
*
*/
public static final class ChangeStatusServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub {
private ChangeStatusServiceBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected ChangeStatusServiceBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ChangeStatusServiceBlockingStub(channel, callOptions);
}
/**
*
* Returns the requested change status in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.ads.googleads.v9.resources.ChangeStatus getChangeStatus(com.google.ads.googleads.v9.services.GetChangeStatusRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetChangeStatusMethod(), getCallOptions(), request);
}
}
/**
*
* Service to fetch change statuses.
*
*/
public static final class ChangeStatusServiceFutureStub extends io.grpc.stub.AbstractFutureStub {
private ChangeStatusServiceFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected ChangeStatusServiceFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ChangeStatusServiceFutureStub(channel, callOptions);
}
/**
*
* Returns the requested change status in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.common.util.concurrent.ListenableFuture getChangeStatus(
com.google.ads.googleads.v9.services.GetChangeStatusRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetChangeStatusMethod(), getCallOptions()), request);
}
}
private static final int METHODID_GET_CHANGE_STATUS = 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 ChangeStatusServiceImplBase serviceImpl;
private final int methodId;
MethodHandlers(ChangeStatusServiceImplBase 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_GET_CHANGE_STATUS:
serviceImpl.getChangeStatus((com.google.ads.googleads.v9.services.GetChangeStatusRequest) 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 ChangeStatusServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
ChangeStatusServiceBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return com.google.ads.googleads.v9.services.ChangeStatusServiceProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("ChangeStatusService");
}
}
private static final class ChangeStatusServiceFileDescriptorSupplier
extends ChangeStatusServiceBaseDescriptorSupplier {
ChangeStatusServiceFileDescriptorSupplier() {}
}
private static final class ChangeStatusServiceMethodDescriptorSupplier
extends ChangeStatusServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
ChangeStatusServiceMethodDescriptorSupplier(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 (ChangeStatusServiceGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new ChangeStatusServiceFileDescriptorSupplier())
.addMethod(getGetChangeStatusMethod())
.build();
}
}
}
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy