- 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
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
-
java.lang.String getVersion()
The version string
string version = 1;
- Returns:
- The version.
-
com.google.protobuf.ByteString getVersionBytes()
The version string
string version = 1;
- Returns:
- The bytes for version.
-
long getTime()
The build time
int64 time = 3;
- Returns:
- The time.
-
boolean getDevelopment()
Whether this build is a development build
bool development = 4;
- Returns:
- The development.
-
java.lang.String getPlatform()
The build platform's name
string platform = 5;
- Returns:
- The platform.
-
com.google.protobuf.ByteString getPlatformBytes()
The build platform's name
string platform = 5;
- Returns:
- The bytes for platform.
-
java.lang.String getJavaVersion()
The build platform's Java version
string java_version = 6;
- Returns:
- The javaVersion.
-
com.google.protobuf.ByteString getJavaVersionBytes()
The build platform's Java version
string java_version = 6;
- Returns:
- The bytes for javaVersion.
-
java.lang.String getGradleVersion()
The build platform's Gradle version
string gradle_version = 7;
- Returns:
- The gradleVersion.
-
com.google.protobuf.ByteString getGradleVersionBytes()
The build platform's Gradle version
string gradle_version = 7;
- Returns:
- The bytes for gradleVersion.