Interface VersionProto.VersionPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VersionProto.VersionPB,VersionProto.VersionPB.Builder
- Enclosing class:
- VersionProto
public static interface VersionProto.VersionPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getMajor
int getMajor()int32 major = 1;- Returns:
- The major.
-
getMinor
int getMinor()int32 minor = 2;- Returns:
- The minor.
-
getRev
int getRev()int32 rev = 3;- Returns:
- The rev.
-
getBuild
int getBuild()int32 build = 4;- Returns:
- The build.
-
getBeta
int getBeta()sint32 beta = 5;- Returns:
- The beta.
-
getRc
int getRc()sint32 rc = 6;- Returns:
- The rc.
-
getDev
boolean getDev()bool dev = 7;- Returns:
- The dev.
-
getSnapshot
boolean getSnapshot()bool snapshot = 8;- Returns:
- The snapshot.
-