Interface VersionOuterClass.VersionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBuild()
      Specifies the GIT sha of the build
      com.google.protobuf.ByteString getBuildBytes()
      Specifies the GIT sha of the build
      String getBuildTime()
      Build timestamp
      com.google.protobuf.ByteString getBuildTimeBytes()
      Build timestamp
      String getVersion()
      Version for the build, should follow a semver
      com.google.protobuf.ByteString getVersionBytes()
      Version for the build, should follow a semver
      • 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

      • getBuild

        String getBuild()
         Specifies the GIT sha of the build
         
        string Build = 1;
        Returns:
        The build.
      • getBuildBytes

        com.google.protobuf.ByteString getBuildBytes()
         Specifies the GIT sha of the build
         
        string Build = 1;
        Returns:
        The bytes for build.
      • getVersion

        String getVersion()
         Version for the build, should follow a semver
         
        string Version = 2;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         Version for the build, should follow a semver
         
        string Version = 2;
        Returns:
        The bytes for version.
      • getBuildTime

        String getBuildTime()
         Build timestamp
         
        string BuildTime = 3;
        Returns:
        The buildTime.
      • getBuildTimeBytes

        com.google.protobuf.ByteString getBuildTimeBytes()
         Build timestamp
         
        string BuildTime = 3;
        Returns:
        The bytes for buildTime.