main.grpc.com.streamlayer.analytics.statistics.v1.StatisticsGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
package com.streamlayer.analytics.statistics.v1;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: streamlayer/analytics/v1/statistics/statistics.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class StatisticsGrpc {
private StatisticsGrpc() {}
public static final java.lang.String SERVICE_NAME = "streamlayer.analytics.v1.statistics.Statistics";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getAuthenticationsTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "AuthenticationsTotal",
requestType = com.streamlayer.analytics.authentications.v1.TotalAuthenticationsRequest.class,
responseType = com.streamlayer.analytics.authentications.v1.TotalAuthenticationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getAuthenticationsTotalMethod() {
io.grpc.MethodDescriptor getAuthenticationsTotalMethod;
if ((getAuthenticationsTotalMethod = StatisticsGrpc.getAuthenticationsTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getAuthenticationsTotalMethod = StatisticsGrpc.getAuthenticationsTotalMethod) == null) {
StatisticsGrpc.getAuthenticationsTotalMethod = getAuthenticationsTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "AuthenticationsTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.authentications.v1.TotalAuthenticationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.authentications.v1.TotalAuthenticationsResponse.getDefaultInstance()))
.build();
}
}
}
return getAuthenticationsTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getAuthenticationsSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "AuthenticationsSend",
requestType = com.streamlayer.analytics.authentications.v1.SendAuthenticationsRequest.class,
responseType = com.streamlayer.analytics.authentications.v1.SendAuthenticationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getAuthenticationsSendMethod() {
io.grpc.MethodDescriptor getAuthenticationsSendMethod;
if ((getAuthenticationsSendMethod = StatisticsGrpc.getAuthenticationsSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getAuthenticationsSendMethod = StatisticsGrpc.getAuthenticationsSendMethod) == null) {
StatisticsGrpc.getAuthenticationsSendMethod = getAuthenticationsSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "AuthenticationsSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.authentications.v1.SendAuthenticationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.authentications.v1.SendAuthenticationsResponse.getDefaultInstance()))
.build();
}
}
}
return getAuthenticationsSendMethod;
}
private static volatile io.grpc.MethodDescriptor getCallsTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "CallsTotal",
requestType = com.streamlayer.analytics.calls.v1.TotalCallsRequest.class,
responseType = com.streamlayer.analytics.calls.v1.TotalCallsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCallsTotalMethod() {
io.grpc.MethodDescriptor getCallsTotalMethod;
if ((getCallsTotalMethod = StatisticsGrpc.getCallsTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getCallsTotalMethod = StatisticsGrpc.getCallsTotalMethod) == null) {
StatisticsGrpc.getCallsTotalMethod = getCallsTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "CallsTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.TotalCallsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.TotalCallsResponse.getDefaultInstance()))
.build();
}
}
}
return getCallsTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getCallsTotalParticipantsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "CallsTotalParticipants",
requestType = com.streamlayer.analytics.calls.v1.TotalParticipantsRequest.class,
responseType = com.streamlayer.analytics.calls.v1.TotalParticipantsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCallsTotalParticipantsMethod() {
io.grpc.MethodDescriptor getCallsTotalParticipantsMethod;
if ((getCallsTotalParticipantsMethod = StatisticsGrpc.getCallsTotalParticipantsMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getCallsTotalParticipantsMethod = StatisticsGrpc.getCallsTotalParticipantsMethod) == null) {
StatisticsGrpc.getCallsTotalParticipantsMethod = getCallsTotalParticipantsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "CallsTotalParticipants"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.TotalParticipantsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.TotalParticipantsResponse.getDefaultInstance()))
.build();
}
}
}
return getCallsTotalParticipantsMethod;
}
private static volatile io.grpc.MethodDescriptor getCallsTotalGroupParticipantsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "CallsTotalGroupParticipants",
requestType = com.streamlayer.analytics.calls.v1.TotalParticipantsRequest.class,
responseType = com.streamlayer.analytics.calls.v1.TotalParticipantsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCallsTotalGroupParticipantsMethod() {
io.grpc.MethodDescriptor getCallsTotalGroupParticipantsMethod;
if ((getCallsTotalGroupParticipantsMethod = StatisticsGrpc.getCallsTotalGroupParticipantsMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getCallsTotalGroupParticipantsMethod = StatisticsGrpc.getCallsTotalGroupParticipantsMethod) == null) {
StatisticsGrpc.getCallsTotalGroupParticipantsMethod = getCallsTotalGroupParticipantsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "CallsTotalGroupParticipants"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.TotalParticipantsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.TotalParticipantsResponse.getDefaultInstance()))
.build();
}
}
}
return getCallsTotalGroupParticipantsMethod;
}
private static volatile io.grpc.MethodDescriptor getCallsSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "CallsSend",
requestType = com.streamlayer.analytics.calls.v1.SendCallsRequest.class,
responseType = com.streamlayer.analytics.calls.v1.SendCallsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCallsSendMethod() {
io.grpc.MethodDescriptor getCallsSendMethod;
if ((getCallsSendMethod = StatisticsGrpc.getCallsSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getCallsSendMethod = StatisticsGrpc.getCallsSendMethod) == null) {
StatisticsGrpc.getCallsSendMethod = getCallsSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "CallsSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.SendCallsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.SendCallsResponse.getDefaultInstance()))
.build();
}
}
}
return getCallsSendMethod;
}
private static volatile io.grpc.MethodDescriptor getCallsSessionDurationAvgMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "CallsSessionDurationAvg",
requestType = com.streamlayer.analytics.calls.v1.SessionDurationAvgRequest.class,
responseType = com.streamlayer.analytics.calls.v1.SessionDurationAvgResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getCallsSessionDurationAvgMethod() {
io.grpc.MethodDescriptor getCallsSessionDurationAvgMethod;
if ((getCallsSessionDurationAvgMethod = StatisticsGrpc.getCallsSessionDurationAvgMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getCallsSessionDurationAvgMethod = StatisticsGrpc.getCallsSessionDurationAvgMethod) == null) {
StatisticsGrpc.getCallsSessionDurationAvgMethod = getCallsSessionDurationAvgMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "CallsSessionDurationAvg"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.SessionDurationAvgRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.calls.v1.SessionDurationAvgResponse.getDefaultInstance()))
.build();
}
}
}
return getCallsSessionDurationAvgMethod;
}
private static volatile io.grpc.MethodDescriptor getConversationsTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ConversationsTotal",
requestType = com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.class,
responseType = com.streamlayer.analytics.conversations.v1.TotalConversationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getConversationsTotalMethod() {
io.grpc.MethodDescriptor getConversationsTotalMethod;
if ((getConversationsTotalMethod = StatisticsGrpc.getConversationsTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getConversationsTotalMethod = StatisticsGrpc.getConversationsTotalMethod) == null) {
StatisticsGrpc.getConversationsTotalMethod = getConversationsTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConversationsTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.TotalConversationsResponse.getDefaultInstance()))
.build();
}
}
}
return getConversationsTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getConversationsTotalParticipantsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ConversationsTotalParticipants",
requestType = com.streamlayer.analytics.conversations.v1.TotalParticipantsRequest.class,
responseType = com.streamlayer.analytics.conversations.v1.TotalParticipantsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getConversationsTotalParticipantsMethod() {
io.grpc.MethodDescriptor getConversationsTotalParticipantsMethod;
if ((getConversationsTotalParticipantsMethod = StatisticsGrpc.getConversationsTotalParticipantsMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getConversationsTotalParticipantsMethod = StatisticsGrpc.getConversationsTotalParticipantsMethod) == null) {
StatisticsGrpc.getConversationsTotalParticipantsMethod = getConversationsTotalParticipantsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConversationsTotalParticipants"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.TotalParticipantsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.TotalParticipantsResponse.getDefaultInstance()))
.build();
}
}
}
return getConversationsTotalParticipantsMethod;
}
private static volatile io.grpc.MethodDescriptor getConversationsTotalGroupParticipantsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ConversationsTotalGroupParticipants",
requestType = com.streamlayer.analytics.conversations.v1.TotalParticipantsRequest.class,
responseType = com.streamlayer.analytics.conversations.v1.TotalParticipantsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getConversationsTotalGroupParticipantsMethod() {
io.grpc.MethodDescriptor getConversationsTotalGroupParticipantsMethod;
if ((getConversationsTotalGroupParticipantsMethod = StatisticsGrpc.getConversationsTotalGroupParticipantsMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getConversationsTotalGroupParticipantsMethod = StatisticsGrpc.getConversationsTotalGroupParticipantsMethod) == null) {
StatisticsGrpc.getConversationsTotalGroupParticipantsMethod = getConversationsTotalGroupParticipantsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConversationsTotalGroupParticipants"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.TotalParticipantsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.TotalParticipantsResponse.getDefaultInstance()))
.build();
}
}
}
return getConversationsTotalGroupParticipantsMethod;
}
private static volatile io.grpc.MethodDescriptor getConversationsSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ConversationsSend",
requestType = com.streamlayer.analytics.conversations.v1.SendConversationsRequest.class,
responseType = com.streamlayer.analytics.conversations.v1.SendConversationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getConversationsSendMethod() {
io.grpc.MethodDescriptor getConversationsSendMethod;
if ((getConversationsSendMethod = StatisticsGrpc.getConversationsSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getConversationsSendMethod = StatisticsGrpc.getConversationsSendMethod) == null) {
StatisticsGrpc.getConversationsSendMethod = getConversationsSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConversationsSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.SendConversationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.SendConversationsResponse.getDefaultInstance()))
.build();
}
}
}
return getConversationsSendMethod;
}
private static volatile io.grpc.MethodDescriptor getConversationsSessionDurationAvgMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ConversationsSessionDurationAvg",
requestType = com.streamlayer.analytics.conversations.v1.SessionDurationAvgRequest.class,
responseType = com.streamlayer.analytics.conversations.v1.SessionDurationAvgResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getConversationsSessionDurationAvgMethod() {
io.grpc.MethodDescriptor getConversationsSessionDurationAvgMethod;
if ((getConversationsSessionDurationAvgMethod = StatisticsGrpc.getConversationsSessionDurationAvgMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getConversationsSessionDurationAvgMethod = StatisticsGrpc.getConversationsSessionDurationAvgMethod) == null) {
StatisticsGrpc.getConversationsSessionDurationAvgMethod = getConversationsSessionDurationAvgMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConversationsSessionDurationAvg"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.SessionDurationAvgRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.conversations.v1.SessionDurationAvgResponse.getDefaultInstance()))
.build();
}
}
}
return getConversationsSessionDurationAvgMethod;
}
private static volatile io.grpc.MethodDescriptor getEngagementsTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "EngagementsTotal",
requestType = com.streamlayer.analytics.engagements.v1.TotalEngagementsRequest.class,
responseType = com.streamlayer.analytics.engagements.v1.TotalEngagementsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getEngagementsTotalMethod() {
io.grpc.MethodDescriptor getEngagementsTotalMethod;
if ((getEngagementsTotalMethod = StatisticsGrpc.getEngagementsTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getEngagementsTotalMethod = StatisticsGrpc.getEngagementsTotalMethod) == null) {
StatisticsGrpc.getEngagementsTotalMethod = getEngagementsTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "EngagementsTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.engagements.v1.TotalEngagementsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.engagements.v1.TotalEngagementsResponse.getDefaultInstance()))
.build();
}
}
}
return getEngagementsTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getEngagementsTotalByCategoriesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "EngagementsTotalByCategories",
requestType = com.streamlayer.analytics.engagements.v1.TotalByCategoriesRequest.class,
responseType = com.streamlayer.analytics.engagements.v1.TotalByCategoriesResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getEngagementsTotalByCategoriesMethod() {
io.grpc.MethodDescriptor getEngagementsTotalByCategoriesMethod;
if ((getEngagementsTotalByCategoriesMethod = StatisticsGrpc.getEngagementsTotalByCategoriesMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getEngagementsTotalByCategoriesMethod = StatisticsGrpc.getEngagementsTotalByCategoriesMethod) == null) {
StatisticsGrpc.getEngagementsTotalByCategoriesMethod = getEngagementsTotalByCategoriesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "EngagementsTotalByCategories"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.engagements.v1.TotalByCategoriesRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.engagements.v1.TotalByCategoriesResponse.getDefaultInstance()))
.build();
}
}
}
return getEngagementsTotalByCategoriesMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalEngagementsByTimeLineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalEngagementsByTimeLine",
requestType = com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.class,
responseType = com.streamlayer.analytics.engagements.v1.TotalByTimeLineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalEngagementsByTimeLineMethod() {
io.grpc.MethodDescriptor getTotalEngagementsByTimeLineMethod;
if ((getTotalEngagementsByTimeLineMethod = StatisticsGrpc.getTotalEngagementsByTimeLineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalEngagementsByTimeLineMethod = StatisticsGrpc.getTotalEngagementsByTimeLineMethod) == null) {
StatisticsGrpc.getTotalEngagementsByTimeLineMethod = getTotalEngagementsByTimeLineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalEngagementsByTimeLine"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.engagements.v1.TotalByTimeLineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalEngagementsByTimeLineMethod;
}
private static volatile io.grpc.MethodDescriptor getInteractionsTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "InteractionsTotal",
requestType = com.streamlayer.analytics.interactions.v1.TotalInteractionsRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.TotalInteractionsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getInteractionsTotalMethod() {
io.grpc.MethodDescriptor getInteractionsTotalMethod;
if ((getInteractionsTotalMethod = StatisticsGrpc.getInteractionsTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getInteractionsTotalMethod = StatisticsGrpc.getInteractionsTotalMethod) == null) {
StatisticsGrpc.getInteractionsTotalMethod = getInteractionsTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "InteractionsTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalInteractionsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalInteractionsResponse.getDefaultInstance()))
.build();
}
}
}
return getInteractionsTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalChatUsersMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalChatUsers",
requestType = com.streamlayer.analytics.interactions.v1.TotalChatUsersRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.TotalChatUsersResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalChatUsersMethod() {
io.grpc.MethodDescriptor getTotalChatUsersMethod;
if ((getTotalChatUsersMethod = StatisticsGrpc.getTotalChatUsersMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalChatUsersMethod = StatisticsGrpc.getTotalChatUsersMethod) == null) {
StatisticsGrpc.getTotalChatUsersMethod = getTotalChatUsersMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalChatUsers"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalChatUsersRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalChatUsersResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalChatUsersMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalVoiceUsersMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalVoiceUsers",
requestType = com.streamlayer.analytics.interactions.v1.TotalVoiceUsersRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.TotalVoiceUsersResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalVoiceUsersMethod() {
io.grpc.MethodDescriptor getTotalVoiceUsersMethod;
if ((getTotalVoiceUsersMethod = StatisticsGrpc.getTotalVoiceUsersMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalVoiceUsersMethod = StatisticsGrpc.getTotalVoiceUsersMethod) == null) {
StatisticsGrpc.getTotalVoiceUsersMethod = getTotalVoiceUsersMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalVoiceUsers"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalVoiceUsersRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalVoiceUsersResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalVoiceUsersMethod;
}
private static volatile io.grpc.MethodDescriptor getInteractionsTotalByTimeLineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "InteractionsTotalByTimeLine",
requestType = com.streamlayer.analytics.interactions.v1.TotalInteractionsByTimeLineRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.TotalInteractionsByTimeLineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getInteractionsTotalByTimeLineMethod() {
io.grpc.MethodDescriptor getInteractionsTotalByTimeLineMethod;
if ((getInteractionsTotalByTimeLineMethod = StatisticsGrpc.getInteractionsTotalByTimeLineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getInteractionsTotalByTimeLineMethod = StatisticsGrpc.getInteractionsTotalByTimeLineMethod) == null) {
StatisticsGrpc.getInteractionsTotalByTimeLineMethod = getInteractionsTotalByTimeLineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "InteractionsTotalByTimeLine"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalInteractionsByTimeLineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalInteractionsByTimeLineResponse.getDefaultInstance()))
.build();
}
}
}
return getInteractionsTotalByTimeLineMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalMessagesByTimelineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalMessagesByTimeline",
requestType = com.streamlayer.analytics.interactions.v1.TotalMessagesByTimelineRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.TotalMessagesByTimelineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalMessagesByTimelineMethod() {
io.grpc.MethodDescriptor getTotalMessagesByTimelineMethod;
if ((getTotalMessagesByTimelineMethod = StatisticsGrpc.getTotalMessagesByTimelineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalMessagesByTimelineMethod = StatisticsGrpc.getTotalMessagesByTimelineMethod) == null) {
StatisticsGrpc.getTotalMessagesByTimelineMethod = getTotalMessagesByTimelineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalMessagesByTimeline"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalMessagesByTimelineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalMessagesByTimelineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalMessagesByTimelineMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalVoicesByTimelineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalVoicesByTimeline",
requestType = com.streamlayer.analytics.interactions.v1.TotalVoicesByTimelineRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.TotalVoicesByTimelineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalVoicesByTimelineMethod() {
io.grpc.MethodDescriptor getTotalVoicesByTimelineMethod;
if ((getTotalVoicesByTimelineMethod = StatisticsGrpc.getTotalVoicesByTimelineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalVoicesByTimelineMethod = StatisticsGrpc.getTotalVoicesByTimelineMethod) == null) {
StatisticsGrpc.getTotalVoicesByTimelineMethod = getTotalVoicesByTimelineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalVoicesByTimeline"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalVoicesByTimelineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalVoicesByTimelineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalVoicesByTimelineMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalStatsByTimelineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalStatsByTimeline",
requestType = com.streamlayer.analytics.interactions.v1.TotalStatsByTimelineRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.TotalStatsByTimelineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalStatsByTimelineMethod() {
io.grpc.MethodDescriptor getTotalStatsByTimelineMethod;
if ((getTotalStatsByTimelineMethod = StatisticsGrpc.getTotalStatsByTimelineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalStatsByTimelineMethod = StatisticsGrpc.getTotalStatsByTimelineMethod) == null) {
StatisticsGrpc.getTotalStatsByTimelineMethod = getTotalStatsByTimelineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalStatsByTimeline"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalStatsByTimelineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalStatsByTimelineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalStatsByTimelineMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalTwitterByTimelineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalTwitterByTimeline",
requestType = com.streamlayer.analytics.interactions.v1.TotalTwitterByTimelineRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.TotalTwitterByTimelineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalTwitterByTimelineMethod() {
io.grpc.MethodDescriptor getTotalTwitterByTimelineMethod;
if ((getTotalTwitterByTimelineMethod = StatisticsGrpc.getTotalTwitterByTimelineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalTwitterByTimelineMethod = StatisticsGrpc.getTotalTwitterByTimelineMethod) == null) {
StatisticsGrpc.getTotalTwitterByTimelineMethod = getTotalTwitterByTimelineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalTwitterByTimeline"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalTwitterByTimelineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalTwitterByTimelineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalTwitterByTimelineMethod;
}
private static volatile io.grpc.MethodDescriptor getInteractionsTotalByCategoriesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "InteractionsTotalByCategories",
requestType = com.streamlayer.analytics.interactions.v1.TotalByCategoriesRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.TotalByCategoriesResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getInteractionsTotalByCategoriesMethod() {
io.grpc.MethodDescriptor getInteractionsTotalByCategoriesMethod;
if ((getInteractionsTotalByCategoriesMethod = StatisticsGrpc.getInteractionsTotalByCategoriesMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getInteractionsTotalByCategoriesMethod = StatisticsGrpc.getInteractionsTotalByCategoriesMethod) == null) {
StatisticsGrpc.getInteractionsTotalByCategoriesMethod = getInteractionsTotalByCategoriesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "InteractionsTotalByCategories"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalByCategoriesRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.TotalByCategoriesResponse.getDefaultInstance()))
.build();
}
}
}
return getInteractionsTotalByCategoriesMethod;
}
private static volatile io.grpc.MethodDescriptor getInteractionsCreateMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "InteractionsCreate",
requestType = com.streamlayer.analytics.interactions.v1.SendInteractionsRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.SendInteractionsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getInteractionsCreateMethod() {
io.grpc.MethodDescriptor getInteractionsCreateMethod;
if ((getInteractionsCreateMethod = StatisticsGrpc.getInteractionsCreateMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getInteractionsCreateMethod = StatisticsGrpc.getInteractionsCreateMethod) == null) {
StatisticsGrpc.getInteractionsCreateMethod = getInteractionsCreateMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "InteractionsCreate"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.SendInteractionsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.SendInteractionsResponse.getDefaultInstance()))
.build();
}
}
}
return getInteractionsCreateMethod;
}
private static volatile io.grpc.MethodDescriptor getInteractionsSessionDurationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "InteractionsSessionDurations",
requestType = com.streamlayer.analytics.interactions.v1.SessionDurationsRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.SessionDurationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getInteractionsSessionDurationsMethod() {
io.grpc.MethodDescriptor getInteractionsSessionDurationsMethod;
if ((getInteractionsSessionDurationsMethod = StatisticsGrpc.getInteractionsSessionDurationsMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getInteractionsSessionDurationsMethod = StatisticsGrpc.getInteractionsSessionDurationsMethod) == null) {
StatisticsGrpc.getInteractionsSessionDurationsMethod = getInteractionsSessionDurationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "InteractionsSessionDurations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.SessionDurationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.SessionDurationsResponse.getDefaultInstance()))
.build();
}
}
}
return getInteractionsSessionDurationsMethod;
}
private static volatile io.grpc.MethodDescriptor getInteractionsSessionDurationAvgMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "InteractionsSessionDurationAvg",
requestType = com.streamlayer.analytics.interactions.v1.SessionDurationAvgRequest.class,
responseType = com.streamlayer.analytics.interactions.v1.SessionDurationAvgResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getInteractionsSessionDurationAvgMethod() {
io.grpc.MethodDescriptor getInteractionsSessionDurationAvgMethod;
if ((getInteractionsSessionDurationAvgMethod = StatisticsGrpc.getInteractionsSessionDurationAvgMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getInteractionsSessionDurationAvgMethod = StatisticsGrpc.getInteractionsSessionDurationAvgMethod) == null) {
StatisticsGrpc.getInteractionsSessionDurationAvgMethod = getInteractionsSessionDurationAvgMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "InteractionsSessionDurationAvg"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.SessionDurationAvgRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.interactions.v1.SessionDurationAvgResponse.getDefaultInstance()))
.build();
}
}
}
return getInteractionsSessionDurationAvgMethod;
}
private static volatile io.grpc.MethodDescriptor getEventOpenedTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "EventOpenedTotal",
requestType = com.streamlayer.analytics.eventOpened.v1.TotalEventOpenedRequest.class,
responseType = com.streamlayer.analytics.eventOpened.v1.TotalEventOpenedResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getEventOpenedTotalMethod() {
io.grpc.MethodDescriptor getEventOpenedTotalMethod;
if ((getEventOpenedTotalMethod = StatisticsGrpc.getEventOpenedTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getEventOpenedTotalMethod = StatisticsGrpc.getEventOpenedTotalMethod) == null) {
StatisticsGrpc.getEventOpenedTotalMethod = getEventOpenedTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "EventOpenedTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.eventOpened.v1.TotalEventOpenedRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.eventOpened.v1.TotalEventOpenedResponse.getDefaultInstance()))
.build();
}
}
}
return getEventOpenedTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getEventOpenedSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "EventOpenedSend",
requestType = com.streamlayer.analytics.eventOpened.v1.SendEventOpenedRequest.class,
responseType = com.streamlayer.analytics.eventOpened.v1.SendEventOpenedResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getEventOpenedSendMethod() {
io.grpc.MethodDescriptor getEventOpenedSendMethod;
if ((getEventOpenedSendMethod = StatisticsGrpc.getEventOpenedSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getEventOpenedSendMethod = StatisticsGrpc.getEventOpenedSendMethod) == null) {
StatisticsGrpc.getEventOpenedSendMethod = getEventOpenedSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "EventOpenedSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.eventOpened.v1.SendEventOpenedRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.eventOpened.v1.SendEventOpenedResponse.getDefaultInstance()))
.build();
}
}
}
return getEventOpenedSendMethod;
}
private static volatile io.grpc.MethodDescriptor getInvitationsTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "InvitationsTotal",
requestType = com.streamlayer.analytics.invitations.v1.TotalInvitationsRequest.class,
responseType = com.streamlayer.analytics.invitations.v1.TotalInvitationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getInvitationsTotalMethod() {
io.grpc.MethodDescriptor getInvitationsTotalMethod;
if ((getInvitationsTotalMethod = StatisticsGrpc.getInvitationsTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getInvitationsTotalMethod = StatisticsGrpc.getInvitationsTotalMethod) == null) {
StatisticsGrpc.getInvitationsTotalMethod = getInvitationsTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "InvitationsTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.invitations.v1.TotalInvitationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.invitations.v1.TotalInvitationsResponse.getDefaultInstance()))
.build();
}
}
}
return getInvitationsTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalInvitationsSentByTimelineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalInvitationsSentByTimeline",
requestType = com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineRequest.class,
responseType = com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalInvitationsSentByTimelineMethod() {
io.grpc.MethodDescriptor getTotalInvitationsSentByTimelineMethod;
if ((getTotalInvitationsSentByTimelineMethod = StatisticsGrpc.getTotalInvitationsSentByTimelineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalInvitationsSentByTimelineMethod = StatisticsGrpc.getTotalInvitationsSentByTimelineMethod) == null) {
StatisticsGrpc.getTotalInvitationsSentByTimelineMethod = getTotalInvitationsSentByTimelineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalInvitationsSentByTimeline"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalInvitationsSentByTimelineMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalInvitationsAcceptedByTimelineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalInvitationsAcceptedByTimeline",
requestType = com.streamlayer.analytics.invitations.v1.TotalInvitationsAcceptedByTimelineRequest.class,
responseType = com.streamlayer.analytics.invitations.v1.TotalInvitationsAcceptedByTimelineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalInvitationsAcceptedByTimelineMethod() {
io.grpc.MethodDescriptor getTotalInvitationsAcceptedByTimelineMethod;
if ((getTotalInvitationsAcceptedByTimelineMethod = StatisticsGrpc.getTotalInvitationsAcceptedByTimelineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalInvitationsAcceptedByTimelineMethod = StatisticsGrpc.getTotalInvitationsAcceptedByTimelineMethod) == null) {
StatisticsGrpc.getTotalInvitationsAcceptedByTimelineMethod = getTotalInvitationsAcceptedByTimelineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalInvitationsAcceptedByTimeline"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.invitations.v1.TotalInvitationsAcceptedByTimelineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.invitations.v1.TotalInvitationsAcceptedByTimelineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalInvitationsAcceptedByTimelineMethod;
}
private static volatile io.grpc.MethodDescriptor getInvitationsSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "InvitationsSend",
requestType = com.streamlayer.analytics.invitations.v1.SendInvitationsRequest.class,
responseType = com.streamlayer.analytics.invitations.v1.SendInvitationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getInvitationsSendMethod() {
io.grpc.MethodDescriptor getInvitationsSendMethod;
if ((getInvitationsSendMethod = StatisticsGrpc.getInvitationsSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getInvitationsSendMethod = StatisticsGrpc.getInvitationsSendMethod) == null) {
StatisticsGrpc.getInvitationsSendMethod = getInvitationsSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "InvitationsSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.invitations.v1.SendInvitationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.invitations.v1.SendInvitationsResponse.getDefaultInstance()))
.build();
}
}
}
return getInvitationsSendMethod;
}
private static volatile io.grpc.MethodDescriptor getLaunchButtonTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "LaunchButtonTotal",
requestType = com.streamlayer.analytics.launchButton.v1.TotalRequest.class,
responseType = com.streamlayer.analytics.launchButton.v1.TotalResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getLaunchButtonTotalMethod() {
io.grpc.MethodDescriptor getLaunchButtonTotalMethod;
if ((getLaunchButtonTotalMethod = StatisticsGrpc.getLaunchButtonTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getLaunchButtonTotalMethod = StatisticsGrpc.getLaunchButtonTotalMethod) == null) {
StatisticsGrpc.getLaunchButtonTotalMethod = getLaunchButtonTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "LaunchButtonTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.launchButton.v1.TotalRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.launchButton.v1.TotalResponse.getDefaultInstance()))
.build();
}
}
}
return getLaunchButtonTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getLaunchButtonSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "LaunchButtonSend",
requestType = com.streamlayer.analytics.launchButton.v1.SendLaunchButtonRequest.class,
responseType = com.streamlayer.analytics.launchButton.v1.SendLaunchButtonResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getLaunchButtonSendMethod() {
io.grpc.MethodDescriptor getLaunchButtonSendMethod;
if ((getLaunchButtonSendMethod = StatisticsGrpc.getLaunchButtonSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getLaunchButtonSendMethod = StatisticsGrpc.getLaunchButtonSendMethod) == null) {
StatisticsGrpc.getLaunchButtonSendMethod = getLaunchButtonSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "LaunchButtonSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.launchButton.v1.SendLaunchButtonRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.launchButton.v1.SendLaunchButtonResponse.getDefaultInstance()))
.build();
}
}
}
return getLaunchButtonSendMethod;
}
private static volatile io.grpc.MethodDescriptor getNotificationsTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "NotificationsTotal",
requestType = com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.class,
responseType = com.streamlayer.analytics.notifications.v1.TotalNotificationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getNotificationsTotalMethod() {
io.grpc.MethodDescriptor getNotificationsTotalMethod;
if ((getNotificationsTotalMethod = StatisticsGrpc.getNotificationsTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getNotificationsTotalMethod = StatisticsGrpc.getNotificationsTotalMethod) == null) {
StatisticsGrpc.getNotificationsTotalMethod = getNotificationsTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "NotificationsTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.notifications.v1.TotalNotificationsResponse.getDefaultInstance()))
.build();
}
}
}
return getNotificationsTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getNotificationsTotalByCategoriesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "NotificationsTotalByCategories",
requestType = com.streamlayer.analytics.notifications.v1.TotalNotificationsByCategoriesRequest.class,
responseType = com.streamlayer.analytics.notifications.v1.TotalNotificationsByCategoriesResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getNotificationsTotalByCategoriesMethod() {
io.grpc.MethodDescriptor getNotificationsTotalByCategoriesMethod;
if ((getNotificationsTotalByCategoriesMethod = StatisticsGrpc.getNotificationsTotalByCategoriesMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getNotificationsTotalByCategoriesMethod = StatisticsGrpc.getNotificationsTotalByCategoriesMethod) == null) {
StatisticsGrpc.getNotificationsTotalByCategoriesMethod = getNotificationsTotalByCategoriesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "NotificationsTotalByCategories"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.notifications.v1.TotalNotificationsByCategoriesRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.notifications.v1.TotalNotificationsByCategoriesResponse.getDefaultInstance()))
.build();
}
}
}
return getNotificationsTotalByCategoriesMethod;
}
private static volatile io.grpc.MethodDescriptor getNotificationsSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "NotificationsSend",
requestType = com.streamlayer.analytics.notifications.v1.SendNotificationRequest.class,
responseType = com.streamlayer.analytics.notifications.v1.SendNotificationResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getNotificationsSendMethod() {
io.grpc.MethodDescriptor getNotificationsSendMethod;
if ((getNotificationsSendMethod = StatisticsGrpc.getNotificationsSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getNotificationsSendMethod = StatisticsGrpc.getNotificationsSendMethod) == null) {
StatisticsGrpc.getNotificationsSendMethod = getNotificationsSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "NotificationsSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.notifications.v1.SendNotificationRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.notifications.v1.SendNotificationResponse.getDefaultInstance()))
.build();
}
}
}
return getNotificationsSendMethod;
}
private static volatile io.grpc.MethodDescriptor getPermissionsTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PermissionsTotal",
requestType = com.streamlayer.analytics.permissions.v1.TotalPermissionsRequest.class,
responseType = com.streamlayer.analytics.permissions.v1.TotalPermissionsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPermissionsTotalMethod() {
io.grpc.MethodDescriptor getPermissionsTotalMethod;
if ((getPermissionsTotalMethod = StatisticsGrpc.getPermissionsTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getPermissionsTotalMethod = StatisticsGrpc.getPermissionsTotalMethod) == null) {
StatisticsGrpc.getPermissionsTotalMethod = getPermissionsTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PermissionsTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.permissions.v1.TotalPermissionsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.permissions.v1.TotalPermissionsResponse.getDefaultInstance()))
.build();
}
}
}
return getPermissionsTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getPermissionsSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PermissionsSend",
requestType = com.streamlayer.analytics.permissions.v1.SendPermissionsRequest.class,
responseType = com.streamlayer.analytics.permissions.v1.SendPermissionsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPermissionsSendMethod() {
io.grpc.MethodDescriptor getPermissionsSendMethod;
if ((getPermissionsSendMethod = StatisticsGrpc.getPermissionsSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getPermissionsSendMethod = StatisticsGrpc.getPermissionsSendMethod) == null) {
StatisticsGrpc.getPermissionsSendMethod = getPermissionsSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PermissionsSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.permissions.v1.SendPermissionsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.permissions.v1.SendPermissionsResponse.getDefaultInstance()))
.build();
}
}
}
return getPermissionsSendMethod;
}
private static volatile io.grpc.MethodDescriptor getButtonInitializedTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ButtonInitializedTotal",
requestType = com.streamlayer.analytics.buttonInitialized.v1.TotalButtonInitializedRequest.class,
responseType = com.streamlayer.analytics.buttonInitialized.v1.TotalButtonResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getButtonInitializedTotalMethod() {
io.grpc.MethodDescriptor getButtonInitializedTotalMethod;
if ((getButtonInitializedTotalMethod = StatisticsGrpc.getButtonInitializedTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getButtonInitializedTotalMethod = StatisticsGrpc.getButtonInitializedTotalMethod) == null) {
StatisticsGrpc.getButtonInitializedTotalMethod = getButtonInitializedTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ButtonInitializedTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.buttonInitialized.v1.TotalButtonInitializedRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.buttonInitialized.v1.TotalButtonResponse.getDefaultInstance()))
.build();
}
}
}
return getButtonInitializedTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalButtonInitializedByTimeLineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalButtonInitializedByTimeLine",
requestType = com.streamlayer.analytics.buttonInitialized.v1.TotalButtonInitializedByTimeLineRequest.class,
responseType = com.streamlayer.analytics.buttonInitialized.v1.TotalButtonInitializedByTimeLineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalButtonInitializedByTimeLineMethod() {
io.grpc.MethodDescriptor getTotalButtonInitializedByTimeLineMethod;
if ((getTotalButtonInitializedByTimeLineMethod = StatisticsGrpc.getTotalButtonInitializedByTimeLineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalButtonInitializedByTimeLineMethod = StatisticsGrpc.getTotalButtonInitializedByTimeLineMethod) == null) {
StatisticsGrpc.getTotalButtonInitializedByTimeLineMethod = getTotalButtonInitializedByTimeLineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalButtonInitializedByTimeLine"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.buttonInitialized.v1.TotalButtonInitializedByTimeLineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.buttonInitialized.v1.TotalButtonInitializedByTimeLineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalButtonInitializedByTimeLineMethod;
}
private static volatile io.grpc.MethodDescriptor getButtonInitializedSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ButtonInitializedSend",
requestType = com.streamlayer.analytics.buttonInitialized.v1.SendButtonInitializedRequest.class,
responseType = com.streamlayer.analytics.buttonInitialized.v1.ButtonInitializedSendResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getButtonInitializedSendMethod() {
io.grpc.MethodDescriptor getButtonInitializedSendMethod;
if ((getButtonInitializedSendMethod = StatisticsGrpc.getButtonInitializedSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getButtonInitializedSendMethod = StatisticsGrpc.getButtonInitializedSendMethod) == null) {
StatisticsGrpc.getButtonInitializedSendMethod = getButtonInitializedSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ButtonInitializedSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.buttonInitialized.v1.SendButtonInitializedRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.buttonInitialized.v1.ButtonInitializedSendResponse.getDefaultInstance()))
.build();
}
}
}
return getButtonInitializedSendMethod;
}
private static volatile io.grpc.MethodDescriptor getWavesTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "WavesTotal",
requestType = com.streamlayer.analytics.waves.v1.TotalWavesRequest.class,
responseType = com.streamlayer.analytics.waves.v1.TotalWavesResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getWavesTotalMethod() {
io.grpc.MethodDescriptor getWavesTotalMethod;
if ((getWavesTotalMethod = StatisticsGrpc.getWavesTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getWavesTotalMethod = StatisticsGrpc.getWavesTotalMethod) == null) {
StatisticsGrpc.getWavesTotalMethod = getWavesTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "WavesTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.waves.v1.TotalWavesRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.waves.v1.TotalWavesResponse.getDefaultInstance()))
.build();
}
}
}
return getWavesTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getWavesTotalByKindMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "WavesTotalByKind",
requestType = com.streamlayer.analytics.waves.v1.TotalWavesByKindRequest.class,
responseType = com.streamlayer.analytics.waves.v1.TotalWavesByKindResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getWavesTotalByKindMethod() {
io.grpc.MethodDescriptor getWavesTotalByKindMethod;
if ((getWavesTotalByKindMethod = StatisticsGrpc.getWavesTotalByKindMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getWavesTotalByKindMethod = StatisticsGrpc.getWavesTotalByKindMethod) == null) {
StatisticsGrpc.getWavesTotalByKindMethod = getWavesTotalByKindMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "WavesTotalByKind"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.waves.v1.TotalWavesByKindRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.waves.v1.TotalWavesByKindResponse.getDefaultInstance()))
.build();
}
}
}
return getWavesTotalByKindMethod;
}
private static volatile io.grpc.MethodDescriptor getWavesSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "WavesSend",
requestType = com.streamlayer.analytics.waves.v1.SendWavesRequest.class,
responseType = com.streamlayer.analytics.waves.v1.SendWavesResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getWavesSendMethod() {
io.grpc.MethodDescriptor getWavesSendMethod;
if ((getWavesSendMethod = StatisticsGrpc.getWavesSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getWavesSendMethod = StatisticsGrpc.getWavesSendMethod) == null) {
StatisticsGrpc.getWavesSendMethod = getWavesSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "WavesSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.waves.v1.SendWavesRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.waves.v1.SendWavesResponse.getDefaultInstance()))
.build();
}
}
}
return getWavesSendMethod;
}
private static volatile io.grpc.MethodDescriptor getSessionHearbeatSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "SessionHearbeatSend",
requestType = com.streamlayer.analytics.sessionHeartbeat.v1.SendSessionHeartbeatRequest.class,
responseType = com.streamlayer.analytics.sessionHeartbeat.v1.SendSessionHeartbeatResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getSessionHearbeatSendMethod() {
io.grpc.MethodDescriptor getSessionHearbeatSendMethod;
if ((getSessionHearbeatSendMethod = StatisticsGrpc.getSessionHearbeatSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getSessionHearbeatSendMethod = StatisticsGrpc.getSessionHearbeatSendMethod) == null) {
StatisticsGrpc.getSessionHearbeatSendMethod = getSessionHearbeatSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "SessionHearbeatSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.sessionHeartbeat.v1.SendSessionHeartbeatRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.sessionHeartbeat.v1.SendSessionHeartbeatResponse.getDefaultInstance()))
.build();
}
}
}
return getSessionHearbeatSendMethod;
}
private static volatile io.grpc.MethodDescriptor getSessionHearbeatSessionDurationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "SessionHearbeatSessionDurations",
requestType = com.streamlayer.analytics.sessionHeartbeat.v1.SessionDurationsRequest.class,
responseType = com.streamlayer.analytics.sessionHeartbeat.v1.SessionDurationsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getSessionHearbeatSessionDurationsMethod() {
io.grpc.MethodDescriptor getSessionHearbeatSessionDurationsMethod;
if ((getSessionHearbeatSessionDurationsMethod = StatisticsGrpc.getSessionHearbeatSessionDurationsMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getSessionHearbeatSessionDurationsMethod = StatisticsGrpc.getSessionHearbeatSessionDurationsMethod) == null) {
StatisticsGrpc.getSessionHearbeatSessionDurationsMethod = getSessionHearbeatSessionDurationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "SessionHearbeatSessionDurations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.sessionHeartbeat.v1.SessionDurationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.sessionHeartbeat.v1.SessionDurationsResponse.getDefaultInstance()))
.build();
}
}
}
return getSessionHearbeatSessionDurationsMethod;
}
private static volatile io.grpc.MethodDescriptor getSessionHearbeatSessionDurationAvgMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "SessionHearbeatSessionDurationAvg",
requestType = com.streamlayer.analytics.sessionHeartbeat.v1.SessionDurationAvgRequest.class,
responseType = com.streamlayer.analytics.sessionHeartbeat.v1.SessionDurationAvgResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getSessionHearbeatSessionDurationAvgMethod() {
io.grpc.MethodDescriptor getSessionHearbeatSessionDurationAvgMethod;
if ((getSessionHearbeatSessionDurationAvgMethod = StatisticsGrpc.getSessionHearbeatSessionDurationAvgMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getSessionHearbeatSessionDurationAvgMethod = StatisticsGrpc.getSessionHearbeatSessionDurationAvgMethod) == null) {
StatisticsGrpc.getSessionHearbeatSessionDurationAvgMethod = getSessionHearbeatSessionDurationAvgMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "SessionHearbeatSessionDurationAvg"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.sessionHeartbeat.v1.SessionDurationAvgRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.sessionHeartbeat.v1.SessionDurationAvgResponse.getDefaultInstance()))
.build();
}
}
}
return getSessionHearbeatSessionDurationAvgMethod;
}
private static volatile io.grpc.MethodDescriptor getViewersTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ViewersTotal",
requestType = com.streamlayer.analytics.viewers.v1.TotalViewersRequest.class,
responseType = com.streamlayer.analytics.viewers.v1.TotalViewersResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getViewersTotalMethod() {
io.grpc.MethodDescriptor getViewersTotalMethod;
if ((getViewersTotalMethod = StatisticsGrpc.getViewersTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getViewersTotalMethod = StatisticsGrpc.getViewersTotalMethod) == null) {
StatisticsGrpc.getViewersTotalMethod = getViewersTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ViewersTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.viewers.v1.TotalViewersRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.viewers.v1.TotalViewersResponse.getDefaultInstance()))
.build();
}
}
}
return getViewersTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalViewersByTimeLineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalViewersByTimeLine",
requestType = com.streamlayer.analytics.viewers.v1.TotalViewersByTimeLineRequest.class,
responseType = com.streamlayer.analytics.viewers.v1.TotalViewersByTimeLineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalViewersByTimeLineMethod() {
io.grpc.MethodDescriptor getTotalViewersByTimeLineMethod;
if ((getTotalViewersByTimeLineMethod = StatisticsGrpc.getTotalViewersByTimeLineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalViewersByTimeLineMethod = StatisticsGrpc.getTotalViewersByTimeLineMethod) == null) {
StatisticsGrpc.getTotalViewersByTimeLineMethod = getTotalViewersByTimeLineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalViewersByTimeLine"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.viewers.v1.TotalViewersByTimeLineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.viewers.v1.TotalViewersByTimeLineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalViewersByTimeLineMethod;
}
private static volatile io.grpc.MethodDescriptor getAdminListMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "AdminList",
requestType = com.streamlayer.analytics.list.v1.ListRequest.class,
responseType = com.streamlayer.analytics.list.v1.ListResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getAdminListMethod() {
io.grpc.MethodDescriptor getAdminListMethod;
if ((getAdminListMethod = StatisticsGrpc.getAdminListMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getAdminListMethod = StatisticsGrpc.getAdminListMethod) == null) {
StatisticsGrpc.getAdminListMethod = getAdminListMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "AdminList"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.list.v1.ListRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.list.v1.ListResponse.getDefaultInstance()))
.build();
}
}
}
return getAdminListMethod;
}
private static volatile io.grpc.MethodDescriptor getStudioDashboardMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "StudioDashboard",
requestType = com.streamlayer.analytics.studio.v1.DashboardRequest.class,
responseType = com.streamlayer.analytics.studio.v1.DashboardResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getStudioDashboardMethod() {
io.grpc.MethodDescriptor getStudioDashboardMethod;
if ((getStudioDashboardMethod = StatisticsGrpc.getStudioDashboardMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getStudioDashboardMethod = StatisticsGrpc.getStudioDashboardMethod) == null) {
StatisticsGrpc.getStudioDashboardMethod = getStudioDashboardMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "StudioDashboard"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.studio.v1.DashboardRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.studio.v1.DashboardResponse.getDefaultInstance()))
.build();
}
}
}
return getStudioDashboardMethod;
}
private static volatile io.grpc.MethodDescriptor getRootStudioDashboardMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "RootStudioDashboard",
requestType = com.streamlayer.analytics.studio.v1.DashboardRootRequest.class,
responseType = com.streamlayer.analytics.studio.v1.DashboardResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getRootStudioDashboardMethod() {
io.grpc.MethodDescriptor getRootStudioDashboardMethod;
if ((getRootStudioDashboardMethod = StatisticsGrpc.getRootStudioDashboardMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getRootStudioDashboardMethod = StatisticsGrpc.getRootStudioDashboardMethod) == null) {
StatisticsGrpc.getRootStudioDashboardMethod = getRootStudioDashboardMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "RootStudioDashboard"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.studio.v1.DashboardRootRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.studio.v1.DashboardResponse.getDefaultInstance()))
.build();
}
}
}
return getRootStudioDashboardMethod;
}
private static volatile io.grpc.MethodDescriptor getPollsSendMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PollsSend",
requestType = com.streamlayer.analytics.polls.v1.SendPollsRequest.class,
responseType = com.streamlayer.analytics.polls.v1.SendPollsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPollsSendMethod() {
io.grpc.MethodDescriptor getPollsSendMethod;
if ((getPollsSendMethod = StatisticsGrpc.getPollsSendMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getPollsSendMethod = StatisticsGrpc.getPollsSendMethod) == null) {
StatisticsGrpc.getPollsSendMethod = getPollsSendMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PollsSend"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.polls.v1.SendPollsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.polls.v1.SendPollsResponse.getDefaultInstance()))
.build();
}
}
}
return getPollsSendMethod;
}
private static volatile io.grpc.MethodDescriptor getPollsTotalMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PollsTotal",
requestType = com.streamlayer.analytics.polls.v1.TotalPollsRequest.class,
responseType = com.streamlayer.analytics.polls.v1.TotalPollsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPollsTotalMethod() {
io.grpc.MethodDescriptor getPollsTotalMethod;
if ((getPollsTotalMethod = StatisticsGrpc.getPollsTotalMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getPollsTotalMethod = StatisticsGrpc.getPollsTotalMethod) == null) {
StatisticsGrpc.getPollsTotalMethod = getPollsTotalMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PollsTotal"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.polls.v1.TotalPollsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.polls.v1.TotalPollsResponse.getDefaultInstance()))
.build();
}
}
}
return getPollsTotalMethod;
}
private static volatile io.grpc.MethodDescriptor getTotalPollsByTimelineMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "TotalPollsByTimeline",
requestType = com.streamlayer.analytics.polls.v1.TotalPollsByTimelineRequest.class,
responseType = com.streamlayer.analytics.polls.v1.TotalPollsByTimelineResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getTotalPollsByTimelineMethod() {
io.grpc.MethodDescriptor getTotalPollsByTimelineMethod;
if ((getTotalPollsByTimelineMethod = StatisticsGrpc.getTotalPollsByTimelineMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getTotalPollsByTimelineMethod = StatisticsGrpc.getTotalPollsByTimelineMethod) == null) {
StatisticsGrpc.getTotalPollsByTimelineMethod = getTotalPollsByTimelineMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "TotalPollsByTimeline"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.polls.v1.TotalPollsByTimelineRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.polls.v1.TotalPollsByTimelineResponse.getDefaultInstance()))
.build();
}
}
}
return getTotalPollsByTimelineMethod;
}
private static volatile io.grpc.MethodDescriptor getPollsTotalStatsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PollsTotalStats",
requestType = com.streamlayer.analytics.polls.v1.TotalStatsRequest.class,
responseType = com.streamlayer.analytics.polls.v1.TotalStatsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPollsTotalStatsMethod() {
io.grpc.MethodDescriptor getPollsTotalStatsMethod;
if ((getPollsTotalStatsMethod = StatisticsGrpc.getPollsTotalStatsMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getPollsTotalStatsMethod = StatisticsGrpc.getPollsTotalStatsMethod) == null) {
StatisticsGrpc.getPollsTotalStatsMethod = getPollsTotalStatsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PollsTotalStats"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.polls.v1.TotalStatsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.polls.v1.TotalStatsResponse.getDefaultInstance()))
.build();
}
}
}
return getPollsTotalStatsMethod;
}
private static volatile io.grpc.MethodDescriptor getQueryListMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "QueryList",
requestType = com.streamlayer.analytics.query.v1.QueryListRequest.class,
responseType = com.streamlayer.analytics.query.v1.QueryListResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getQueryListMethod() {
io.grpc.MethodDescriptor getQueryListMethod;
if ((getQueryListMethod = StatisticsGrpc.getQueryListMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getQueryListMethod = StatisticsGrpc.getQueryListMethod) == null) {
StatisticsGrpc.getQueryListMethod = getQueryListMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "QueryList"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.query.v1.QueryListRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.query.v1.QueryListResponse.getDefaultInstance()))
.build();
}
}
}
return getQueryListMethod;
}
private static volatile io.grpc.MethodDescriptor getQueryExecMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "QueryExec",
requestType = com.streamlayer.analytics.query.v1.QueryExecRequest.class,
responseType = com.streamlayer.analytics.query.v1.QueryExecResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getQueryExecMethod() {
io.grpc.MethodDescriptor getQueryExecMethod;
if ((getQueryExecMethod = StatisticsGrpc.getQueryExecMethod) == null) {
synchronized (StatisticsGrpc.class) {
if ((getQueryExecMethod = StatisticsGrpc.getQueryExecMethod) == null) {
StatisticsGrpc.getQueryExecMethod = getQueryExecMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "QueryExec"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.query.v1.QueryExecRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
com.streamlayer.analytics.query.v1.QueryExecResponse.getDefaultInstance()))
.build();
}
}
}
return getQueryExecMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static StatisticsStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public StatisticsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new StatisticsStub(channel, callOptions);
}
};
return StatisticsStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static StatisticsBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public StatisticsBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new StatisticsBlockingStub(channel, callOptions);
}
};
return StatisticsBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static StatisticsFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public StatisticsFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new StatisticsFutureStub(channel, callOptions);
}
};
return StatisticsFutureStub.newStub(factory, channel);
}
/**
*/
public interface AsyncService {
/**
*
* total authentications
*
*/
default void authenticationsTotal(com.streamlayer.analytics.authentications.v1.TotalAuthenticationsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAuthenticationsTotalMethod(), responseObserver);
}
/**
*
* send a new statistics data
*
*/
default void authenticationsSend(com.streamlayer.analytics.authentications.v1.SendAuthenticationsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAuthenticationsSendMethod(), responseObserver);
}
/**
*
* total calls
*
*/
default void callsTotal(com.streamlayer.analytics.calls.v1.TotalCallsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCallsTotalMethod(), responseObserver);
}
/**
*
* total participants by period, sports event id, categories (optional)
*
*/
default void callsTotalParticipants(com.streamlayer.analytics.calls.v1.TotalParticipantsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCallsTotalParticipantsMethod(), responseObserver);
}
/**
*
* total participants from groups by period, sports event id, categories (optional)
*
*/
default void callsTotalGroupParticipants(com.streamlayer.analytics.calls.v1.TotalParticipantsRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCallsTotalGroupParticipantsMethod(), responseObserver);
}
/**
*