Interface ProtobufMessages.VersionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getVersionMajor()
      optional int32 version_major = 1;
      int getVersionMinor()
      optional int32 version_minor = 2;
      int getVersionRevision()
      optional int32 version_revision = 3;
      boolean hasVersionMajor()
      optional int32 version_major = 1;
      boolean hasVersionMinor()
      optional int32 version_minor = 2;
      boolean hasVersionRevision()
      optional int32 version_revision = 3;
      • 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 Detail

      • hasVersionMajor

        boolean hasVersionMajor()
        optional int32 version_major = 1;
        Returns:
        Whether the versionMajor field is set.
      • getVersionMajor

        int getVersionMajor()
        optional int32 version_major = 1;
        Returns:
        The versionMajor.
      • hasVersionMinor

        boolean hasVersionMinor()
        optional int32 version_minor = 2;
        Returns:
        Whether the versionMinor field is set.
      • getVersionMinor

        int getVersionMinor()
        optional int32 version_minor = 2;
        Returns:
        The versionMinor.
      • hasVersionRevision

        boolean hasVersionRevision()
        optional int32 version_revision = 3;
        Returns:
        Whether the versionRevision field is set.
      • getVersionRevision

        int getVersionRevision()
        optional int32 version_revision = 3;
        Returns:
        The versionRevision.