Interface Service.XolirFeaturesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.XolirFeatures, Service.XolirFeatures.Builder
Enclosing class:
Service

public static interface Service.XolirFeaturesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 ir_version = 11;
    string program_name = 10;
    com.google.protobuf.ByteString
    string program_name = 10;
    int
    uint32 telc_version = 12;
    boolean
    bool with_sources = 1;

    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

    • getProgramName

      String getProgramName()
      string program_name = 10;
      Returns:
      The programName.
    • getProgramNameBytes

      com.google.protobuf.ByteString getProgramNameBytes()
      string program_name = 10;
      Returns:
      The bytes for programName.
    • getIrVersion

      int getIrVersion()
      uint32 ir_version = 11;
      Returns:
      The irVersion.
    • getTelcVersion

      int getTelcVersion()
      uint32 telc_version = 12;
      Returns:
      The telcVersion.
    • getWithSources

      boolean getWithSources()
      bool with_sources = 1;
      Returns:
      The withSources.