All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.craxiom.messaging.grpc.WirelessSurveyGrpc Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package com.craxiom.messaging.grpc;

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 */
@javax.annotation.Generated(
    value = "by gRPC proto compiler (version 1.65.1)",
    comments = "Source: com/craxiom/messaging/grpc/wireless_survey.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class WirelessSurveyGrpc {

  private WirelessSurveyGrpc() {}

  public static final java.lang.String SERVICE_NAME = "com.craxiom.messaging.grpc.WirelessSurvey";

  // Static method descriptors that strictly reflect the proto.
  private static volatile io.grpc.MethodDescriptor getStreamGsmSurveyMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamGsmSurvey",
      requestType = com.craxiom.messaging.GsmRecord.class,
      responseType = com.craxiom.messaging.grpc.GsmSurveyResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamGsmSurveyMethod() {
    io.grpc.MethodDescriptor getStreamGsmSurveyMethod;
    if ((getStreamGsmSurveyMethod = WirelessSurveyGrpc.getStreamGsmSurveyMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamGsmSurveyMethod = WirelessSurveyGrpc.getStreamGsmSurveyMethod) == null) {
          WirelessSurveyGrpc.getStreamGsmSurveyMethod = getStreamGsmSurveyMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamGsmSurvey"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.GsmRecord.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.GsmSurveyResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamGsmSurvey"))
              .build();
        }
      }
    }
    return getStreamGsmSurveyMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamCdmaSurveyMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamCdmaSurvey",
      requestType = com.craxiom.messaging.CdmaRecord.class,
      responseType = com.craxiom.messaging.grpc.CdmaSurveyResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamCdmaSurveyMethod() {
    io.grpc.MethodDescriptor getStreamCdmaSurveyMethod;
    if ((getStreamCdmaSurveyMethod = WirelessSurveyGrpc.getStreamCdmaSurveyMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamCdmaSurveyMethod = WirelessSurveyGrpc.getStreamCdmaSurveyMethod) == null) {
          WirelessSurveyGrpc.getStreamCdmaSurveyMethod = getStreamCdmaSurveyMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamCdmaSurvey"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.CdmaRecord.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.CdmaSurveyResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamCdmaSurvey"))
              .build();
        }
      }
    }
    return getStreamCdmaSurveyMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamUmtsSurveyMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamUmtsSurvey",
      requestType = com.craxiom.messaging.UmtsRecord.class,
      responseType = com.craxiom.messaging.grpc.UmtsSurveyResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamUmtsSurveyMethod() {
    io.grpc.MethodDescriptor getStreamUmtsSurveyMethod;
    if ((getStreamUmtsSurveyMethod = WirelessSurveyGrpc.getStreamUmtsSurveyMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamUmtsSurveyMethod = WirelessSurveyGrpc.getStreamUmtsSurveyMethod) == null) {
          WirelessSurveyGrpc.getStreamUmtsSurveyMethod = getStreamUmtsSurveyMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamUmtsSurvey"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.UmtsRecord.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.UmtsSurveyResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamUmtsSurvey"))
              .build();
        }
      }
    }
    return getStreamUmtsSurveyMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamLteSurveyMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamLteSurvey",
      requestType = com.craxiom.messaging.LteRecord.class,
      responseType = com.craxiom.messaging.grpc.LteSurveyResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamLteSurveyMethod() {
    io.grpc.MethodDescriptor getStreamLteSurveyMethod;
    if ((getStreamLteSurveyMethod = WirelessSurveyGrpc.getStreamLteSurveyMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamLteSurveyMethod = WirelessSurveyGrpc.getStreamLteSurveyMethod) == null) {
          WirelessSurveyGrpc.getStreamLteSurveyMethod = getStreamLteSurveyMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamLteSurvey"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.LteRecord.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.LteSurveyResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamLteSurvey"))
              .build();
        }
      }
    }
    return getStreamLteSurveyMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamNrSurveyMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamNrSurvey",
      requestType = com.craxiom.messaging.NrRecord.class,
      responseType = com.craxiom.messaging.grpc.NrSurveyResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamNrSurveyMethod() {
    io.grpc.MethodDescriptor getStreamNrSurveyMethod;
    if ((getStreamNrSurveyMethod = WirelessSurveyGrpc.getStreamNrSurveyMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamNrSurveyMethod = WirelessSurveyGrpc.getStreamNrSurveyMethod) == null) {
          WirelessSurveyGrpc.getStreamNrSurveyMethod = getStreamNrSurveyMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamNrSurvey"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.NrRecord.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.NrSurveyResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamNrSurvey"))
              .build();
        }
      }
    }
    return getStreamNrSurveyMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamWifiBeaconSurveyMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamWifiBeaconSurvey",
      requestType = com.craxiom.messaging.WifiBeaconRecord.class,
      responseType = com.craxiom.messaging.grpc.WifiBeaconSurveyResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamWifiBeaconSurveyMethod() {
    io.grpc.MethodDescriptor getStreamWifiBeaconSurveyMethod;
    if ((getStreamWifiBeaconSurveyMethod = WirelessSurveyGrpc.getStreamWifiBeaconSurveyMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamWifiBeaconSurveyMethod = WirelessSurveyGrpc.getStreamWifiBeaconSurveyMethod) == null) {
          WirelessSurveyGrpc.getStreamWifiBeaconSurveyMethod = getStreamWifiBeaconSurveyMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamWifiBeaconSurvey"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.WifiBeaconRecord.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.WifiBeaconSurveyResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamWifiBeaconSurvey"))
              .build();
        }
      }
    }
    return getStreamWifiBeaconSurveyMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamWifiProbeRequestSurveyMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamWifiProbeRequestSurvey",
      requestType = com.craxiom.messaging.WifiProbeRequestRecord.class,
      responseType = com.craxiom.messaging.grpc.WifiProbeRequestSurveyResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamWifiProbeRequestSurveyMethod() {
    io.grpc.MethodDescriptor getStreamWifiProbeRequestSurveyMethod;
    if ((getStreamWifiProbeRequestSurveyMethod = WirelessSurveyGrpc.getStreamWifiProbeRequestSurveyMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamWifiProbeRequestSurveyMethod = WirelessSurveyGrpc.getStreamWifiProbeRequestSurveyMethod) == null) {
          WirelessSurveyGrpc.getStreamWifiProbeRequestSurveyMethod = getStreamWifiProbeRequestSurveyMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamWifiProbeRequestSurvey"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.WifiProbeRequestRecord.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.WifiProbeRequestSurveyResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamWifiProbeRequestSurvey"))
              .build();
        }
      }
    }
    return getStreamWifiProbeRequestSurveyMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamWifiOtaSurveyMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamWifiOtaSurvey",
      requestType = com.craxiom.messaging.WifiOtaRecord.class,
      responseType = com.craxiom.messaging.grpc.WifiOtaSurveyResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamWifiOtaSurveyMethod() {
    io.grpc.MethodDescriptor getStreamWifiOtaSurveyMethod;
    if ((getStreamWifiOtaSurveyMethod = WirelessSurveyGrpc.getStreamWifiOtaSurveyMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamWifiOtaSurveyMethod = WirelessSurveyGrpc.getStreamWifiOtaSurveyMethod) == null) {
          WirelessSurveyGrpc.getStreamWifiOtaSurveyMethod = getStreamWifiOtaSurveyMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamWifiOtaSurvey"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.WifiOtaRecord.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.WifiOtaSurveyResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamWifiOtaSurvey"))
              .build();
        }
      }
    }
    return getStreamWifiOtaSurveyMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamGnssSurveyMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamGnssSurvey",
      requestType = com.craxiom.messaging.GnssRecord.class,
      responseType = com.craxiom.messaging.grpc.GnssSurveyResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamGnssSurveyMethod() {
    io.grpc.MethodDescriptor getStreamGnssSurveyMethod;
    if ((getStreamGnssSurveyMethod = WirelessSurveyGrpc.getStreamGnssSurveyMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamGnssSurveyMethod = WirelessSurveyGrpc.getStreamGnssSurveyMethod) == null) {
          WirelessSurveyGrpc.getStreamGnssSurveyMethod = getStreamGnssSurveyMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamGnssSurvey"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.GnssRecord.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.GnssSurveyResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamGnssSurvey"))
              .build();
        }
      }
    }
    return getStreamGnssSurveyMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamEnergyDetectionsMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamEnergyDetections",
      requestType = com.craxiom.messaging.EnergyDetection.class,
      responseType = com.craxiom.messaging.grpc.EnergyDetectionResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamEnergyDetectionsMethod() {
    io.grpc.MethodDescriptor getStreamEnergyDetectionsMethod;
    if ((getStreamEnergyDetectionsMethod = WirelessSurveyGrpc.getStreamEnergyDetectionsMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamEnergyDetectionsMethod = WirelessSurveyGrpc.getStreamEnergyDetectionsMethod) == null) {
          WirelessSurveyGrpc.getStreamEnergyDetectionsMethod = getStreamEnergyDetectionsMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamEnergyDetections"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.EnergyDetection.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.EnergyDetectionResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamEnergyDetections"))
              .build();
        }
      }
    }
    return getStreamEnergyDetectionsMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamSignalDetectionsMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamSignalDetections",
      requestType = com.craxiom.messaging.SignalDetection.class,
      responseType = com.craxiom.messaging.grpc.SignalDetectionResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamSignalDetectionsMethod() {
    io.grpc.MethodDescriptor getStreamSignalDetectionsMethod;
    if ((getStreamSignalDetectionsMethod = WirelessSurveyGrpc.getStreamSignalDetectionsMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamSignalDetectionsMethod = WirelessSurveyGrpc.getStreamSignalDetectionsMethod) == null) {
          WirelessSurveyGrpc.getStreamSignalDetectionsMethod = getStreamSignalDetectionsMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamSignalDetections"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.SignalDetection.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.SignalDetectionResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamSignalDetections"))
              .build();
        }
      }
    }
    return getStreamSignalDetectionsMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamLteRrcMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamLteRrc",
      requestType = com.craxiom.messaging.LteRrc.class,
      responseType = com.craxiom.messaging.grpc.LteRrcResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamLteRrcMethod() {
    io.grpc.MethodDescriptor getStreamLteRrcMethod;
    if ((getStreamLteRrcMethod = WirelessSurveyGrpc.getStreamLteRrcMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamLteRrcMethod = WirelessSurveyGrpc.getStreamLteRrcMethod) == null) {
          WirelessSurveyGrpc.getStreamLteRrcMethod = getStreamLteRrcMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamLteRrc"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.LteRrc.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.LteRrcResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamLteRrc"))
              .build();
        }
      }
    }
    return getStreamLteRrcMethod;
  }

  private static volatile io.grpc.MethodDescriptor getStreamLteNasMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "StreamLteNas",
      requestType = com.craxiom.messaging.LteNas.class,
      responseType = com.craxiom.messaging.grpc.LteNasResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
  public static io.grpc.MethodDescriptor getStreamLteNasMethod() {
    io.grpc.MethodDescriptor getStreamLteNasMethod;
    if ((getStreamLteNasMethod = WirelessSurveyGrpc.getStreamLteNasMethod) == null) {
      synchronized (WirelessSurveyGrpc.class) {
        if ((getStreamLteNasMethod = WirelessSurveyGrpc.getStreamLteNasMethod) == null) {
          WirelessSurveyGrpc.getStreamLteNasMethod = getStreamLteNasMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamLteNas"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.LteNas.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  com.craxiom.messaging.grpc.LteNasResponse.getDefaultInstance()))
              .setSchemaDescriptor(new WirelessSurveyMethodDescriptorSupplier("StreamLteNas"))
              .build();
        }
      }
    }
    return getStreamLteNasMethod;
  }

  /**
   * Creates a new async stub that supports all call types for the service
   */
  public static WirelessSurveyStub newStub(io.grpc.Channel channel) {
    io.grpc.stub.AbstractStub.StubFactory factory =
      new io.grpc.stub.AbstractStub.StubFactory() {
        @java.lang.Override
        public WirelessSurveyStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
          return new WirelessSurveyStub(channel, callOptions);
        }
      };
    return WirelessSurveyStub.newStub(factory, channel);
  }

  /**
   * Creates a new blocking-style stub that supports unary and streaming output calls on the service
   */
  public static WirelessSurveyBlockingStub newBlockingStub(
      io.grpc.Channel channel) {
    io.grpc.stub.AbstractStub.StubFactory factory =
      new io.grpc.stub.AbstractStub.StubFactory() {
        @java.lang.Override
        public WirelessSurveyBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
          return new WirelessSurveyBlockingStub(channel, callOptions);
        }
      };
    return WirelessSurveyBlockingStub.newStub(factory, channel);
  }

  /**
   * Creates a new ListenableFuture-style stub that supports unary calls on the service
   */
  public static WirelessSurveyFutureStub newFutureStub(
      io.grpc.Channel channel) {
    io.grpc.stub.AbstractStub.StubFactory factory =
      new io.grpc.stub.AbstractStub.StubFactory() {
        @java.lang.Override
        public WirelessSurveyFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
          return new WirelessSurveyFutureStub(channel, callOptions);
        }
      };
    return WirelessSurveyFutureStub.newStub(factory, channel);
  }

  /**
   */
  public interface AsyncService {

    /**
     */
    default io.grpc.stub.StreamObserver streamGsmSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamGsmSurveyMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamCdmaSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamCdmaSurveyMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamUmtsSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamUmtsSurveyMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamLteSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamLteSurveyMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamNrSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamNrSurveyMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamWifiBeaconSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamWifiBeaconSurveyMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamWifiProbeRequestSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamWifiProbeRequestSurveyMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamWifiOtaSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamWifiOtaSurveyMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamGnssSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamGnssSurveyMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamEnergyDetections(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamEnergyDetectionsMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamSignalDetections(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamSignalDetectionsMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamLteRrc(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamLteRrcMethod(), responseObserver);
    }

    /**
     */
    default io.grpc.stub.StreamObserver streamLteNas(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamLteNasMethod(), responseObserver);
    }
  }

  /**
   * Base class for the server implementation of the service WirelessSurvey.
   */
  public static abstract class WirelessSurveyImplBase
      implements io.grpc.BindableService, AsyncService {

    @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
      return WirelessSurveyGrpc.bindService(this);
    }
  }

  /**
   * A stub to allow clients to do asynchronous rpc calls to service WirelessSurvey.
   */
  public static final class WirelessSurveyStub
      extends io.grpc.stub.AbstractAsyncStub {
    private WirelessSurveyStub(
        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
      super(channel, callOptions);
    }

    @java.lang.Override
    protected WirelessSurveyStub build(
        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
      return new WirelessSurveyStub(channel, callOptions);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamGsmSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamGsmSurveyMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamCdmaSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamCdmaSurveyMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamUmtsSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamUmtsSurveyMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamLteSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamLteSurveyMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamNrSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamNrSurveyMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamWifiBeaconSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamWifiBeaconSurveyMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamWifiProbeRequestSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamWifiProbeRequestSurveyMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamWifiOtaSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamWifiOtaSurveyMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamGnssSurvey(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamGnssSurveyMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamEnergyDetections(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamEnergyDetectionsMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamSignalDetections(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamSignalDetectionsMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamLteRrc(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamLteRrcMethod(), getCallOptions()), responseObserver);
    }

    /**
     */
    public io.grpc.stub.StreamObserver streamLteNas(
        io.grpc.stub.StreamObserver responseObserver) {
      return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
          getChannel().newCall(getStreamLteNasMethod(), getCallOptions()), responseObserver);
    }
  }

  /**
   * A stub to allow clients to do synchronous rpc calls to service WirelessSurvey.
   */
  public static final class WirelessSurveyBlockingStub
      extends io.grpc.stub.AbstractBlockingStub {
    private WirelessSurveyBlockingStub(
        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
      super(channel, callOptions);
    }

    @java.lang.Override
    protected WirelessSurveyBlockingStub build(
        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
      return new WirelessSurveyBlockingStub(channel, callOptions);
    }
  }

  /**
   * A stub to allow clients to do ListenableFuture-style rpc calls to service WirelessSurvey.
   */
  public static final class WirelessSurveyFutureStub
      extends io.grpc.stub.AbstractFutureStub {
    private WirelessSurveyFutureStub(
        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
      super(channel, callOptions);
    }

    @java.lang.Override
    protected WirelessSurveyFutureStub build(
        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
      return new WirelessSurveyFutureStub(channel, callOptions);
    }
  }

  private static final int METHODID_STREAM_GSM_SURVEY = 0;
  private static final int METHODID_STREAM_CDMA_SURVEY = 1;
  private static final int METHODID_STREAM_UMTS_SURVEY = 2;
  private static final int METHODID_STREAM_LTE_SURVEY = 3;
  private static final int METHODID_STREAM_NR_SURVEY = 4;
  private static final int METHODID_STREAM_WIFI_BEACON_SURVEY = 5;
  private static final int METHODID_STREAM_WIFI_PROBE_REQUEST_SURVEY = 6;
  private static final int METHODID_STREAM_WIFI_OTA_SURVEY = 7;
  private static final int METHODID_STREAM_GNSS_SURVEY = 8;
  private static final int METHODID_STREAM_ENERGY_DETECTIONS = 9;
  private static final int METHODID_STREAM_SIGNAL_DETECTIONS = 10;
  private static final int METHODID_STREAM_LTE_RRC = 11;
  private static final int METHODID_STREAM_LTE_NAS = 12;

  private static final class MethodHandlers implements
      io.grpc.stub.ServerCalls.UnaryMethod,
      io.grpc.stub.ServerCalls.ServerStreamingMethod,
      io.grpc.stub.ServerCalls.ClientStreamingMethod,
      io.grpc.stub.ServerCalls.BidiStreamingMethod {
    private final AsyncService serviceImpl;
    private final int methodId;

    MethodHandlers(AsyncService serviceImpl, int methodId) {
      this.serviceImpl = serviceImpl;
      this.methodId = methodId;
    }

    @java.lang.Override
    @java.lang.SuppressWarnings("unchecked")
    public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
      switch (methodId) {
        default:
          throw new AssertionError();
      }
    }

    @java.lang.Override
    @java.lang.SuppressWarnings("unchecked")
    public io.grpc.stub.StreamObserver invoke(
        io.grpc.stub.StreamObserver responseObserver) {
      switch (methodId) {
        case METHODID_STREAM_GSM_SURVEY:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamGsmSurvey(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_CDMA_SURVEY:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamCdmaSurvey(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_UMTS_SURVEY:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamUmtsSurvey(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_LTE_SURVEY:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamLteSurvey(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_NR_SURVEY:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamNrSurvey(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_WIFI_BEACON_SURVEY:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamWifiBeaconSurvey(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_WIFI_PROBE_REQUEST_SURVEY:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamWifiProbeRequestSurvey(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_WIFI_OTA_SURVEY:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamWifiOtaSurvey(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_GNSS_SURVEY:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamGnssSurvey(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_ENERGY_DETECTIONS:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamEnergyDetections(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_SIGNAL_DETECTIONS:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamSignalDetections(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_LTE_RRC:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamLteRrc(
              (io.grpc.stub.StreamObserver) responseObserver);
        case METHODID_STREAM_LTE_NAS:
          return (io.grpc.stub.StreamObserver) serviceImpl.streamLteNas(
              (io.grpc.stub.StreamObserver) responseObserver);
        default:
          throw new AssertionError();
      }
    }
  }

  public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
    return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
        .addMethod(
          getStreamGsmSurveyMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.GsmRecord,
              com.craxiom.messaging.grpc.GsmSurveyResponse>(
                service, METHODID_STREAM_GSM_SURVEY)))
        .addMethod(
          getStreamCdmaSurveyMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.CdmaRecord,
              com.craxiom.messaging.grpc.CdmaSurveyResponse>(
                service, METHODID_STREAM_CDMA_SURVEY)))
        .addMethod(
          getStreamUmtsSurveyMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.UmtsRecord,
              com.craxiom.messaging.grpc.UmtsSurveyResponse>(
                service, METHODID_STREAM_UMTS_SURVEY)))
        .addMethod(
          getStreamLteSurveyMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.LteRecord,
              com.craxiom.messaging.grpc.LteSurveyResponse>(
                service, METHODID_STREAM_LTE_SURVEY)))
        .addMethod(
          getStreamNrSurveyMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.NrRecord,
              com.craxiom.messaging.grpc.NrSurveyResponse>(
                service, METHODID_STREAM_NR_SURVEY)))
        .addMethod(
          getStreamWifiBeaconSurveyMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.WifiBeaconRecord,
              com.craxiom.messaging.grpc.WifiBeaconSurveyResponse>(
                service, METHODID_STREAM_WIFI_BEACON_SURVEY)))
        .addMethod(
          getStreamWifiProbeRequestSurveyMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.WifiProbeRequestRecord,
              com.craxiom.messaging.grpc.WifiProbeRequestSurveyResponse>(
                service, METHODID_STREAM_WIFI_PROBE_REQUEST_SURVEY)))
        .addMethod(
          getStreamWifiOtaSurveyMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.WifiOtaRecord,
              com.craxiom.messaging.grpc.WifiOtaSurveyResponse>(
                service, METHODID_STREAM_WIFI_OTA_SURVEY)))
        .addMethod(
          getStreamGnssSurveyMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.GnssRecord,
              com.craxiom.messaging.grpc.GnssSurveyResponse>(
                service, METHODID_STREAM_GNSS_SURVEY)))
        .addMethod(
          getStreamEnergyDetectionsMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.EnergyDetection,
              com.craxiom.messaging.grpc.EnergyDetectionResponse>(
                service, METHODID_STREAM_ENERGY_DETECTIONS)))
        .addMethod(
          getStreamSignalDetectionsMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.SignalDetection,
              com.craxiom.messaging.grpc.SignalDetectionResponse>(
                service, METHODID_STREAM_SIGNAL_DETECTIONS)))
        .addMethod(
          getStreamLteRrcMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.LteRrc,
              com.craxiom.messaging.grpc.LteRrcResponse>(
                service, METHODID_STREAM_LTE_RRC)))
        .addMethod(
          getStreamLteNasMethod(),
          io.grpc.stub.ServerCalls.asyncClientStreamingCall(
            new MethodHandlers<
              com.craxiom.messaging.LteNas,
              com.craxiom.messaging.grpc.LteNasResponse>(
                service, METHODID_STREAM_LTE_NAS)))
        .build();
  }

  private static abstract class WirelessSurveyBaseDescriptorSupplier
      implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
    WirelessSurveyBaseDescriptorSupplier() {}

    @java.lang.Override
    public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
      return com.craxiom.messaging.grpc.WirelessSurveyOuterClass.getDescriptor();
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
      return getFileDescriptor().findServiceByName("WirelessSurvey");
    }
  }

  private static final class WirelessSurveyFileDescriptorSupplier
      extends WirelessSurveyBaseDescriptorSupplier {
    WirelessSurveyFileDescriptorSupplier() {}
  }

  private static final class WirelessSurveyMethodDescriptorSupplier
      extends WirelessSurveyBaseDescriptorSupplier
      implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
    private final java.lang.String methodName;

    WirelessSurveyMethodDescriptorSupplier(java.lang.String methodName) {
      this.methodName = methodName;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
      return getServiceDescriptor().findMethodByName(methodName);
    }
  }

  private static volatile io.grpc.ServiceDescriptor serviceDescriptor;

  public static io.grpc.ServiceDescriptor getServiceDescriptor() {
    io.grpc.ServiceDescriptor result = serviceDescriptor;
    if (result == null) {
      synchronized (WirelessSurveyGrpc.class) {
        result = serviceDescriptor;
        if (result == null) {
          serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
              .setSchemaDescriptor(new WirelessSurveyFileDescriptorSupplier())
              .addMethod(getStreamGsmSurveyMethod())
              .addMethod(getStreamCdmaSurveyMethod())
              .addMethod(getStreamUmtsSurveyMethod())
              .addMethod(getStreamLteSurveyMethod())
              .addMethod(getStreamNrSurveyMethod())
              .addMethod(getStreamWifiBeaconSurveyMethod())
              .addMethod(getStreamWifiProbeRequestSurveyMethod())
              .addMethod(getStreamWifiOtaSurveyMethod())
              .addMethod(getStreamGnssSurveyMethod())
              .addMethod(getStreamEnergyDetectionsMethod())
              .addMethod(getStreamSignalDetectionsMethod())
              .addMethod(getStreamLteRrcMethod())
              .addMethod(getStreamLteNasMethod())
              .build();
        }
      }
    }
    return result;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy