com.google.ads.googleads.v17.services.OfflineUserDataJobServiceGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
package com.google.ads.googleads.v17.services;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*
* Service to manage offline user data jobs.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/ads/googleads/v17/services/offline_user_data_job_service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class OfflineUserDataJobServiceGrpc {
private OfflineUserDataJobServiceGrpc() {}
public static final java.lang.String SERVICE_NAME = "google.ads.googleads.v17.services.OfflineUserDataJobService";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getCreateOfflineUserDataJobMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "CreateOfflineUserDataJob",
requestType = com.google.ads.googleads.v17.services.CreateOfflineUserDataJobRequest.class,
responseType = com.google.ads.googleads.v17.services.CreateOfflineUserDataJobResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateOfflineUserDataJobMethod() {
io.grpc.MethodDescriptor getCreateOfflineUserDataJobMethod;
if ((getCreateOfflineUserDataJobMethod = OfflineUserDataJobServiceGrpc.getCreateOfflineUserDataJobMethod) == null) {
synchronized (OfflineUserDataJobServiceGrpc.class) {
if ((getCreateOfflineUserDataJobMethod = OfflineUserDataJobServiceGrpc.getCreateOfflineUserDataJobMethod) == null) {
OfflineUserDataJobServiceGrpc.getCreateOfflineUserDataJobMethod = getCreateOfflineUserDataJobMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateOfflineUserDataJob"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v17.services.CreateOfflineUserDataJobRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v17.services.CreateOfflineUserDataJobResponse.getDefaultInstance()))
.setSchemaDescriptor(new OfflineUserDataJobServiceMethodDescriptorSupplier("CreateOfflineUserDataJob"))
.build();
}
}
}
return getCreateOfflineUserDataJobMethod;
}
private static volatile io.grpc.MethodDescriptor getAddOfflineUserDataJobOperationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "AddOfflineUserDataJobOperations",
requestType = com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsRequest.class,
responseType = com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getAddOfflineUserDataJobOperationsMethod() {
io.grpc.MethodDescriptor getAddOfflineUserDataJobOperationsMethod;
if ((getAddOfflineUserDataJobOperationsMethod = OfflineUserDataJobServiceGrpc.getAddOfflineUserDataJobOperationsMethod) == null) {
synchronized (OfflineUserDataJobServiceGrpc.class) {
if ((getAddOfflineUserDataJobOperationsMethod = OfflineUserDataJobServiceGrpc.getAddOfflineUserDataJobOperationsMethod) == null) {
OfflineUserDataJobServiceGrpc.getAddOfflineUserDataJobOperationsMethod = getAddOfflineUserDataJobOperationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddOfflineUserDataJobOperations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsResponse.getDefaultInstance()))
.setSchemaDescriptor(new OfflineUserDataJobServiceMethodDescriptorSupplier("AddOfflineUserDataJobOperations"))
.build();
}
}
}
return getAddOfflineUserDataJobOperationsMethod;
}
private static volatile io.grpc.MethodDescriptor getRunOfflineUserDataJobMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "RunOfflineUserDataJob",
requestType = com.google.ads.googleads.v17.services.RunOfflineUserDataJobRequest.class,
responseType = com.google.longrunning.Operation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getRunOfflineUserDataJobMethod() {
io.grpc.MethodDescriptor getRunOfflineUserDataJobMethod;
if ((getRunOfflineUserDataJobMethod = OfflineUserDataJobServiceGrpc.getRunOfflineUserDataJobMethod) == null) {
synchronized (OfflineUserDataJobServiceGrpc.class) {
if ((getRunOfflineUserDataJobMethod = OfflineUserDataJobServiceGrpc.getRunOfflineUserDataJobMethod) == null) {
OfflineUserDataJobServiceGrpc.getRunOfflineUserDataJobMethod = getRunOfflineUserDataJobMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "RunOfflineUserDataJob"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v17.services.RunOfflineUserDataJobRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.longrunning.Operation.getDefaultInstance()))
.setSchemaDescriptor(new OfflineUserDataJobServiceMethodDescriptorSupplier("RunOfflineUserDataJob"))
.build();
}
}
}
return getRunOfflineUserDataJobMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static OfflineUserDataJobServiceStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public OfflineUserDataJobServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new OfflineUserDataJobServiceStub(channel, callOptions);
}
};
return OfflineUserDataJobServiceStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static OfflineUserDataJobServiceBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public OfflineUserDataJobServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new OfflineUserDataJobServiceBlockingStub(channel, callOptions);
}
};
return OfflineUserDataJobServiceBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static OfflineUserDataJobServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public OfflineUserDataJobServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new OfflineUserDataJobServiceFutureStub(channel, callOptions);
}
};
return OfflineUserDataJobServiceFutureStub.newStub(factory, channel);
}
/**
*
* Service to manage offline user data jobs.
*
*/
public interface AsyncService {
/**
*
* Creates an offline user data job.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [FieldError]()
* [HeaderError]()
* [InternalError]()
* [NotAllowlistedError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
default void createOfflineUserDataJob(com.google.ads.googleads.v17.services.CreateOfflineUserDataJobRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateOfflineUserDataJobMethod(), responseObserver);
}
/**
*
* Adds operations to the offline user data job.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [FieldError]()
* [HeaderError]()
* [InternalError]()
* [MutateError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
default void addOfflineUserDataJobOperations(com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAddOfflineUserDataJobOperationsMethod(), responseObserver);
}
/**
*
* Runs the offline user data job.
* When finished, the long running operation will contain the processing
* result or failure information, if any.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [HeaderError]()
* [InternalError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
default void runOfflineUserDataJob(com.google.ads.googleads.v17.services.RunOfflineUserDataJobRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRunOfflineUserDataJobMethod(), responseObserver);
}
}
/**
* Base class for the server implementation of the service OfflineUserDataJobService.
*
* Service to manage offline user data jobs.
*
*/
public static abstract class OfflineUserDataJobServiceImplBase
implements io.grpc.BindableService, AsyncService {
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return OfflineUserDataJobServiceGrpc.bindService(this);
}
}
/**
* A stub to allow clients to do asynchronous rpc calls to service OfflineUserDataJobService.
*
* Service to manage offline user data jobs.
*
*/
public static final class OfflineUserDataJobServiceStub
extends io.grpc.stub.AbstractAsyncStub {
private OfflineUserDataJobServiceStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected OfflineUserDataJobServiceStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new OfflineUserDataJobServiceStub(channel, callOptions);
}
/**
*
* Creates an offline user data job.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [FieldError]()
* [HeaderError]()
* [InternalError]()
* [NotAllowlistedError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void createOfflineUserDataJob(com.google.ads.googleads.v17.services.CreateOfflineUserDataJobRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getCreateOfflineUserDataJobMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Adds operations to the offline user data job.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [FieldError]()
* [HeaderError]()
* [InternalError]()
* [MutateError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void addOfflineUserDataJobOperations(com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getAddOfflineUserDataJobOperationsMethod(), getCallOptions()), request, responseObserver);
}
/**
*
* Runs the offline user data job.
* When finished, the long running operation will contain the processing
* result or failure information, if any.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [HeaderError]()
* [InternalError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void runOfflineUserDataJob(com.google.ads.googleads.v17.services.RunOfflineUserDataJobRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getRunOfflineUserDataJobMethod(), getCallOptions()), request, responseObserver);
}
}
/**
* A stub to allow clients to do synchronous rpc calls to service OfflineUserDataJobService.
*
* Service to manage offline user data jobs.
*
*/
public static final class OfflineUserDataJobServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub {
private OfflineUserDataJobServiceBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected OfflineUserDataJobServiceBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new OfflineUserDataJobServiceBlockingStub(channel, callOptions);
}
/**
*
* Creates an offline user data job.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [FieldError]()
* [HeaderError]()
* [InternalError]()
* [NotAllowlistedError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.ads.googleads.v17.services.CreateOfflineUserDataJobResponse createOfflineUserDataJob(com.google.ads.googleads.v17.services.CreateOfflineUserDataJobRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateOfflineUserDataJobMethod(), getCallOptions(), request);
}
/**
*
* Adds operations to the offline user data job.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [FieldError]()
* [HeaderError]()
* [InternalError]()
* [MutateError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsResponse addOfflineUserDataJobOperations(com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getAddOfflineUserDataJobOperationsMethod(), getCallOptions(), request);
}
/**
*
* Runs the offline user data job.
* When finished, the long running operation will contain the processing
* result or failure information, if any.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [HeaderError]()
* [InternalError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.longrunning.Operation runOfflineUserDataJob(com.google.ads.googleads.v17.services.RunOfflineUserDataJobRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getRunOfflineUserDataJobMethod(), getCallOptions(), request);
}
}
/**
* A stub to allow clients to do ListenableFuture-style rpc calls to service OfflineUserDataJobService.
*
* Service to manage offline user data jobs.
*
*/
public static final class OfflineUserDataJobServiceFutureStub
extends io.grpc.stub.AbstractFutureStub {
private OfflineUserDataJobServiceFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected OfflineUserDataJobServiceFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new OfflineUserDataJobServiceFutureStub(channel, callOptions);
}
/**
*
* Creates an offline user data job.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [FieldError]()
* [HeaderError]()
* [InternalError]()
* [NotAllowlistedError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.common.util.concurrent.ListenableFuture createOfflineUserDataJob(
com.google.ads.googleads.v17.services.CreateOfflineUserDataJobRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateOfflineUserDataJobMethod(), getCallOptions()), request);
}
/**
*
* Adds operations to the offline user data job.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [FieldError]()
* [HeaderError]()
* [InternalError]()
* [MutateError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.common.util.concurrent.ListenableFuture addOfflineUserDataJobOperations(
com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getAddOfflineUserDataJobOperationsMethod(), getCallOptions()), request);
}
/**
*
* Runs the offline user data job.
* When finished, the long running operation will contain the processing
* result or failure information, if any.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [DatabaseError]()
* [HeaderError]()
* [InternalError]()
* [OfflineUserDataJobError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.common.util.concurrent.ListenableFuture runOfflineUserDataJob(
com.google.ads.googleads.v17.services.RunOfflineUserDataJobRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getRunOfflineUserDataJobMethod(), getCallOptions()), request);
}
}
private static final int METHODID_CREATE_OFFLINE_USER_DATA_JOB = 0;
private static final int METHODID_ADD_OFFLINE_USER_DATA_JOB_OPERATIONS = 1;
private static final int METHODID_RUN_OFFLINE_USER_DATA_JOB = 2;
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 AsyncService serviceImpl;
private final int methodId;
MethodHandlers(AsyncService 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_CREATE_OFFLINE_USER_DATA_JOB:
serviceImpl.createOfflineUserDataJob((com.google.ads.googleads.v17.services.CreateOfflineUserDataJobRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_ADD_OFFLINE_USER_DATA_JOB_OPERATIONS:
serviceImpl.addOfflineUserDataJobOperations((com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_RUN_OFFLINE_USER_DATA_JOB:
serviceImpl.runOfflineUserDataJob((com.google.ads.googleads.v17.services.RunOfflineUserDataJobRequest) 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();
}
}
}
public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getCreateOfflineUserDataJobMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.ads.googleads.v17.services.CreateOfflineUserDataJobRequest,
com.google.ads.googleads.v17.services.CreateOfflineUserDataJobResponse>(
service, METHODID_CREATE_OFFLINE_USER_DATA_JOB)))
.addMethod(
getAddOfflineUserDataJobOperationsMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsRequest,
com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsResponse>(
service, METHODID_ADD_OFFLINE_USER_DATA_JOB_OPERATIONS)))
.addMethod(
getRunOfflineUserDataJobMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.ads.googleads.v17.services.RunOfflineUserDataJobRequest,
com.google.longrunning.Operation>(
service, METHODID_RUN_OFFLINE_USER_DATA_JOB)))
.build();
}
private static abstract class OfflineUserDataJobServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
OfflineUserDataJobServiceBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return com.google.ads.googleads.v17.services.OfflineUserDataJobServiceProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("OfflineUserDataJobService");
}
}
private static final class OfflineUserDataJobServiceFileDescriptorSupplier
extends OfflineUserDataJobServiceBaseDescriptorSupplier {
OfflineUserDataJobServiceFileDescriptorSupplier() {}
}
private static final class OfflineUserDataJobServiceMethodDescriptorSupplier
extends OfflineUserDataJobServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final java.lang.String methodName;
OfflineUserDataJobServiceMethodDescriptorSupplier(java.lang.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 (OfflineUserDataJobServiceGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new OfflineUserDataJobServiceFileDescriptorSupplier())
.addMethod(getCreateOfflineUserDataJobMethod())
.addMethod(getAddOfflineUserDataJobOperationsMethod())
.addMethod(getRunOfflineUserDataJobMethod())
.build();
}
}
}
return result;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy