com.passkit.grpc.EventTickets.EventTicketsGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
SDK for the PassKit gRPC API that can be used to create, configure and manage Membership, Loyalty, Event Ticket, Coupon, Transit and Boarding Pass content for mobile wallet applications, including Apple Pay and Google Pay.
package com.passkit.grpc.EventTickets;
import static io.grpc.MethodDescriptor.generateFullMethodName;
import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
import static io.grpc.stub.ClientCalls.asyncUnaryCall;
import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
import static io.grpc.stub.ClientCalls.blockingUnaryCall;
import static io.grpc.stub.ClientCalls.futureUnaryCall;
import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ServerCalls.asyncClientStreamingCall;
import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.33.1)",
comments = "Source: io/event_tickets/a_rpc.proto")
public final class EventTicketsGrpc {
private EventTicketsGrpc() {}
public static final String SERVICE_NAME = "event_tickets.EventTickets";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getCreateProductionMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "createProduction",
requestType = com.passkit.grpc.EventTickets.ProductionOuterClass.Production.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateProductionMethod() {
io.grpc.MethodDescriptor getCreateProductionMethod;
if ((getCreateProductionMethod = EventTicketsGrpc.getCreateProductionMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getCreateProductionMethod = EventTicketsGrpc.getCreateProductionMethod) == null) {
EventTicketsGrpc.getCreateProductionMethod = getCreateProductionMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "createProduction"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.Production.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("createProduction"))
.build();
}
}
}
return getCreateProductionMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchProductionMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "patchProduction",
requestType = com.passkit.grpc.EventTickets.ProductionOuterClass.Production.class,
responseType = com.passkit.grpc.EventTickets.ProductionOuterClass.Production.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchProductionMethod() {
io.grpc.MethodDescriptor getPatchProductionMethod;
if ((getPatchProductionMethod = EventTicketsGrpc.getPatchProductionMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getPatchProductionMethod = EventTicketsGrpc.getPatchProductionMethod) == null) {
EventTicketsGrpc.getPatchProductionMethod = getPatchProductionMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "patchProduction"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.Production.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.Production.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("patchProduction"))
.build();
}
}
}
return getPatchProductionMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateProductionMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "updateProduction",
requestType = com.passkit.grpc.EventTickets.ProductionOuterClass.Production.class,
responseType = com.passkit.grpc.EventTickets.ProductionOuterClass.Production.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateProductionMethod() {
io.grpc.MethodDescriptor getUpdateProductionMethod;
if ((getUpdateProductionMethod = EventTicketsGrpc.getUpdateProductionMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getUpdateProductionMethod = EventTicketsGrpc.getUpdateProductionMethod) == null) {
EventTicketsGrpc.getUpdateProductionMethod = getUpdateProductionMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "updateProduction"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.Production.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.Production.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("updateProduction"))
.build();
}
}
}
return getUpdateProductionMethod;
}
private static volatile io.grpc.MethodDescriptor getGetProductionMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getProduction",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.passkit.grpc.EventTickets.ProductionOuterClass.Production.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetProductionMethod() {
io.grpc.MethodDescriptor getGetProductionMethod;
if ((getGetProductionMethod = EventTicketsGrpc.getGetProductionMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetProductionMethod = EventTicketsGrpc.getGetProductionMethod) == null) {
EventTicketsGrpc.getGetProductionMethod = getGetProductionMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getProduction"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.Production.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getProduction"))
.build();
}
}
}
return getGetProductionMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteProductionMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteProduction",
requestType = com.passkit.grpc.EventTickets.ProductionOuterClass.Production.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteProductionMethod() {
io.grpc.MethodDescriptor getDeleteProductionMethod;
if ((getDeleteProductionMethod = EventTicketsGrpc.getDeleteProductionMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getDeleteProductionMethod = EventTicketsGrpc.getDeleteProductionMethod) == null) {
EventTicketsGrpc.getDeleteProductionMethod = getDeleteProductionMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteProduction"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.Production.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("deleteProduction"))
.build();
}
}
}
return getDeleteProductionMethod;
}
private static volatile io.grpc.MethodDescriptor getListProductionsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listProductions",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.EventTickets.ProductionOuterClass.Production.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListProductionsMethod() {
io.grpc.MethodDescriptor getListProductionsMethod;
if ((getListProductionsMethod = EventTicketsGrpc.getListProductionsMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getListProductionsMethod = EventTicketsGrpc.getListProductionsMethod) == null) {
EventTicketsGrpc.getListProductionsMethod = getListProductionsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listProductions"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.Production.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("listProductions"))
.build();
}
}
}
return getListProductionsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetAnalyticsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getAnalytics",
requestType = com.passkit.grpc.Reporting.AnalyticsRequest.class,
responseType = com.passkit.grpc.EventTickets.ProductionOuterClass.ProductionAnalyticsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetAnalyticsMethod() {
io.grpc.MethodDescriptor getGetAnalyticsMethod;
if ((getGetAnalyticsMethod = EventTicketsGrpc.getGetAnalyticsMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetAnalyticsMethod = EventTicketsGrpc.getGetAnalyticsMethod) == null) {
EventTicketsGrpc.getGetAnalyticsMethod = getGetAnalyticsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getAnalytics"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Reporting.AnalyticsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.ProductionAnalyticsResponse.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getAnalytics"))
.build();
}
}
}
return getGetAnalyticsMethod;
}
private static volatile io.grpc.MethodDescriptor getCopyProductionMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "copyProduction",
requestType = com.passkit.grpc.EventTickets.ProductionOuterClass.ProductionCopyRequest.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCopyProductionMethod() {
io.grpc.MethodDescriptor getCopyProductionMethod;
if ((getCopyProductionMethod = EventTicketsGrpc.getCopyProductionMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getCopyProductionMethod = EventTicketsGrpc.getCopyProductionMethod) == null) {
EventTicketsGrpc.getCopyProductionMethod = getCopyProductionMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "copyProduction"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.ProductionOuterClass.ProductionCopyRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("copyProduction"))
.build();
}
}
}
return getCopyProductionMethod;
}
private static volatile io.grpc.MethodDescriptor getCreateVenueMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "createVenue",
requestType = com.passkit.grpc.EventTickets.VenueOuterClass.Venue.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateVenueMethod() {
io.grpc.MethodDescriptor getCreateVenueMethod;
if ((getCreateVenueMethod = EventTicketsGrpc.getCreateVenueMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getCreateVenueMethod = EventTicketsGrpc.getCreateVenueMethod) == null) {
EventTicketsGrpc.getCreateVenueMethod = getCreateVenueMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "createVenue"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.VenueOuterClass.Venue.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("createVenue"))
.build();
}
}
}
return getCreateVenueMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateVenueMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "updateVenue",
requestType = com.passkit.grpc.EventTickets.VenueOuterClass.Venue.class,
responseType = com.passkit.grpc.EventTickets.VenueOuterClass.Venue.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateVenueMethod() {
io.grpc.MethodDescriptor getUpdateVenueMethod;
if ((getUpdateVenueMethod = EventTicketsGrpc.getUpdateVenueMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getUpdateVenueMethod = EventTicketsGrpc.getUpdateVenueMethod) == null) {
EventTicketsGrpc.getUpdateVenueMethod = getUpdateVenueMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "updateVenue"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.VenueOuterClass.Venue.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.VenueOuterClass.Venue.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("updateVenue"))
.build();
}
}
}
return getUpdateVenueMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchVenueMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "patchVenue",
requestType = com.passkit.grpc.EventTickets.VenueOuterClass.Venue.class,
responseType = com.passkit.grpc.EventTickets.VenueOuterClass.Venue.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchVenueMethod() {
io.grpc.MethodDescriptor getPatchVenueMethod;
if ((getPatchVenueMethod = EventTicketsGrpc.getPatchVenueMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getPatchVenueMethod = EventTicketsGrpc.getPatchVenueMethod) == null) {
EventTicketsGrpc.getPatchVenueMethod = getPatchVenueMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "patchVenue"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.VenueOuterClass.Venue.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.VenueOuterClass.Venue.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("patchVenue"))
.build();
}
}
}
return getPatchVenueMethod;
}
private static volatile io.grpc.MethodDescriptor getGetVenueByIdMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getVenueById",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.passkit.grpc.EventTickets.VenueOuterClass.Venue.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetVenueByIdMethod() {
io.grpc.MethodDescriptor getGetVenueByIdMethod;
if ((getGetVenueByIdMethod = EventTicketsGrpc.getGetVenueByIdMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetVenueByIdMethod = EventTicketsGrpc.getGetVenueByIdMethod) == null) {
EventTicketsGrpc.getGetVenueByIdMethod = getGetVenueByIdMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getVenueById"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.VenueOuterClass.Venue.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getVenueById"))
.build();
}
}
}
return getGetVenueByIdMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteVenueMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteVenue",
requestType = com.passkit.grpc.EventTickets.VenueOuterClass.Venue.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteVenueMethod() {
io.grpc.MethodDescriptor getDeleteVenueMethod;
if ((getDeleteVenueMethod = EventTicketsGrpc.getDeleteVenueMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getDeleteVenueMethod = EventTicketsGrpc.getDeleteVenueMethod) == null) {
EventTicketsGrpc.getDeleteVenueMethod = getDeleteVenueMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteVenue"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.VenueOuterClass.Venue.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("deleteVenue"))
.build();
}
}
}
return getDeleteVenueMethod;
}
private static volatile io.grpc.MethodDescriptor getListVenuesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listVenues",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.EventTickets.VenueOuterClass.Venue.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListVenuesMethod() {
io.grpc.MethodDescriptor getListVenuesMethod;
if ((getListVenuesMethod = EventTicketsGrpc.getListVenuesMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getListVenuesMethod = EventTicketsGrpc.getListVenuesMethod) == null) {
EventTicketsGrpc.getListVenuesMethod = getListVenuesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listVenues"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.VenueOuterClass.Venue.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("listVenues"))
.build();
}
}
}
return getListVenuesMethod;
}
private static volatile io.grpc.MethodDescriptor getCreateEventMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "createEvent",
requestType = com.passkit.grpc.EventTickets.EventOuterClass.Event.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateEventMethod() {
io.grpc.MethodDescriptor getCreateEventMethod;
if ((getCreateEventMethod = EventTicketsGrpc.getCreateEventMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getCreateEventMethod = EventTicketsGrpc.getCreateEventMethod) == null) {
EventTicketsGrpc.getCreateEventMethod = getCreateEventMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "createEvent"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.Event.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("createEvent"))
.build();
}
}
}
return getCreateEventMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateEventMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "updateEvent",
requestType = com.passkit.grpc.EventTickets.EventOuterClass.Event.class,
responseType = com.passkit.grpc.EventTickets.EventOuterClass.Event.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateEventMethod() {
io.grpc.MethodDescriptor getUpdateEventMethod;
if ((getUpdateEventMethod = EventTicketsGrpc.getUpdateEventMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getUpdateEventMethod = EventTicketsGrpc.getUpdateEventMethod) == null) {
EventTicketsGrpc.getUpdateEventMethod = getUpdateEventMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "updateEvent"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.Event.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.Event.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("updateEvent"))
.build();
}
}
}
return getUpdateEventMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchEventMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "patchEvent",
requestType = com.passkit.grpc.EventTickets.EventOuterClass.Event.class,
responseType = com.passkit.grpc.EventTickets.EventOuterClass.Event.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchEventMethod() {
io.grpc.MethodDescriptor getPatchEventMethod;
if ((getPatchEventMethod = EventTicketsGrpc.getPatchEventMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getPatchEventMethod = EventTicketsGrpc.getPatchEventMethod) == null) {
EventTicketsGrpc.getPatchEventMethod = getPatchEventMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "patchEvent"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.Event.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.Event.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("patchEvent"))
.build();
}
}
}
return getPatchEventMethod;
}
private static volatile io.grpc.MethodDescriptor getGetEventByIdMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getEventById",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.passkit.grpc.EventTickets.EventOuterClass.Event.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetEventByIdMethod() {
io.grpc.MethodDescriptor getGetEventByIdMethod;
if ((getGetEventByIdMethod = EventTicketsGrpc.getGetEventByIdMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetEventByIdMethod = EventTicketsGrpc.getGetEventByIdMethod) == null) {
EventTicketsGrpc.getGetEventByIdMethod = getGetEventByIdMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getEventById"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.Event.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getEventById"))
.build();
}
}
}
return getGetEventByIdMethod;
}
private static volatile io.grpc.MethodDescriptor getGetEventByStartDateAndVenueMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getEventByStartDateAndVenue",
requestType = com.passkit.grpc.EventTickets.EventOuterClass.GetEventRequest.class,
responseType = com.passkit.grpc.EventTickets.EventOuterClass.Event.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetEventByStartDateAndVenueMethod() {
io.grpc.MethodDescriptor getGetEventByStartDateAndVenueMethod;
if ((getGetEventByStartDateAndVenueMethod = EventTicketsGrpc.getGetEventByStartDateAndVenueMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetEventByStartDateAndVenueMethod = EventTicketsGrpc.getGetEventByStartDateAndVenueMethod) == null) {
EventTicketsGrpc.getGetEventByStartDateAndVenueMethod = getGetEventByStartDateAndVenueMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getEventByStartDateAndVenue"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.GetEventRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.Event.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getEventByStartDateAndVenue"))
.build();
}
}
}
return getGetEventByStartDateAndVenueMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteEventMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteEvent",
requestType = com.passkit.grpc.EventTickets.EventOuterClass.Event.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteEventMethod() {
io.grpc.MethodDescriptor getDeleteEventMethod;
if ((getDeleteEventMethod = EventTicketsGrpc.getDeleteEventMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getDeleteEventMethod = EventTicketsGrpc.getDeleteEventMethod) == null) {
EventTicketsGrpc.getDeleteEventMethod = getDeleteEventMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteEvent"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.Event.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("deleteEvent"))
.build();
}
}
}
return getDeleteEventMethod;
}
private static volatile io.grpc.MethodDescriptor getListEventsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listEvents",
requestType = com.passkit.grpc.EventTickets.EventOuterClass.EventListRequest.class,
responseType = com.passkit.grpc.EventTickets.EventOuterClass.EventListResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListEventsMethod() {
io.grpc.MethodDescriptor getListEventsMethod;
if ((getListEventsMethod = EventTicketsGrpc.getListEventsMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getListEventsMethod = EventTicketsGrpc.getListEventsMethod) == null) {
EventTicketsGrpc.getListEventsMethod = getListEventsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listEvents"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.EventListRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.EventOuterClass.EventListResponse.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("listEvents"))
.build();
}
}
}
return getListEventsMethod;
}
private static volatile io.grpc.MethodDescriptor getCreateTicketTypeMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "createTicketType",
requestType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateTicketTypeMethod() {
io.grpc.MethodDescriptor getCreateTicketTypeMethod;
if ((getCreateTicketTypeMethod = EventTicketsGrpc.getCreateTicketTypeMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getCreateTicketTypeMethod = EventTicketsGrpc.getCreateTicketTypeMethod) == null) {
EventTicketsGrpc.getCreateTicketTypeMethod = getCreateTicketTypeMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "createTicketType"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("createTicketType"))
.build();
}
}
}
return getCreateTicketTypeMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateTicketTypeMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "updateTicketType",
requestType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.class,
responseType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateTicketTypeMethod() {
io.grpc.MethodDescriptor getUpdateTicketTypeMethod;
if ((getUpdateTicketTypeMethod = EventTicketsGrpc.getUpdateTicketTypeMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getUpdateTicketTypeMethod = EventTicketsGrpc.getUpdateTicketTypeMethod) == null) {
EventTicketsGrpc.getUpdateTicketTypeMethod = getUpdateTicketTypeMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "updateTicketType"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("updateTicketType"))
.build();
}
}
}
return getUpdateTicketTypeMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchTicketTypeMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "patchTicketType",
requestType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.class,
responseType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchTicketTypeMethod() {
io.grpc.MethodDescriptor getPatchTicketTypeMethod;
if ((getPatchTicketTypeMethod = EventTicketsGrpc.getPatchTicketTypeMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getPatchTicketTypeMethod = EventTicketsGrpc.getPatchTicketTypeMethod) == null) {
EventTicketsGrpc.getPatchTicketTypeMethod = getPatchTicketTypeMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "patchTicketType"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("patchTicketType"))
.build();
}
}
}
return getPatchTicketTypeMethod;
}
private static volatile io.grpc.MethodDescriptor getGetTicketTypeByIdMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getTicketTypeById",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetTicketTypeByIdMethod() {
io.grpc.MethodDescriptor getGetTicketTypeByIdMethod;
if ((getGetTicketTypeByIdMethod = EventTicketsGrpc.getGetTicketTypeByIdMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetTicketTypeByIdMethod = EventTicketsGrpc.getGetTicketTypeByIdMethod) == null) {
EventTicketsGrpc.getGetTicketTypeByIdMethod = getGetTicketTypeByIdMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getTicketTypeById"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getTicketTypeById"))
.build();
}
}
}
return getGetTicketTypeByIdMethod;
}
private static volatile io.grpc.MethodDescriptor getGetTicketTypeByUserDefinedIdMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getTicketTypeByUserDefinedId",
requestType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.GetByUidRequest.class,
responseType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetTicketTypeByUserDefinedIdMethod() {
io.grpc.MethodDescriptor getGetTicketTypeByUserDefinedIdMethod;
if ((getGetTicketTypeByUserDefinedIdMethod = EventTicketsGrpc.getGetTicketTypeByUserDefinedIdMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetTicketTypeByUserDefinedIdMethod = EventTicketsGrpc.getGetTicketTypeByUserDefinedIdMethod) == null) {
EventTicketsGrpc.getGetTicketTypeByUserDefinedIdMethod = getGetTicketTypeByUserDefinedIdMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getTicketTypeByUserDefinedId"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.GetByUidRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getTicketTypeByUserDefinedId"))
.build();
}
}
}
return getGetTicketTypeByUserDefinedIdMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteTicketTypeMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteTicketType",
requestType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteTicketTypeMethod() {
io.grpc.MethodDescriptor getDeleteTicketTypeMethod;
if ((getDeleteTicketTypeMethod = EventTicketsGrpc.getDeleteTicketTypeMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getDeleteTicketTypeMethod = EventTicketsGrpc.getDeleteTicketTypeMethod) == null) {
EventTicketsGrpc.getDeleteTicketTypeMethod = getDeleteTicketTypeMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteTicketType"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("deleteTicketType"))
.build();
}
}
}
return getDeleteTicketTypeMethod;
}
private static volatile io.grpc.MethodDescriptor getListTicketTypesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listTicketTypes",
requestType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketTypeListRequest.class,
responseType = com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListTicketTypesMethod() {
io.grpc.MethodDescriptor getListTicketTypesMethod;
if ((getListTicketTypesMethod = EventTicketsGrpc.getListTicketTypesMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getListTicketTypesMethod = EventTicketsGrpc.getListTicketTypesMethod) == null) {
EventTicketsGrpc.getListTicketTypesMethod = getListTicketTypesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listTicketTypes"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketTypeListRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("listTicketTypes"))
.build();
}
}
}
return getListTicketTypesMethod;
}
private static volatile io.grpc.MethodDescriptor getIssueTicketMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "issueTicket",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.IssueTicketRequest.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getIssueTicketMethod() {
io.grpc.MethodDescriptor getIssueTicketMethod;
if ((getIssueTicketMethod = EventTicketsGrpc.getIssueTicketMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getIssueTicketMethod = EventTicketsGrpc.getIssueTicketMethod) == null) {
EventTicketsGrpc.getIssueTicketMethod = getIssueTicketMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "issueTicket"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.IssueTicketRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("issueTicket"))
.build();
}
}
}
return getIssueTicketMethod;
}
private static volatile io.grpc.MethodDescriptor getIssueTicketByIdMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "issueTicketById",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.class,
responseType = com.passkit.grpc.EventTickets.TicketOuterClass.IssueTicketResponseIds.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getIssueTicketByIdMethod() {
io.grpc.MethodDescriptor getIssueTicketByIdMethod;
if ((getIssueTicketByIdMethod = EventTicketsGrpc.getIssueTicketByIdMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getIssueTicketByIdMethod = EventTicketsGrpc.getIssueTicketByIdMethod) == null) {
EventTicketsGrpc.getIssueTicketByIdMethod = getIssueTicketByIdMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "issueTicketById"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.IssueTicketResponseIds.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("issueTicketById"))
.build();
}
}
}
return getIssueTicketByIdMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateTicketMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "updateTicket",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateTicketMethod() {
io.grpc.MethodDescriptor getUpdateTicketMethod;
if ((getUpdateTicketMethod = EventTicketsGrpc.getUpdateTicketMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getUpdateTicketMethod = EventTicketsGrpc.getUpdateTicketMethod) == null) {
EventTicketsGrpc.getUpdateTicketMethod = getUpdateTicketMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "updateTicket"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("updateTicket"))
.build();
}
}
}
return getUpdateTicketMethod;
}
private static volatile io.grpc.MethodDescriptor getValidateTicketMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "validateTicket",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.ValidateTicketRequest.class,
responseType = com.passkit.grpc.EventTickets.TicketOuterClass.ValidateTicketResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getValidateTicketMethod() {
io.grpc.MethodDescriptor getValidateTicketMethod;
if ((getValidateTicketMethod = EventTicketsGrpc.getValidateTicketMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getValidateTicketMethod = EventTicketsGrpc.getValidateTicketMethod) == null) {
EventTicketsGrpc.getValidateTicketMethod = getValidateTicketMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "validateTicket"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.ValidateTicketRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.ValidateTicketResponse.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("validateTicket"))
.build();
}
}
}
return getValidateTicketMethod;
}
private static volatile io.grpc.MethodDescriptor getRedeemTicketMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "redeemTicket",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getRedeemTicketMethod() {
io.grpc.MethodDescriptor getRedeemTicketMethod;
if ((getRedeemTicketMethod = EventTicketsGrpc.getRedeemTicketMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getRedeemTicketMethod = EventTicketsGrpc.getRedeemTicketMethod) == null) {
EventTicketsGrpc.getRedeemTicketMethod = getRedeemTicketMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "redeemTicket"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("redeemTicket"))
.build();
}
}
}
return getRedeemTicketMethod;
}
private static volatile io.grpc.MethodDescriptor getRedeemTicketsByOrderNumberMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "redeemTicketsByOrderNumber",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.RedeemByOrderNumber.class,
responseType = com.passkit.grpc.CommonObjects.Ids.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getRedeemTicketsByOrderNumberMethod() {
io.grpc.MethodDescriptor getRedeemTicketsByOrderNumberMethod;
if ((getRedeemTicketsByOrderNumberMethod = EventTicketsGrpc.getRedeemTicketsByOrderNumberMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getRedeemTicketsByOrderNumberMethod = EventTicketsGrpc.getRedeemTicketsByOrderNumberMethod) == null) {
EventTicketsGrpc.getRedeemTicketsByOrderNumberMethod = getRedeemTicketsByOrderNumberMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "redeemTicketsByOrderNumber"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.RedeemByOrderNumber.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Ids.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("redeemTicketsByOrderNumber"))
.build();
}
}
}
return getRedeemTicketsByOrderNumberMethod;
}
private static volatile io.grpc.MethodDescriptor getGetTicketByIdMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getTicketById",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetTicketByIdMethod() {
io.grpc.MethodDescriptor getGetTicketByIdMethod;
if ((getGetTicketByIdMethod = EventTicketsGrpc.getGetTicketByIdMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetTicketByIdMethod = EventTicketsGrpc.getGetTicketByIdMethod) == null) {
EventTicketsGrpc.getGetTicketByIdMethod = getGetTicketByIdMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getTicketById"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getTicketById"))
.build();
}
}
}
return getGetTicketByIdMethod;
}
private static volatile io.grpc.MethodDescriptor getGetTicketByTicketNumberMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getTicketByTicketNumber",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.TicketNumberRequest.class,
responseType = com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetTicketByTicketNumberMethod() {
io.grpc.MethodDescriptor getGetTicketByTicketNumberMethod;
if ((getGetTicketByTicketNumberMethod = EventTicketsGrpc.getGetTicketByTicketNumberMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetTicketByTicketNumberMethod = EventTicketsGrpc.getGetTicketByTicketNumberMethod) == null) {
EventTicketsGrpc.getGetTicketByTicketNumberMethod = getGetTicketByTicketNumberMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getTicketByTicketNumber"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.TicketNumberRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getTicketByTicketNumber"))
.build();
}
}
}
return getGetTicketByTicketNumberMethod;
}
private static volatile io.grpc.MethodDescriptor getGetTicketsByOrderNumberMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getTicketsByOrderNumber",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.OrderNumberRequest.class,
responseType = com.passkit.grpc.EventTickets.TicketOuterClass.Tickets.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetTicketsByOrderNumberMethod() {
io.grpc.MethodDescriptor getGetTicketsByOrderNumberMethod;
if ((getGetTicketsByOrderNumberMethod = EventTicketsGrpc.getGetTicketsByOrderNumberMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetTicketsByOrderNumberMethod = EventTicketsGrpc.getGetTicketsByOrderNumberMethod) == null) {
EventTicketsGrpc.getGetTicketsByOrderNumberMethod = getGetTicketsByOrderNumberMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getTicketsByOrderNumber"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.OrderNumberRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.Tickets.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getTicketsByOrderNumber"))
.build();
}
}
}
return getGetTicketsByOrderNumberMethod;
}
private static volatile io.grpc.MethodDescriptor getGetEventTicketPassMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getEventTicketPass",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.EventTicketPassRequest.class,
responseType = com.passkit.grpc.CommonObjects.PassBundles.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetEventTicketPassMethod() {
io.grpc.MethodDescriptor getGetEventTicketPassMethod;
if ((getGetEventTicketPassMethod = EventTicketsGrpc.getGetEventTicketPassMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getGetEventTicketPassMethod = EventTicketsGrpc.getGetEventTicketPassMethod) == null) {
EventTicketsGrpc.getGetEventTicketPassMethod = getGetEventTicketPassMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getEventTicketPass"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.EventTicketPassRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.PassBundles.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("getEventTicketPass"))
.build();
}
}
}
return getGetEventTicketPassMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteTicketMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteTicket",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteTicketMethod() {
io.grpc.MethodDescriptor getDeleteTicketMethod;
if ((getDeleteTicketMethod = EventTicketsGrpc.getDeleteTicketMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getDeleteTicketMethod = EventTicketsGrpc.getDeleteTicketMethod) == null) {
EventTicketsGrpc.getDeleteTicketMethod = getDeleteTicketMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteTicket"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("deleteTicket"))
.build();
}
}
}
return getDeleteTicketMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteTicketsByOrderNumberMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteTicketsByOrderNumber",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.OrderNumberRequest.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteTicketsByOrderNumberMethod() {
io.grpc.MethodDescriptor getDeleteTicketsByOrderNumberMethod;
if ((getDeleteTicketsByOrderNumberMethod = EventTicketsGrpc.getDeleteTicketsByOrderNumberMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getDeleteTicketsByOrderNumberMethod = EventTicketsGrpc.getDeleteTicketsByOrderNumberMethod) == null) {
EventTicketsGrpc.getDeleteTicketsByOrderNumberMethod = getDeleteTicketsByOrderNumberMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteTicketsByOrderNumber"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.OrderNumberRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("deleteTicketsByOrderNumber"))
.build();
}
}
}
return getDeleteTicketsByOrderNumberMethod;
}
private static volatile io.grpc.MethodDescriptor getListTicketsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listTickets",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.TicketListRequest.class,
responseType = com.passkit.grpc.EventTickets.TicketOuterClass.TicketLimitedFields.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListTicketsMethod() {
io.grpc.MethodDescriptor getListTicketsMethod;
if ((getListTicketsMethod = EventTicketsGrpc.getListTicketsMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getListTicketsMethod = EventTicketsGrpc.getListTicketsMethod) == null) {
EventTicketsGrpc.getListTicketsMethod = getListTicketsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listTickets"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.TicketListRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.TicketLimitedFields.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("listTickets"))
.build();
}
}
}
return getListTicketsMethod;
}
private static volatile io.grpc.MethodDescriptor getCountTicketsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countTickets",
requestType = com.passkit.grpc.EventTickets.TicketOuterClass.TicketListRequest.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountTicketsMethod() {
io.grpc.MethodDescriptor getCountTicketsMethod;
if ((getCountTicketsMethod = EventTicketsGrpc.getCountTicketsMethod) == null) {
synchronized (EventTicketsGrpc.class) {
if ((getCountTicketsMethod = EventTicketsGrpc.getCountTicketsMethod) == null) {
EventTicketsGrpc.getCountTicketsMethod = getCountTicketsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countTickets"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.EventTickets.TicketOuterClass.TicketListRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new EventTicketsMethodDescriptorSupplier("countTickets"))
.build();
}
}
}
return getCountTicketsMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static EventTicketsStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public EventTicketsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new EventTicketsStub(channel, callOptions);
}
};
return EventTicketsStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static EventTicketsBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public EventTicketsBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new EventTicketsBlockingStub(channel, callOptions);
}
};
return EventTicketsBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static EventTicketsFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public EventTicketsFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new EventTicketsFutureStub(channel, callOptions);
}
};
return EventTicketsFutureStub.newStub(factory, channel);
}
/**
*/
public static abstract class EventTicketsImplBase implements io.grpc.BindableService {
/**
*/
public void createProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.Production request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCreateProductionMethod(), responseObserver);
}
/**
*/
public void patchProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.Production request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getPatchProductionMethod(), responseObserver);
}
/**
*/
public void updateProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.Production request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getUpdateProductionMethod(), responseObserver);
}
/**
*/
public void getProduction(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetProductionMethod(), responseObserver);
}
/**
*/
public void deleteProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.Production request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteProductionMethod(), responseObserver);
}
/**
*/
public void listProductions(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListProductionsMethod(), responseObserver);
}
/**
*/
public void getAnalytics(com.passkit.grpc.Reporting.AnalyticsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetAnalyticsMethod(), responseObserver);
}
/**
*/
public void copyProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.ProductionCopyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCopyProductionMethod(), responseObserver);
}
/**
*/
public void createVenue(com.passkit.grpc.EventTickets.VenueOuterClass.Venue request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCreateVenueMethod(), responseObserver);
}
/**
*/
public void updateVenue(com.passkit.grpc.EventTickets.VenueOuterClass.Venue request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getUpdateVenueMethod(), responseObserver);
}
/**
*/
public void patchVenue(com.passkit.grpc.EventTickets.VenueOuterClass.Venue request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getPatchVenueMethod(), responseObserver);
}
/**
*/
public void getVenueById(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetVenueByIdMethod(), responseObserver);
}
/**
*/
public void deleteVenue(com.passkit.grpc.EventTickets.VenueOuterClass.Venue request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteVenueMethod(), responseObserver);
}
/**
*/
public void listVenues(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListVenuesMethod(), responseObserver);
}
/**
*/
public void createEvent(com.passkit.grpc.EventTickets.EventOuterClass.Event request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCreateEventMethod(), responseObserver);
}
/**
*/
public void updateEvent(com.passkit.grpc.EventTickets.EventOuterClass.Event request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getUpdateEventMethod(), responseObserver);
}
/**
*/
public void patchEvent(com.passkit.grpc.EventTickets.EventOuterClass.Event request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getPatchEventMethod(), responseObserver);
}
/**
*/
public void getEventById(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetEventByIdMethod(), responseObserver);
}
/**
*/
public void getEventByStartDateAndVenue(com.passkit.grpc.EventTickets.EventOuterClass.GetEventRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetEventByStartDateAndVenueMethod(), responseObserver);
}
/**
*/
public void deleteEvent(com.passkit.grpc.EventTickets.EventOuterClass.Event request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteEventMethod(), responseObserver);
}
/**
*/
public void listEvents(com.passkit.grpc.EventTickets.EventOuterClass.EventListRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListEventsMethod(), responseObserver);
}
/**
*/
public void createTicketType(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCreateTicketTypeMethod(), responseObserver);
}
/**
*/
public void updateTicketType(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getUpdateTicketTypeMethod(), responseObserver);
}
/**
*/
public void patchTicketType(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getPatchTicketTypeMethod(), responseObserver);
}
/**
*/
public void getTicketTypeById(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetTicketTypeByIdMethod(), responseObserver);
}
/**
*/
public void getTicketTypeByUserDefinedId(com.passkit.grpc.EventTickets.TicketTypeOuterClass.GetByUidRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetTicketTypeByUserDefinedIdMethod(), responseObserver);
}
/**
*/
public void deleteTicketType(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteTicketTypeMethod(), responseObserver);
}
/**
*/
public void listTicketTypes(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketTypeListRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListTicketTypesMethod(), responseObserver);
}
/**
*/
public void issueTicket(com.passkit.grpc.EventTickets.TicketOuterClass.IssueTicketRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getIssueTicketMethod(), responseObserver);
}
/**
*/
public void issueTicketById(com.passkit.grpc.EventTickets.TicketOuterClass.Ticket request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getIssueTicketByIdMethod(), responseObserver);
}
/**
*/
public void updateTicket(com.passkit.grpc.EventTickets.TicketOuterClass.Ticket request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getUpdateTicketMethod(), responseObserver);
}
/**
*/
public void validateTicket(com.passkit.grpc.EventTickets.TicketOuterClass.ValidateTicketRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getValidateTicketMethod(), responseObserver);
}
/**
*/
public void redeemTicket(com.passkit.grpc.EventTickets.TicketOuterClass.Ticket request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getRedeemTicketMethod(), responseObserver);
}
/**
*/
public void redeemTicketsByOrderNumber(com.passkit.grpc.EventTickets.TicketOuterClass.RedeemByOrderNumber request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getRedeemTicketsByOrderNumberMethod(), responseObserver);
}
/**
*/
public void getTicketById(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetTicketByIdMethod(), responseObserver);
}
/**
*/
public void getTicketByTicketNumber(com.passkit.grpc.EventTickets.TicketOuterClass.TicketNumberRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetTicketByTicketNumberMethod(), responseObserver);
}
/**
*/
public void getTicketsByOrderNumber(com.passkit.grpc.EventTickets.TicketOuterClass.OrderNumberRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetTicketsByOrderNumberMethod(), responseObserver);
}
/**
*/
public void getEventTicketPass(com.passkit.grpc.EventTickets.TicketOuterClass.EventTicketPassRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetEventTicketPassMethod(), responseObserver);
}
/**
*/
public void deleteTicket(com.passkit.grpc.EventTickets.TicketOuterClass.Ticket request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteTicketMethod(), responseObserver);
}
/**
*/
public void deleteTicketsByOrderNumber(com.passkit.grpc.EventTickets.TicketOuterClass.OrderNumberRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteTicketsByOrderNumberMethod(), responseObserver);
}
/**
*/
public void listTickets(com.passkit.grpc.EventTickets.TicketOuterClass.TicketListRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListTicketsMethod(), responseObserver);
}
/**
*/
public void countTickets(com.passkit.grpc.EventTickets.TicketOuterClass.TicketListRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountTicketsMethod(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getCreateProductionMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.ProductionOuterClass.Production,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_CREATE_PRODUCTION)))
.addMethod(
getPatchProductionMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.ProductionOuterClass.Production,
com.passkit.grpc.EventTickets.ProductionOuterClass.Production>(
this, METHODID_PATCH_PRODUCTION)))
.addMethod(
getUpdateProductionMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.ProductionOuterClass.Production,
com.passkit.grpc.EventTickets.ProductionOuterClass.Production>(
this, METHODID_UPDATE_PRODUCTION)))
.addMethod(
getGetProductionMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.passkit.grpc.EventTickets.ProductionOuterClass.Production>(
this, METHODID_GET_PRODUCTION)))
.addMethod(
getDeleteProductionMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.ProductionOuterClass.Production,
com.google.protobuf.Empty>(
this, METHODID_DELETE_PRODUCTION)))
.addMethod(
getListProductionsMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.EventTickets.ProductionOuterClass.Production>(
this, METHODID_LIST_PRODUCTIONS)))
.addMethod(
getGetAnalyticsMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Reporting.AnalyticsRequest,
com.passkit.grpc.EventTickets.ProductionOuterClass.ProductionAnalyticsResponse>(
this, METHODID_GET_ANALYTICS)))
.addMethod(
getCopyProductionMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.ProductionOuterClass.ProductionCopyRequest,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_COPY_PRODUCTION)))
.addMethod(
getCreateVenueMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.VenueOuterClass.Venue,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_CREATE_VENUE)))
.addMethod(
getUpdateVenueMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.VenueOuterClass.Venue,
com.passkit.grpc.EventTickets.VenueOuterClass.Venue>(
this, METHODID_UPDATE_VENUE)))
.addMethod(
getPatchVenueMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.VenueOuterClass.Venue,
com.passkit.grpc.EventTickets.VenueOuterClass.Venue>(
this, METHODID_PATCH_VENUE)))
.addMethod(
getGetVenueByIdMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.passkit.grpc.EventTickets.VenueOuterClass.Venue>(
this, METHODID_GET_VENUE_BY_ID)))
.addMethod(
getDeleteVenueMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.VenueOuterClass.Venue,
com.google.protobuf.Empty>(
this, METHODID_DELETE_VENUE)))
.addMethod(
getListVenuesMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.EventTickets.VenueOuterClass.Venue>(
this, METHODID_LIST_VENUES)))
.addMethod(
getCreateEventMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.EventOuterClass.Event,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_CREATE_EVENT)))
.addMethod(
getUpdateEventMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.EventOuterClass.Event,
com.passkit.grpc.EventTickets.EventOuterClass.Event>(
this, METHODID_UPDATE_EVENT)))
.addMethod(
getPatchEventMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.EventOuterClass.Event,
com.passkit.grpc.EventTickets.EventOuterClass.Event>(
this, METHODID_PATCH_EVENT)))
.addMethod(
getGetEventByIdMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.passkit.grpc.EventTickets.EventOuterClass.Event>(
this, METHODID_GET_EVENT_BY_ID)))
.addMethod(
getGetEventByStartDateAndVenueMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.EventOuterClass.GetEventRequest,
com.passkit.grpc.EventTickets.EventOuterClass.Event>(
this, METHODID_GET_EVENT_BY_START_DATE_AND_VENUE)))
.addMethod(
getDeleteEventMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.EventOuterClass.Event,
com.google.protobuf.Empty>(
this, METHODID_DELETE_EVENT)))
.addMethod(
getListEventsMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.EventOuterClass.EventListRequest,
com.passkit.grpc.EventTickets.EventOuterClass.EventListResponse>(
this, METHODID_LIST_EVENTS)))
.addMethod(
getCreateTicketTypeMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_CREATE_TICKET_TYPE)))
.addMethod(
getUpdateTicketTypeMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType,
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType>(
this, METHODID_UPDATE_TICKET_TYPE)))
.addMethod(
getPatchTicketTypeMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType,
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType>(
this, METHODID_PATCH_TICKET_TYPE)))
.addMethod(
getGetTicketTypeByIdMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType>(
this, METHODID_GET_TICKET_TYPE_BY_ID)))
.addMethod(
getGetTicketTypeByUserDefinedIdMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketTypeOuterClass.GetByUidRequest,
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType>(
this, METHODID_GET_TICKET_TYPE_BY_USER_DEFINED_ID)))
.addMethod(
getDeleteTicketTypeMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType,
com.google.protobuf.Empty>(
this, METHODID_DELETE_TICKET_TYPE)))
.addMethod(
getListTicketTypesMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketTypeListRequest,
com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType>(
this, METHODID_LIST_TICKET_TYPES)))
.addMethod(
getIssueTicketMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.IssueTicketRequest,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_ISSUE_TICKET)))
.addMethod(
getIssueTicketByIdMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket,
com.passkit.grpc.EventTickets.TicketOuterClass.IssueTicketResponseIds>(
this, METHODID_ISSUE_TICKET_BY_ID)))
.addMethod(
getUpdateTicketMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_UPDATE_TICKET)))
.addMethod(
getValidateTicketMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.ValidateTicketRequest,
com.passkit.grpc.EventTickets.TicketOuterClass.ValidateTicketResponse>(
this, METHODID_VALIDATE_TICKET)))
.addMethod(
getRedeemTicketMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_REDEEM_TICKET)))
.addMethod(
getRedeemTicketsByOrderNumberMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.RedeemByOrderNumber,
com.passkit.grpc.CommonObjects.Ids>(
this, METHODID_REDEEM_TICKETS_BY_ORDER_NUMBER)))
.addMethod(
getGetTicketByIdMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket>(
this, METHODID_GET_TICKET_BY_ID)))
.addMethod(
getGetTicketByTicketNumberMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.TicketNumberRequest,
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket>(
this, METHODID_GET_TICKET_BY_TICKET_NUMBER)))
.addMethod(
getGetTicketsByOrderNumberMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.OrderNumberRequest,
com.passkit.grpc.EventTickets.TicketOuterClass.Tickets>(
this, METHODID_GET_TICKETS_BY_ORDER_NUMBER)))
.addMethod(
getGetEventTicketPassMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.EventTicketPassRequest,
com.passkit.grpc.CommonObjects.PassBundles>(
this, METHODID_GET_EVENT_TICKET_PASS)))
.addMethod(
getDeleteTicketMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.Ticket,
com.google.protobuf.Empty>(
this, METHODID_DELETE_TICKET)))
.addMethod(
getDeleteTicketsByOrderNumberMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.OrderNumberRequest,
com.google.protobuf.Empty>(
this, METHODID_DELETE_TICKETS_BY_ORDER_NUMBER)))
.addMethod(
getListTicketsMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.TicketListRequest,
com.passkit.grpc.EventTickets.TicketOuterClass.TicketLimitedFields>(
this, METHODID_LIST_TICKETS)))
.addMethod(
getCountTicketsMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.EventTickets.TicketOuterClass.TicketListRequest,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_TICKETS)))
.build();
}
}
/**
*/
public static final class EventTicketsStub extends io.grpc.stub.AbstractAsyncStub {
private EventTicketsStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected EventTicketsStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new EventTicketsStub(channel, callOptions);
}
/**
*/
public void createProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.Production request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCreateProductionMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void patchProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.Production request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getPatchProductionMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.Production request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getUpdateProductionMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getProduction(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetProductionMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.Production request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getDeleteProductionMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listProductions(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListProductionsMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getAnalytics(com.passkit.grpc.Reporting.AnalyticsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetAnalyticsMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void copyProduction(com.passkit.grpc.EventTickets.ProductionOuterClass.ProductionCopyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCopyProductionMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void createVenue(com.passkit.grpc.EventTickets.VenueOuterClass.Venue request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCreateVenueMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateVenue(com.passkit.grpc.EventTickets.VenueOuterClass.Venue request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getUpdateVenueMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void patchVenue(com.passkit.grpc.EventTickets.VenueOuterClass.Venue request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getPatchVenueMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getVenueById(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetVenueByIdMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteVenue(com.passkit.grpc.EventTickets.VenueOuterClass.Venue request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getDeleteVenueMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listVenues(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListVenuesMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void createEvent(com.passkit.grpc.EventTickets.EventOuterClass.Event request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCreateEventMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateEvent(com.passkit.grpc.EventTickets.EventOuterClass.Event request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getUpdateEventMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void patchEvent(com.passkit.grpc.EventTickets.EventOuterClass.Event request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getPatchEventMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getEventById(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetEventByIdMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getEventByStartDateAndVenue(com.passkit.grpc.EventTickets.EventOuterClass.GetEventRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetEventByStartDateAndVenueMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteEvent(com.passkit.grpc.EventTickets.EventOuterClass.Event request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getDeleteEventMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listEvents(com.passkit.grpc.EventTickets.EventOuterClass.EventListRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListEventsMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void createTicketType(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCreateTicketTypeMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateTicketType(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getUpdateTicketTypeMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void patchTicketType(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getPatchTicketTypeMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getTicketTypeById(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetTicketTypeByIdMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getTicketTypeByUserDefinedId(com.passkit.grpc.EventTickets.TicketTypeOuterClass.GetByUidRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetTicketTypeByUserDefinedIdMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteTicketType(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketType request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getDeleteTicketTypeMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listTicketTypes(com.passkit.grpc.EventTickets.TicketTypeOuterClass.TicketTypeListRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListTicketTypesMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void issueTicket(com.passkit.grpc.EventTickets.TicketOuterClass.IssueTicketRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getIssueTicketMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void issueTicketById(com.passkit.grpc.EventTickets.TicketOuterClass.Ticket request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getIssueTicketByIdMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateTicket(com.passkit.grpc.EventTickets.TicketOuterClass.Ticket request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getUpdateTicketMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void validateTicket(com.passkit.grpc.EventTickets.TicketOuterClass.ValidateTicketRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getValidateTicketMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void redeemTicket(com.passkit.grpc.EventTickets.TicketOuterClass.Ticket request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getRedeemTicketMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void redeemTicketsByOrderNumber(com.passkit.grpc.EventTickets.TicketOuterClass.RedeemByOrderNumber request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getRedeemTicketsByOrderNumberMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getTicketById(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver