Interface Build.SO_BuildOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Build.SO_Build, Build.SO_Build.Builder
Enclosing class:
Build

public static interface Build.SO_BuildOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    boolean getDevelopment()
    Whether this build is a development build
    java.lang.String getGradleVersion()
    The build platform's Gradle version
    com.google.protobuf.ByteString getGradleVersionBytes()
    The build platform's Gradle version
    java.lang.String getJavaVersion()
    The build platform's Java version
    com.google.protobuf.ByteString getJavaVersionBytes()
    The build platform's Java version
    java.lang.String getPlatform()
    The build platform's name
    com.google.protobuf.ByteString getPlatformBytes()
    The build platform's name
    long getTime()
    The build time
    java.lang.String getVersion()
    The version string
    com.google.protobuf.ByteString getVersionBytes()
    The version string

    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 Details

    • getVersion

      java.lang.String getVersion()
       The version string
       
      string version = 1;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       The version string
       
      string version = 1;
      Returns:
      The bytes for version.
    • getTime

      long getTime()
       The build time
       
      int64 time = 3;
      Returns:
      The time.
    • getDevelopment

      boolean getDevelopment()
       Whether this build is a development build
       
      bool development = 4;
      Returns:
      The development.
    • getPlatform

      java.lang.String getPlatform()
       The build platform's name
       
      string platform = 5;
      Returns:
      The platform.
    • getPlatformBytes

      com.google.protobuf.ByteString getPlatformBytes()
       The build platform's name
       
      string platform = 5;
      Returns:
      The bytes for platform.
    • getJavaVersion

      java.lang.String getJavaVersion()
       The build platform's Java version
       
      string java_version = 6;
      Returns:
      The javaVersion.
    • getJavaVersionBytes

      com.google.protobuf.ByteString getJavaVersionBytes()
       The build platform's Java version
       
      string java_version = 6;
      Returns:
      The bytes for javaVersion.
    • getGradleVersion

      java.lang.String getGradleVersion()
       The build platform's Gradle version
       
      string gradle_version = 7;
      Returns:
      The gradleVersion.
    • getGradleVersionBytes

      com.google.protobuf.ByteString getGradleVersionBytes()
       The build platform's Gradle version
       
      string gradle_version = 7;
      Returns:
      The bytes for gradleVersion.