Package com.apivolve.xolir
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 TypeMethodDescriptionintuint32 ir_version = 11;string program_name = 10;com.google.protobuf.ByteStringstring program_name = 10;intuint32 telc_version = 12;booleanbool with_sources = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-