Interface RedvoxApiM.RedvoxPacketM.StationInformation.ServiceUrlsOrBuilder

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

public static interface RedvoxApiM.RedvoxPacketM.StationInformation.ServiceUrlsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    A map from string to string for including untyped metadata
    The URL of the acquisition server
    com.google.protobuf.ByteString
    The URL of the acquisition server
    The URL of the authentication server
    com.google.protobuf.ByteString
    The URL of the authentication server
    Deprecated.
    int
    A map from string to string for including untyped metadata
    A map from string to string for including untyped metadata
    getMetadataOrDefault(String key, String defaultValue)
    A map from string to string for including untyped metadata
    A map from string to string for including untyped metadata
    The URL of the synch server
    com.google.protobuf.ByteString
    The URL of the synch server

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAuthServer

      String getAuthServer()
       The URL of the authentication server
       
      string auth_server = 1;
      Returns:
      The authServer.
    • getAuthServerBytes

      com.google.protobuf.ByteString getAuthServerBytes()
       The URL of the authentication server
       
      string auth_server = 1;
      Returns:
      The bytes for authServer.
    • getSynchServer

      String getSynchServer()
       The URL of the synch server
       
      string synch_server = 2;
      Returns:
      The synchServer.
    • getSynchServerBytes

      com.google.protobuf.ByteString getSynchServerBytes()
       The URL of the synch server
       
      string synch_server = 2;
      Returns:
      The bytes for synchServer.
    • getAcquisitionServer

      String getAcquisitionServer()
       The URL of the acquisition server
       
      string acquisition_server = 3;
      Returns:
      The acquisitionServer.
    • getAcquisitionServerBytes

      com.google.protobuf.ByteString getAcquisitionServerBytes()
       The URL of the acquisition server
       
      string acquisition_server = 3;
      Returns:
      The bytes for acquisitionServer.
    • getMetadataCount

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

      boolean containsMetadata(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 4;
    • 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 = 4;
    • getMetadataOrDefault

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

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