Interface RedvoxApiM.RedvoxPacketM.StationInformation.AppSettingsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings, RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.Builder
Enclosing class:
RedvoxApiM.RedvoxPacketM.StationInformation

public static interface RedvoxApiM.RedvoxPacketM.StationInformation.AppSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAudioSamplingRateValue

      int getAudioSamplingRateValue()
       The selected audio sampling rate
       
      .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.AudioSamplingRate audio_sampling_rate = 1;
      Returns:
      The enum numeric value on the wire for audioSamplingRate.
    • getAudioSamplingRate

       The selected audio sampling rate
       
      .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.AudioSamplingRate audio_sampling_rate = 1;
      Returns:
      The audioSamplingRate.
    • getSamplesPerWindow

      float getSamplesPerWindow()
      float samples_per_window = 2;
      Returns:
      The samplesPerWindow.
    • getAudioSourceTuningValue

      int getAudioSourceTuningValue()
       The selected audio source tuning
       
      .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.AudioSourceTuning audio_source_tuning = 3;
      Returns:
      The enum numeric value on the wire for audioSourceTuning.
    • getAudioSourceTuning

       The selected audio source tuning
       
      .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.AudioSourceTuning audio_source_tuning = 3;
      Returns:
      The audioSourceTuning.
    • getAdditionalInputSensorsList

       Additional input sensors
       
      repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;
      Returns:
      A list containing the additionalInputSensors.
    • getAdditionalInputSensorsCount

      int getAdditionalInputSensorsCount()
       Additional input sensors
       
      repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;
      Returns:
      The count of additionalInputSensors.
    • getAdditionalInputSensors

       Additional input sensors
       
      repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The additionalInputSensors at the given index.
    • getAdditionalInputSensorsValueList

      List<Integer> getAdditionalInputSensorsValueList()
       Additional input sensors
       
      repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;
      Returns:
      A list containing the enum numeric values on the wire for additionalInputSensors.
    • getAdditionalInputSensorsValue

      int getAdditionalInputSensorsValue(int index)
       Additional input sensors
       
      repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of additionalInputSensors at the given index.
    • getAutomaticallyRecord

      boolean getAutomaticallyRecord()
       Station automatically records on start
       
      bool automatically_record = 5;
      Returns:
      The automaticallyRecord.
    • getLaunchAtPowerUp

      boolean getLaunchAtPowerUp()
       App automatically starts on station
       
      bool launch_at_power_up = 6;
      Returns:
      The launchAtPowerUp.
    • getStationId

      String getStationId()
       User selectable station id
       
      string station_id = 7;
      Returns:
      The stationId.
    • getStationIdBytes

      com.google.protobuf.ByteString getStationIdBytes()
       User selectable station id
       
      string station_id = 7;
      Returns:
      The bytes for stationId.
    • getStationDescription

      String getStationDescription()
       User selectable station description
       
      string station_description = 8;
      Returns:
      The stationDescription.
    • getStationDescriptionBytes

      com.google.protobuf.ByteString getStationDescriptionBytes()
       User selectable station description
       
      string station_description = 8;
      Returns:
      The bytes for stationDescription.
    • getPushToServer

      boolean getPushToServer()
       Is station data pushed to server?
       
      bool push_to_server = 9;
      Returns:
      The pushToServer.
    • getPublishDataAsPrivate

      boolean getPublishDataAsPrivate()
       Is station data published as private?
       
      bool publish_data_as_private = 10;
      Returns:
      The publishDataAsPrivate.
    • getScrambleAudioData

      boolean getScrambleAudioData()
       Is station audio data scrambled?
       
      bool scramble_audio_data = 11;
      Returns:
      The scrambleAudioData.
    • getProvideBackfill

      boolean getProvideBackfill()
       Should station backfill unsent data?
       
      bool provide_backfill = 12;
      Returns:
      The provideBackfill.
    • getRemoveSensorDcOffset

      boolean getRemoveSensorDcOffset()
       Does station remove DC offset?
       
      bool remove_sensor_dc_offset = 13;
      Returns:
      The removeSensorDcOffset.
    • getFftOverlapValue

      int getFftOverlapValue()
       Station FFT overlap
       
      .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.FftOverlap fft_overlap = 14;
      Returns:
      The enum numeric value on the wire for fftOverlap.
    • getFftOverlap

       Station FFT overlap
       
      .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.FftOverlap fft_overlap = 14;
      Returns:
      The fftOverlap.
    • getUseCustomTimeSyncServer

      boolean getUseCustomTimeSyncServer()
       Should station use custom time synch server?
       
      bool use_custom_time_sync_server = 15;
      Returns:
      The useCustomTimeSyncServer.
    • getTimeSyncServerUrl

      String getTimeSyncServerUrl()
       URL of custom time synch server
       
      string time_sync_server_url = 16;
      Returns:
      The timeSyncServerUrl.
    • getTimeSyncServerUrlBytes

      com.google.protobuf.ByteString getTimeSyncServerUrlBytes()
       URL of custom time synch server
       
      string time_sync_server_url = 16;
      Returns:
      The bytes for timeSyncServerUrl.
    • getUseCustomDataServer

      boolean getUseCustomDataServer()
       Should station use custom data server?
       
      bool use_custom_data_server = 17;
      Returns:
      The useCustomDataServer.
    • getDataServerUrl

      String getDataServerUrl()
       URL of custom data server
       
      string data_server_url = 18;
      Returns:
      The dataServerUrl.
    • getDataServerUrlBytes

      com.google.protobuf.ByteString getDataServerUrlBytes()
       URL of custom data server
       
      string data_server_url = 18;
      Returns:
      The bytes for dataServerUrl.
    • getUseCustomAuthServer

      boolean getUseCustomAuthServer()
       Should station use custom auth server
       
      bool use_custom_auth_server = 19;
      Returns:
      The useCustomAuthServer.
    • getAuthServerUrl

      String getAuthServerUrl()
       URL of custom auth server
       
      string auth_server_url = 20;
      Returns:
      The authServerUrl.
    • getAuthServerUrlBytes

      com.google.protobuf.ByteString getAuthServerUrlBytes()
       URL of custom auth server
       
      string auth_server_url = 20;
      Returns:
      The bytes for authServerUrl.
    • getAutoDeleteDataFiles

      boolean getAutoDeleteDataFiles()
       Should station auto delete data?
       
      bool auto_delete_data_files = 21;
      Returns:
      The autoDeleteDataFiles.
    • getStorageSpaceAllowance

      float getStorageSpaceAllowance()
       Station data allowance in bytes
       
      float storage_space_allowance = 22;
      Returns:
      The storageSpaceAllowance.
    • getUseSdCardForDataStorage

      boolean getUseSdCardForDataStorage()
       Should station use SD card for storage?
       
      bool use_sd_card_for_data_storage = 23;
      Returns:
      The useSdCardForDataStorage.
    • getUseLocationServices

      boolean getUseLocationServices()
       Should station use location services?
       
      bool use_location_services = 24;
      Returns:
      The useLocationServices.
    • getUseLatitude

      double getUseLatitude()
       User set latitude decimal degrees
       
      double use_latitude = 25;
      Returns:
      The useLatitude.
    • getUseLongitude

      double getUseLongitude()
       User set longitude decimal degrees
       
      double use_longitude = 26;
      Returns:
      The useLongitude.
    • getUseAltitude

      float getUseAltitude()
       User set altitude meters
       
      float use_altitude = 27;
      Returns:
      The useAltitude.
    • getMetricsRateValue

      int getMetricsRateValue()
       User defined setting for how often metrics should be collected
       
      .redvox_api_m.RedvoxPacketM.StationInformation.MetricsRate metrics_rate = 28;
      Returns:
      The enum numeric value on the wire for metricsRate.
    • getMetricsRate

       User defined setting for how often metrics should be collected
       
      .redvox_api_m.RedvoxPacketM.StationInformation.MetricsRate metrics_rate = 28;
      Returns:
      The metricsRate.
    • getMetadataCount

      int getMetadataCount()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 29;
    • containsMetadata

      boolean containsMetadata(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 29;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 29;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 29;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 29;