com.passkit.grpc.TemplatesGrpc 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;
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/core/a_rpc_templates.proto")
public final class TemplatesGrpc {
private TemplatesGrpc() {}
public static final String SERVICE_NAME = "io.Templates";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getCreateTemplateMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "createTemplate",
requestType = com.passkit.grpc.Template.PassTemplate.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateTemplateMethod() {
io.grpc.MethodDescriptor getCreateTemplateMethod;
if ((getCreateTemplateMethod = TemplatesGrpc.getCreateTemplateMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCreateTemplateMethod = TemplatesGrpc.getCreateTemplateMethod) == null) {
TemplatesGrpc.getCreateTemplateMethod = getCreateTemplateMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "createTemplate"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.PassTemplate.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("createTemplate"))
.build();
}
}
}
return getCreateTemplateMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateTemplateMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "updateTemplate",
requestType = com.passkit.grpc.Template.PassTemplate.class,
responseType = com.passkit.grpc.Template.PassTemplate.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateTemplateMethod() {
io.grpc.MethodDescriptor getUpdateTemplateMethod;
if ((getUpdateTemplateMethod = TemplatesGrpc.getUpdateTemplateMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getUpdateTemplateMethod = TemplatesGrpc.getUpdateTemplateMethod) == null) {
TemplatesGrpc.getUpdateTemplateMethod = getUpdateTemplateMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "updateTemplate"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.PassTemplate.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.PassTemplate.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("updateTemplate"))
.build();
}
}
}
return getUpdateTemplateMethod;
}
private static volatile io.grpc.MethodDescriptor getGetTemplateMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getTemplate",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.passkit.grpc.Template.PassTemplateResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetTemplateMethod() {
io.grpc.MethodDescriptor getGetTemplateMethod;
if ((getGetTemplateMethod = TemplatesGrpc.getGetTemplateMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getGetTemplateMethod = TemplatesGrpc.getGetTemplateMethod) == null) {
TemplatesGrpc.getGetTemplateMethod = getGetTemplateMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getTemplate"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.PassTemplateResponse.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("getTemplate"))
.build();
}
}
}
return getGetTemplateMethod;
}
private static volatile io.grpc.MethodDescriptor getGetDefaultTemplateMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getDefaultTemplate",
requestType = com.passkit.grpc.Template.DefaultTemplateRequest.class,
responseType = com.passkit.grpc.Template.PassTemplate.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetDefaultTemplateMethod() {
io.grpc.MethodDescriptor getGetDefaultTemplateMethod;
if ((getGetDefaultTemplateMethod = TemplatesGrpc.getGetDefaultTemplateMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getGetDefaultTemplateMethod = TemplatesGrpc.getGetDefaultTemplateMethod) == null) {
TemplatesGrpc.getGetDefaultTemplateMethod = getGetDefaultTemplateMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getDefaultTemplate"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.DefaultTemplateRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.PassTemplate.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("getDefaultTemplate"))
.build();
}
}
}
return getGetDefaultTemplateMethod;
}
private static volatile io.grpc.MethodDescriptor getCopyTemplateMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "copyTemplate",
requestType = com.passkit.grpc.Template.CopyObjectInput.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCopyTemplateMethod() {
io.grpc.MethodDescriptor getCopyTemplateMethod;
if ((getCopyTemplateMethod = TemplatesGrpc.getCopyTemplateMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCopyTemplateMethod = TemplatesGrpc.getCopyTemplateMethod) == null) {
TemplatesGrpc.getCopyTemplateMethod = getCopyTemplateMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "copyTemplate"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.CopyObjectInput.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("copyTemplate"))
.build();
}
}
}
return getCopyTemplateMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteTemplateMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteTemplate",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteTemplateMethod() {
io.grpc.MethodDescriptor getDeleteTemplateMethod;
if ((getDeleteTemplateMethod = TemplatesGrpc.getDeleteTemplateMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getDeleteTemplateMethod = TemplatesGrpc.getDeleteTemplateMethod) == null) {
TemplatesGrpc.getDeleteTemplateMethod = getDeleteTemplateMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteTemplate"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("deleteTemplate"))
.build();
}
}
}
return getDeleteTemplateMethod;
}
private static volatile io.grpc.MethodDescriptor getListTemplatesForUserDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listTemplatesForUserDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.Template.PassTemplateResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListTemplatesForUserDeprecatedMethod() {
io.grpc.MethodDescriptor getListTemplatesForUserDeprecatedMethod;
if ((getListTemplatesForUserDeprecatedMethod = TemplatesGrpc.getListTemplatesForUserDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListTemplatesForUserDeprecatedMethod = TemplatesGrpc.getListTemplatesForUserDeprecatedMethod) == null) {
TemplatesGrpc.getListTemplatesForUserDeprecatedMethod = getListTemplatesForUserDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listTemplatesForUserDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.PassTemplateResponse.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listTemplatesForUserDeprecated"))
.build();
}
}
}
return getListTemplatesForUserDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getListTemplatesForUserMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listTemplatesForUser",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.Template.PassTemplateResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListTemplatesForUserMethod() {
io.grpc.MethodDescriptor getListTemplatesForUserMethod;
if ((getListTemplatesForUserMethod = TemplatesGrpc.getListTemplatesForUserMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListTemplatesForUserMethod = TemplatesGrpc.getListTemplatesForUserMethod) == null) {
TemplatesGrpc.getListTemplatesForUserMethod = getListTemplatesForUserMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listTemplatesForUser"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.PassTemplateResponse.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listTemplatesForUser"))
.build();
}
}
}
return getListTemplatesForUserMethod;
}
private static volatile io.grpc.MethodDescriptor getListTemplatesDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listTemplatesDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.Template.PassTemplateResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListTemplatesDeprecatedMethod() {
io.grpc.MethodDescriptor getListTemplatesDeprecatedMethod;
if ((getListTemplatesDeprecatedMethod = TemplatesGrpc.getListTemplatesDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListTemplatesDeprecatedMethod = TemplatesGrpc.getListTemplatesDeprecatedMethod) == null) {
TemplatesGrpc.getListTemplatesDeprecatedMethod = getListTemplatesDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listTemplatesDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.PassTemplateResponse.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listTemplatesDeprecated"))
.build();
}
}
}
return getListTemplatesDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getListTemplatesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listTemplates",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.Template.PassTemplateResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListTemplatesMethod() {
io.grpc.MethodDescriptor getListTemplatesMethod;
if ((getListTemplatesMethod = TemplatesGrpc.getListTemplatesMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListTemplatesMethod = TemplatesGrpc.getListTemplatesMethod) == null) {
TemplatesGrpc.getListTemplatesMethod = getListTemplatesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listTemplates"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.PassTemplateResponse.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listTemplates"))
.build();
}
}
}
return getListTemplatesMethod;
}
private static volatile io.grpc.MethodDescriptor getCountTemplatesDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countTemplatesDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountTemplatesDeprecatedMethod() {
io.grpc.MethodDescriptor getCountTemplatesDeprecatedMethod;
if ((getCountTemplatesDeprecatedMethod = TemplatesGrpc.getCountTemplatesDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountTemplatesDeprecatedMethod = TemplatesGrpc.getCountTemplatesDeprecatedMethod) == null) {
TemplatesGrpc.getCountTemplatesDeprecatedMethod = getCountTemplatesDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countTemplatesDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countTemplatesDeprecated"))
.build();
}
}
}
return getCountTemplatesDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getCountTemplatesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countTemplates",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountTemplatesMethod() {
io.grpc.MethodDescriptor getCountTemplatesMethod;
if ((getCountTemplatesMethod = TemplatesGrpc.getCountTemplatesMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountTemplatesMethod = TemplatesGrpc.getCountTemplatesMethod) == null) {
TemplatesGrpc.getCountTemplatesMethod = getCountTemplatesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countTemplates"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countTemplates"))
.build();
}
}
}
return getCountTemplatesMethod;
}
private static volatile io.grpc.MethodDescriptor getCountTemplatesForUserDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countTemplatesForUserDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountTemplatesForUserDeprecatedMethod() {
io.grpc.MethodDescriptor getCountTemplatesForUserDeprecatedMethod;
if ((getCountTemplatesForUserDeprecatedMethod = TemplatesGrpc.getCountTemplatesForUserDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountTemplatesForUserDeprecatedMethod = TemplatesGrpc.getCountTemplatesForUserDeprecatedMethod) == null) {
TemplatesGrpc.getCountTemplatesForUserDeprecatedMethod = getCountTemplatesForUserDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countTemplatesForUserDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countTemplatesForUserDeprecated"))
.build();
}
}
}
return getCountTemplatesForUserDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getCountTemplatesForUserMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countTemplatesForUser",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountTemplatesForUserMethod() {
io.grpc.MethodDescriptor getCountTemplatesForUserMethod;
if ((getCountTemplatesForUserMethod = TemplatesGrpc.getCountTemplatesForUserMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountTemplatesForUserMethod = TemplatesGrpc.getCountTemplatesForUserMethod) == null) {
TemplatesGrpc.getCountTemplatesForUserMethod = getCountTemplatesForUserMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countTemplatesForUser"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countTemplatesForUser"))
.build();
}
}
}
return getCountTemplatesForUserMethod;
}
private static volatile io.grpc.MethodDescriptor getCreateLocationMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "createLocation",
requestType = com.passkit.grpc.Proximity.GPSLocation.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateLocationMethod() {
io.grpc.MethodDescriptor getCreateLocationMethod;
if ((getCreateLocationMethod = TemplatesGrpc.getCreateLocationMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCreateLocationMethod = TemplatesGrpc.getCreateLocationMethod) == null) {
TemplatesGrpc.getCreateLocationMethod = getCreateLocationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "createLocation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.GPSLocation.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("createLocation"))
.build();
}
}
}
return getCreateLocationMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateLocationMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "updateLocation",
requestType = com.passkit.grpc.Proximity.GPSLocation.class,
responseType = com.passkit.grpc.Proximity.GPSLocation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateLocationMethod() {
io.grpc.MethodDescriptor getUpdateLocationMethod;
if ((getUpdateLocationMethod = TemplatesGrpc.getUpdateLocationMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getUpdateLocationMethod = TemplatesGrpc.getUpdateLocationMethod) == null) {
TemplatesGrpc.getUpdateLocationMethod = getUpdateLocationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "updateLocation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.GPSLocation.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.GPSLocation.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("updateLocation"))
.build();
}
}
}
return getUpdateLocationMethod;
}
private static volatile io.grpc.MethodDescriptor getGetLocationMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getLocation",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.passkit.grpc.Proximity.GPSLocation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetLocationMethod() {
io.grpc.MethodDescriptor getGetLocationMethod;
if ((getGetLocationMethod = TemplatesGrpc.getGetLocationMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getGetLocationMethod = TemplatesGrpc.getGetLocationMethod) == null) {
TemplatesGrpc.getGetLocationMethod = getGetLocationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getLocation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.GPSLocation.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("getLocation"))
.build();
}
}
}
return getGetLocationMethod;
}
private static volatile io.grpc.MethodDescriptor getListLocationsDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listLocationsDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.Proximity.GPSLocation.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListLocationsDeprecatedMethod() {
io.grpc.MethodDescriptor getListLocationsDeprecatedMethod;
if ((getListLocationsDeprecatedMethod = TemplatesGrpc.getListLocationsDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListLocationsDeprecatedMethod = TemplatesGrpc.getListLocationsDeprecatedMethod) == null) {
TemplatesGrpc.getListLocationsDeprecatedMethod = getListLocationsDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listLocationsDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.GPSLocation.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listLocationsDeprecated"))
.build();
}
}
}
return getListLocationsDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getListLocationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listLocations",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.Proximity.GPSLocation.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListLocationsMethod() {
io.grpc.MethodDescriptor getListLocationsMethod;
if ((getListLocationsMethod = TemplatesGrpc.getListLocationsMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListLocationsMethod = TemplatesGrpc.getListLocationsMethod) == null) {
TemplatesGrpc.getListLocationsMethod = getListLocationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listLocations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.GPSLocation.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listLocations"))
.build();
}
}
}
return getListLocationsMethod;
}
private static volatile io.grpc.MethodDescriptor getCopyLocationMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "copyLocation",
requestType = com.passkit.grpc.Template.CopyObjectInput.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCopyLocationMethod() {
io.grpc.MethodDescriptor getCopyLocationMethod;
if ((getCopyLocationMethod = TemplatesGrpc.getCopyLocationMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCopyLocationMethod = TemplatesGrpc.getCopyLocationMethod) == null) {
TemplatesGrpc.getCopyLocationMethod = getCopyLocationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "copyLocation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.CopyObjectInput.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("copyLocation"))
.build();
}
}
}
return getCopyLocationMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteLocationMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteLocation",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteLocationMethod() {
io.grpc.MethodDescriptor getDeleteLocationMethod;
if ((getDeleteLocationMethod = TemplatesGrpc.getDeleteLocationMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getDeleteLocationMethod = TemplatesGrpc.getDeleteLocationMethod) == null) {
TemplatesGrpc.getDeleteLocationMethod = getDeleteLocationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteLocation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("deleteLocation"))
.build();
}
}
}
return getDeleteLocationMethod;
}
private static volatile io.grpc.MethodDescriptor getCountLocationsDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countLocationsDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountLocationsDeprecatedMethod() {
io.grpc.MethodDescriptor getCountLocationsDeprecatedMethod;
if ((getCountLocationsDeprecatedMethod = TemplatesGrpc.getCountLocationsDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountLocationsDeprecatedMethod = TemplatesGrpc.getCountLocationsDeprecatedMethod) == null) {
TemplatesGrpc.getCountLocationsDeprecatedMethod = getCountLocationsDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countLocationsDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countLocationsDeprecated"))
.build();
}
}
}
return getCountLocationsDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getCountLocationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countLocations",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountLocationsMethod() {
io.grpc.MethodDescriptor getCountLocationsMethod;
if ((getCountLocationsMethod = TemplatesGrpc.getCountLocationsMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountLocationsMethod = TemplatesGrpc.getCountLocationsMethod) == null) {
TemplatesGrpc.getCountLocationsMethod = getCountLocationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countLocations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countLocations"))
.build();
}
}
}
return getCountLocationsMethod;
}
private static volatile io.grpc.MethodDescriptor getCreateBeaconMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "createBeacon",
requestType = com.passkit.grpc.Proximity.Beacon.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateBeaconMethod() {
io.grpc.MethodDescriptor getCreateBeaconMethod;
if ((getCreateBeaconMethod = TemplatesGrpc.getCreateBeaconMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCreateBeaconMethod = TemplatesGrpc.getCreateBeaconMethod) == null) {
TemplatesGrpc.getCreateBeaconMethod = getCreateBeaconMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "createBeacon"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.Beacon.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("createBeacon"))
.build();
}
}
}
return getCreateBeaconMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateBeaconMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "updateBeacon",
requestType = com.passkit.grpc.Proximity.Beacon.class,
responseType = com.passkit.grpc.Proximity.Beacon.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateBeaconMethod() {
io.grpc.MethodDescriptor getUpdateBeaconMethod;
if ((getUpdateBeaconMethod = TemplatesGrpc.getUpdateBeaconMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getUpdateBeaconMethod = TemplatesGrpc.getUpdateBeaconMethod) == null) {
TemplatesGrpc.getUpdateBeaconMethod = getUpdateBeaconMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "updateBeacon"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.Beacon.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.Beacon.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("updateBeacon"))
.build();
}
}
}
return getUpdateBeaconMethod;
}
private static volatile io.grpc.MethodDescriptor getGetBeaconMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getBeacon",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.passkit.grpc.Proximity.Beacon.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetBeaconMethod() {
io.grpc.MethodDescriptor getGetBeaconMethod;
if ((getGetBeaconMethod = TemplatesGrpc.getGetBeaconMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getGetBeaconMethod = TemplatesGrpc.getGetBeaconMethod) == null) {
TemplatesGrpc.getGetBeaconMethod = getGetBeaconMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getBeacon"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.Beacon.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("getBeacon"))
.build();
}
}
}
return getGetBeaconMethod;
}
private static volatile io.grpc.MethodDescriptor getListBeaconsDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listBeaconsDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.Proximity.Beacon.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListBeaconsDeprecatedMethod() {
io.grpc.MethodDescriptor getListBeaconsDeprecatedMethod;
if ((getListBeaconsDeprecatedMethod = TemplatesGrpc.getListBeaconsDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListBeaconsDeprecatedMethod = TemplatesGrpc.getListBeaconsDeprecatedMethod) == null) {
TemplatesGrpc.getListBeaconsDeprecatedMethod = getListBeaconsDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listBeaconsDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.Beacon.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listBeaconsDeprecated"))
.build();
}
}
}
return getListBeaconsDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getListBeaconsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listBeacons",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.Proximity.Beacon.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListBeaconsMethod() {
io.grpc.MethodDescriptor getListBeaconsMethod;
if ((getListBeaconsMethod = TemplatesGrpc.getListBeaconsMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListBeaconsMethod = TemplatesGrpc.getListBeaconsMethod) == null) {
TemplatesGrpc.getListBeaconsMethod = getListBeaconsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listBeacons"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Proximity.Beacon.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listBeacons"))
.build();
}
}
}
return getListBeaconsMethod;
}
private static volatile io.grpc.MethodDescriptor getCopyBeaconMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "copyBeacon",
requestType = com.passkit.grpc.Template.CopyObjectInput.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCopyBeaconMethod() {
io.grpc.MethodDescriptor getCopyBeaconMethod;
if ((getCopyBeaconMethod = TemplatesGrpc.getCopyBeaconMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCopyBeaconMethod = TemplatesGrpc.getCopyBeaconMethod) == null) {
TemplatesGrpc.getCopyBeaconMethod = getCopyBeaconMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "copyBeacon"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.CopyObjectInput.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("copyBeacon"))
.build();
}
}
}
return getCopyBeaconMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteBeaconMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteBeacon",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteBeaconMethod() {
io.grpc.MethodDescriptor getDeleteBeaconMethod;
if ((getDeleteBeaconMethod = TemplatesGrpc.getDeleteBeaconMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getDeleteBeaconMethod = TemplatesGrpc.getDeleteBeaconMethod) == null) {
TemplatesGrpc.getDeleteBeaconMethod = getDeleteBeaconMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteBeacon"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("deleteBeacon"))
.build();
}
}
}
return getDeleteBeaconMethod;
}
private static volatile io.grpc.MethodDescriptor getCountBeaconsDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countBeaconsDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountBeaconsDeprecatedMethod() {
io.grpc.MethodDescriptor getCountBeaconsDeprecatedMethod;
if ((getCountBeaconsDeprecatedMethod = TemplatesGrpc.getCountBeaconsDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountBeaconsDeprecatedMethod = TemplatesGrpc.getCountBeaconsDeprecatedMethod) == null) {
TemplatesGrpc.getCountBeaconsDeprecatedMethod = getCountBeaconsDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countBeaconsDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countBeaconsDeprecated"))
.build();
}
}
}
return getCountBeaconsDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getCountBeaconsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countBeacons",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountBeaconsMethod() {
io.grpc.MethodDescriptor getCountBeaconsMethod;
if ((getCountBeaconsMethod = TemplatesGrpc.getCountBeaconsMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountBeaconsMethod = TemplatesGrpc.getCountBeaconsMethod) == null) {
TemplatesGrpc.getCountBeaconsMethod = getCountBeaconsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countBeacons"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countBeacons"))
.build();
}
}
}
return getCountBeaconsMethod;
}
private static volatile io.grpc.MethodDescriptor getCreateLinkMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "createLink",
requestType = com.passkit.grpc.Links.Link.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCreateLinkMethod() {
io.grpc.MethodDescriptor getCreateLinkMethod;
if ((getCreateLinkMethod = TemplatesGrpc.getCreateLinkMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCreateLinkMethod = TemplatesGrpc.getCreateLinkMethod) == null) {
TemplatesGrpc.getCreateLinkMethod = getCreateLinkMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "createLink"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Links.Link.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("createLink"))
.build();
}
}
}
return getCreateLinkMethod;
}
private static volatile io.grpc.MethodDescriptor getUpdateLinkMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "updateLink",
requestType = com.passkit.grpc.Links.Link.class,
responseType = com.passkit.grpc.Links.Link.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getUpdateLinkMethod() {
io.grpc.MethodDescriptor getUpdateLinkMethod;
if ((getUpdateLinkMethod = TemplatesGrpc.getUpdateLinkMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getUpdateLinkMethod = TemplatesGrpc.getUpdateLinkMethod) == null) {
TemplatesGrpc.getUpdateLinkMethod = getUpdateLinkMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "updateLink"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Links.Link.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Links.Link.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("updateLink"))
.build();
}
}
}
return getUpdateLinkMethod;
}
private static volatile io.grpc.MethodDescriptor getGetLinkMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "getLink",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.passkit.grpc.Links.Link.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetLinkMethod() {
io.grpc.MethodDescriptor getGetLinkMethod;
if ((getGetLinkMethod = TemplatesGrpc.getGetLinkMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getGetLinkMethod = TemplatesGrpc.getGetLinkMethod) == null) {
TemplatesGrpc.getGetLinkMethod = getGetLinkMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "getLink"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Links.Link.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("getLink"))
.build();
}
}
}
return getGetLinkMethod;
}
private static volatile io.grpc.MethodDescriptor getListLinksDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listLinksDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.Links.Link.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListLinksDeprecatedMethod() {
io.grpc.MethodDescriptor getListLinksDeprecatedMethod;
if ((getListLinksDeprecatedMethod = TemplatesGrpc.getListLinksDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListLinksDeprecatedMethod = TemplatesGrpc.getListLinksDeprecatedMethod) == null) {
TemplatesGrpc.getListLinksDeprecatedMethod = getListLinksDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listLinksDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Links.Link.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listLinksDeprecated"))
.build();
}
}
}
return getListLinksDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getListLinksMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "listLinks",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.Links.Link.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getListLinksMethod() {
io.grpc.MethodDescriptor getListLinksMethod;
if ((getListLinksMethod = TemplatesGrpc.getListLinksMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getListLinksMethod = TemplatesGrpc.getListLinksMethod) == null) {
TemplatesGrpc.getListLinksMethod = getListLinksMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "listLinks"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Links.Link.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("listLinks"))
.build();
}
}
}
return getListLinksMethod;
}
private static volatile io.grpc.MethodDescriptor getCopyLinkMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "copyLink",
requestType = com.passkit.grpc.Template.CopyObjectInput.class,
responseType = com.passkit.grpc.CommonObjects.Id.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCopyLinkMethod() {
io.grpc.MethodDescriptor getCopyLinkMethod;
if ((getCopyLinkMethod = TemplatesGrpc.getCopyLinkMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCopyLinkMethod = TemplatesGrpc.getCopyLinkMethod) == null) {
TemplatesGrpc.getCopyLinkMethod = getCopyLinkMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "copyLink"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Template.CopyObjectInput.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("copyLink"))
.build();
}
}
}
return getCopyLinkMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteLinkMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "deleteLink",
requestType = com.passkit.grpc.CommonObjects.Id.class,
responseType = com.google.protobuf.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteLinkMethod() {
io.grpc.MethodDescriptor getDeleteLinkMethod;
if ((getDeleteLinkMethod = TemplatesGrpc.getDeleteLinkMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getDeleteLinkMethod = TemplatesGrpc.getDeleteLinkMethod) == null) {
TemplatesGrpc.getDeleteLinkMethod = getDeleteLinkMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "deleteLink"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Id.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("deleteLink"))
.build();
}
}
}
return getDeleteLinkMethod;
}
private static volatile io.grpc.MethodDescriptor getCountLinksDeprecatedMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countLinksDeprecated",
requestType = com.passkit.grpc.PaginationOuterClass.Pagination.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountLinksDeprecatedMethod() {
io.grpc.MethodDescriptor getCountLinksDeprecatedMethod;
if ((getCountLinksDeprecatedMethod = TemplatesGrpc.getCountLinksDeprecatedMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountLinksDeprecatedMethod = TemplatesGrpc.getCountLinksDeprecatedMethod) == null) {
TemplatesGrpc.getCountLinksDeprecatedMethod = getCountLinksDeprecatedMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countLinksDeprecated"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.PaginationOuterClass.Pagination.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countLinksDeprecated"))
.build();
}
}
}
return getCountLinksDeprecatedMethod;
}
private static volatile io.grpc.MethodDescriptor getCountLinksMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "countLinks",
requestType = com.passkit.grpc.Filter.Filters.class,
responseType = com.passkit.grpc.CommonObjects.Count.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCountLinksMethod() {
io.grpc.MethodDescriptor getCountLinksMethod;
if ((getCountLinksMethod = TemplatesGrpc.getCountLinksMethod) == null) {
synchronized (TemplatesGrpc.class) {
if ((getCountLinksMethod = TemplatesGrpc.getCountLinksMethod) == null) {
TemplatesGrpc.getCountLinksMethod = getCountLinksMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "countLinks"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.Filter.Filters.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.passkit.grpc.CommonObjects.Count.getDefaultInstance()))
.setSchemaDescriptor(new TemplatesMethodDescriptorSupplier("countLinks"))
.build();
}
}
}
return getCountLinksMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static TemplatesStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public TemplatesStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new TemplatesStub(channel, callOptions);
}
};
return TemplatesStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static TemplatesBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public TemplatesBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new TemplatesBlockingStub(channel, callOptions);
}
};
return TemplatesBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static TemplatesFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public TemplatesFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new TemplatesFutureStub(channel, callOptions);
}
};
return TemplatesFutureStub.newStub(factory, channel);
}
/**
*/
public static abstract class TemplatesImplBase implements io.grpc.BindableService {
/**
*/
public void createTemplate(com.passkit.grpc.Template.PassTemplate request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCreateTemplateMethod(), responseObserver);
}
/**
*/
public void updateTemplate(com.passkit.grpc.Template.PassTemplate request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getUpdateTemplateMethod(), responseObserver);
}
/**
*/
public void getTemplate(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetTemplateMethod(), responseObserver);
}
/**
*/
public void getDefaultTemplate(com.passkit.grpc.Template.DefaultTemplateRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetDefaultTemplateMethod(), responseObserver);
}
/**
*/
public void copyTemplate(com.passkit.grpc.Template.CopyObjectInput request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCopyTemplateMethod(), responseObserver);
}
/**
*/
public void deleteTemplate(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteTemplateMethod(), responseObserver);
}
/**
*/
public void listTemplatesForUserDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListTemplatesForUserDeprecatedMethod(), responseObserver);
}
/**
*/
public void listTemplatesForUser(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListTemplatesForUserMethod(), responseObserver);
}
/**
*/
public void listTemplatesDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListTemplatesDeprecatedMethod(), responseObserver);
}
/**
*/
public void listTemplates(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListTemplatesMethod(), responseObserver);
}
/**
*/
public void countTemplatesDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountTemplatesDeprecatedMethod(), responseObserver);
}
/**
*/
public void countTemplates(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountTemplatesMethod(), responseObserver);
}
/**
*/
public void countTemplatesForUserDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountTemplatesForUserDeprecatedMethod(), responseObserver);
}
/**
*/
public void countTemplatesForUser(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountTemplatesForUserMethod(), responseObserver);
}
/**
*/
public void createLocation(com.passkit.grpc.Proximity.GPSLocation request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCreateLocationMethod(), responseObserver);
}
/**
*/
public void updateLocation(com.passkit.grpc.Proximity.GPSLocation request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getUpdateLocationMethod(), responseObserver);
}
/**
*/
public void getLocation(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetLocationMethod(), responseObserver);
}
/**
*/
public void listLocationsDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListLocationsDeprecatedMethod(), responseObserver);
}
/**
*/
public void listLocations(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListLocationsMethod(), responseObserver);
}
/**
*/
public void copyLocation(com.passkit.grpc.Template.CopyObjectInput request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCopyLocationMethod(), responseObserver);
}
/**
*/
public void deleteLocation(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteLocationMethod(), responseObserver);
}
/**
*/
public void countLocationsDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountLocationsDeprecatedMethod(), responseObserver);
}
/**
*/
public void countLocations(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountLocationsMethod(), responseObserver);
}
/**
*/
public void createBeacon(com.passkit.grpc.Proximity.Beacon request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCreateBeaconMethod(), responseObserver);
}
/**
*/
public void updateBeacon(com.passkit.grpc.Proximity.Beacon request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getUpdateBeaconMethod(), responseObserver);
}
/**
*/
public void getBeacon(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetBeaconMethod(), responseObserver);
}
/**
*/
public void listBeaconsDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListBeaconsDeprecatedMethod(), responseObserver);
}
/**
*/
public void listBeacons(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListBeaconsMethod(), responseObserver);
}
/**
*/
public void copyBeacon(com.passkit.grpc.Template.CopyObjectInput request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCopyBeaconMethod(), responseObserver);
}
/**
*/
public void deleteBeacon(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteBeaconMethod(), responseObserver);
}
/**
*/
public void countBeaconsDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountBeaconsDeprecatedMethod(), responseObserver);
}
/**
*/
public void countBeacons(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountBeaconsMethod(), responseObserver);
}
/**
*/
public void createLink(com.passkit.grpc.Links.Link request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCreateLinkMethod(), responseObserver);
}
/**
*/
public void updateLink(com.passkit.grpc.Links.Link request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getUpdateLinkMethod(), responseObserver);
}
/**
*/
public void getLink(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetLinkMethod(), responseObserver);
}
/**
*/
public void listLinksDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListLinksDeprecatedMethod(), responseObserver);
}
/**
*/
public void listLinks(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getListLinksMethod(), responseObserver);
}
/**
*/
public void copyLink(com.passkit.grpc.Template.CopyObjectInput request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCopyLinkMethod(), responseObserver);
}
/**
*/
public void deleteLink(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteLinkMethod(), responseObserver);
}
/**
*/
public void countLinksDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountLinksDeprecatedMethod(), responseObserver);
}
/**
*/
public void countLinks(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCountLinksMethod(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getCreateTemplateMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Template.PassTemplate,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_CREATE_TEMPLATE)))
.addMethod(
getUpdateTemplateMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Template.PassTemplate,
com.passkit.grpc.Template.PassTemplate>(
this, METHODID_UPDATE_TEMPLATE)))
.addMethod(
getGetTemplateMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.passkit.grpc.Template.PassTemplateResponse>(
this, METHODID_GET_TEMPLATE)))
.addMethod(
getGetDefaultTemplateMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Template.DefaultTemplateRequest,
com.passkit.grpc.Template.PassTemplate>(
this, METHODID_GET_DEFAULT_TEMPLATE)))
.addMethod(
getCopyTemplateMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Template.CopyObjectInput,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_COPY_TEMPLATE)))
.addMethod(
getDeleteTemplateMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.google.protobuf.Empty>(
this, METHODID_DELETE_TEMPLATE)))
.addMethod(
getListTemplatesForUserDeprecatedMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.Template.PassTemplateResponse>(
this, METHODID_LIST_TEMPLATES_FOR_USER_DEPRECATED)))
.addMethod(
getListTemplatesForUserMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.Template.PassTemplateResponse>(
this, METHODID_LIST_TEMPLATES_FOR_USER)))
.addMethod(
getListTemplatesDeprecatedMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.Template.PassTemplateResponse>(
this, METHODID_LIST_TEMPLATES_DEPRECATED)))
.addMethod(
getListTemplatesMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.Template.PassTemplateResponse>(
this, METHODID_LIST_TEMPLATES)))
.addMethod(
getCountTemplatesDeprecatedMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_TEMPLATES_DEPRECATED)))
.addMethod(
getCountTemplatesMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_TEMPLATES)))
.addMethod(
getCountTemplatesForUserDeprecatedMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_TEMPLATES_FOR_USER_DEPRECATED)))
.addMethod(
getCountTemplatesForUserMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_TEMPLATES_FOR_USER)))
.addMethod(
getCreateLocationMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Proximity.GPSLocation,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_CREATE_LOCATION)))
.addMethod(
getUpdateLocationMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Proximity.GPSLocation,
com.passkit.grpc.Proximity.GPSLocation>(
this, METHODID_UPDATE_LOCATION)))
.addMethod(
getGetLocationMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.passkit.grpc.Proximity.GPSLocation>(
this, METHODID_GET_LOCATION)))
.addMethod(
getListLocationsDeprecatedMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.Proximity.GPSLocation>(
this, METHODID_LIST_LOCATIONS_DEPRECATED)))
.addMethod(
getListLocationsMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.Proximity.GPSLocation>(
this, METHODID_LIST_LOCATIONS)))
.addMethod(
getCopyLocationMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Template.CopyObjectInput,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_COPY_LOCATION)))
.addMethod(
getDeleteLocationMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.google.protobuf.Empty>(
this, METHODID_DELETE_LOCATION)))
.addMethod(
getCountLocationsDeprecatedMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_LOCATIONS_DEPRECATED)))
.addMethod(
getCountLocationsMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_LOCATIONS)))
.addMethod(
getCreateBeaconMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Proximity.Beacon,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_CREATE_BEACON)))
.addMethod(
getUpdateBeaconMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Proximity.Beacon,
com.passkit.grpc.Proximity.Beacon>(
this, METHODID_UPDATE_BEACON)))
.addMethod(
getGetBeaconMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.passkit.grpc.Proximity.Beacon>(
this, METHODID_GET_BEACON)))
.addMethod(
getListBeaconsDeprecatedMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.Proximity.Beacon>(
this, METHODID_LIST_BEACONS_DEPRECATED)))
.addMethod(
getListBeaconsMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.Proximity.Beacon>(
this, METHODID_LIST_BEACONS)))
.addMethod(
getCopyBeaconMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Template.CopyObjectInput,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_COPY_BEACON)))
.addMethod(
getDeleteBeaconMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.google.protobuf.Empty>(
this, METHODID_DELETE_BEACON)))
.addMethod(
getCountBeaconsDeprecatedMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_BEACONS_DEPRECATED)))
.addMethod(
getCountBeaconsMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_BEACONS)))
.addMethod(
getCreateLinkMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Links.Link,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_CREATE_LINK)))
.addMethod(
getUpdateLinkMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Links.Link,
com.passkit.grpc.Links.Link>(
this, METHODID_UPDATE_LINK)))
.addMethod(
getGetLinkMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.passkit.grpc.Links.Link>(
this, METHODID_GET_LINK)))
.addMethod(
getListLinksDeprecatedMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.Links.Link>(
this, METHODID_LIST_LINKS_DEPRECATED)))
.addMethod(
getListLinksMethod(),
asyncServerStreamingCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.Links.Link>(
this, METHODID_LIST_LINKS)))
.addMethod(
getCopyLinkMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Template.CopyObjectInput,
com.passkit.grpc.CommonObjects.Id>(
this, METHODID_COPY_LINK)))
.addMethod(
getDeleteLinkMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.CommonObjects.Id,
com.google.protobuf.Empty>(
this, METHODID_DELETE_LINK)))
.addMethod(
getCountLinksDeprecatedMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.PaginationOuterClass.Pagination,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_LINKS_DEPRECATED)))
.addMethod(
getCountLinksMethod(),
asyncUnaryCall(
new MethodHandlers<
com.passkit.grpc.Filter.Filters,
com.passkit.grpc.CommonObjects.Count>(
this, METHODID_COUNT_LINKS)))
.build();
}
}
/**
*/
public static final class TemplatesStub extends io.grpc.stub.AbstractAsyncStub {
private TemplatesStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected TemplatesStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new TemplatesStub(channel, callOptions);
}
/**
*/
public void createTemplate(com.passkit.grpc.Template.PassTemplate request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCreateTemplateMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateTemplate(com.passkit.grpc.Template.PassTemplate request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getUpdateTemplateMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getTemplate(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetTemplateMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getDefaultTemplate(com.passkit.grpc.Template.DefaultTemplateRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetDefaultTemplateMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void copyTemplate(com.passkit.grpc.Template.CopyObjectInput request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCopyTemplateMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteTemplate(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getDeleteTemplateMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listTemplatesForUserDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListTemplatesForUserDeprecatedMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listTemplatesForUser(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListTemplatesForUserMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listTemplatesDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListTemplatesDeprecatedMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listTemplates(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListTemplatesMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void countTemplatesDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCountTemplatesDeprecatedMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void countTemplates(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCountTemplatesMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void countTemplatesForUserDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCountTemplatesForUserDeprecatedMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void countTemplatesForUser(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCountTemplatesForUserMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void createLocation(com.passkit.grpc.Proximity.GPSLocation request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCreateLocationMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateLocation(com.passkit.grpc.Proximity.GPSLocation request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getUpdateLocationMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getLocation(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetLocationMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listLocationsDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListLocationsDeprecatedMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listLocations(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListLocationsMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void copyLocation(com.passkit.grpc.Template.CopyObjectInput request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCopyLocationMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteLocation(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getDeleteLocationMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void countLocationsDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCountLocationsDeprecatedMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void countLocations(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCountLocationsMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void createBeacon(com.passkit.grpc.Proximity.Beacon request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCreateBeaconMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateBeacon(com.passkit.grpc.Proximity.Beacon request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getUpdateBeaconMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getBeacon(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetBeaconMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listBeaconsDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListBeaconsDeprecatedMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listBeacons(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListBeaconsMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void copyBeacon(com.passkit.grpc.Template.CopyObjectInput request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCopyBeaconMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteBeacon(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getDeleteBeaconMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void countBeaconsDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCountBeaconsDeprecatedMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void countBeacons(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCountBeaconsMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void createLink(com.passkit.grpc.Links.Link request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCreateLinkMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateLink(com.passkit.grpc.Links.Link request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getUpdateLinkMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getLink(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getGetLinkMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listLinksDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListLinksDeprecatedMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void listLinks(com.passkit.grpc.Filter.Filters request,
io.grpc.stub.StreamObserver responseObserver) {
asyncServerStreamingCall(
getChannel().newCall(getListLinksMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void copyLink(com.passkit.grpc.Template.CopyObjectInput request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCopyLinkMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteLink(com.passkit.grpc.CommonObjects.Id request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getDeleteLinkMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void countLinksDeprecated(com.passkit.grpc.PaginationOuterClass.Pagination request,
io.grpc.stub.StreamObserver