- 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 |
getDebug() |
Whether this build is a debug or release 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
|
int |
getNumber() |
The build number which uniquely identifies this build.
|
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 in a.b.c format.
|
com.google.protobuf.ByteString |
getVersionBytes() |
The version string in a.b.c format.
|
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 in a.b.c format.
string version = 1;
- Returns:
- The version.
-
com.google.protobuf.ByteString getVersionBytes()
The version string in a.b.c format.
string version = 1;
- Returns:
- The bytes for version.
-
int getNumber()
The build number which uniquely identifies this build.
int32 number = 2;
- Returns:
- The number.
-
long getTime()
The build time
int64 time = 3;
- Returns:
- The time.
-
boolean getDebug()
Whether this build is a debug or release build
bool debug = 4;
- Returns:
- The debug.
-
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.