Interface ValueTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValueType,ValueType.Builder
public interface ValueTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintIndex into ProfilesDictionary.string_table.intIndex into ProfilesDictionary.string_table.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
-
getTypeStrindex
int getTypeStrindex()Index into ProfilesDictionary.string_table.
int32 type_strindex = 1;- Returns:
- The typeStrindex.
-
getUnitStrindex
int getUnitStrindex()Index into ProfilesDictionary.string_table.
int32 unit_strindex = 2;- Returns:
- The unitStrindex.
-