public static interface Verrpc.VersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAppMajor()
The major application version.
|
int |
getAppMinor()
The minor application version.
|
int |
getAppPatch()
The application patch number.
|
java.lang.String |
getAppPreRelease()
The application pre-release modifier, possibly empty.
|
com.google.protobuf.ByteString |
getAppPreReleaseBytes()
The application pre-release modifier, possibly empty.
|
java.lang.String |
getBuildTags(int index)
The list of build tags that were supplied during compilation.
|
com.google.protobuf.ByteString |
getBuildTagsBytes(int index)
The list of build tags that were supplied during compilation.
|
int |
getBuildTagsCount()
The list of build tags that were supplied during compilation.
|
java.util.List<java.lang.String> |
getBuildTagsList()
The list of build tags that were supplied during compilation.
|
java.lang.String |
getCommit()
A verbose description of the daemon's commit.
|
com.google.protobuf.ByteString |
getCommitBytes()
A verbose description of the daemon's commit.
|
java.lang.String |
getCommitHash()
The SHA1 commit hash that the daemon is compiled with.
|
com.google.protobuf.ByteString |
getCommitHashBytes()
The SHA1 commit hash that the daemon is compiled with.
|
java.lang.String |
getGoVersion()
The version of go that compiled the executable.
|
com.google.protobuf.ByteString |
getGoVersionBytes()
The version of go that compiled the executable.
|
java.lang.String |
getVersion()
The semantic version.
|
com.google.protobuf.ByteString |
getVersionBytes()
The semantic version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getCommit()
A verbose description of the daemon's commit.
string commit = 1;com.google.protobuf.ByteString getCommitBytes()
A verbose description of the daemon's commit.
string commit = 1;java.lang.String getCommitHash()
The SHA1 commit hash that the daemon is compiled with.
string commit_hash = 2;com.google.protobuf.ByteString getCommitHashBytes()
The SHA1 commit hash that the daemon is compiled with.
string commit_hash = 2;java.lang.String getVersion()
The semantic version.
string version = 3;com.google.protobuf.ByteString getVersionBytes()
The semantic version.
string version = 3;int getAppMajor()
The major application version.
uint32 app_major = 4;int getAppMinor()
The minor application version.
uint32 app_minor = 5;int getAppPatch()
The application patch number.
uint32 app_patch = 6;java.lang.String getAppPreRelease()
The application pre-release modifier, possibly empty.
string app_pre_release = 7;com.google.protobuf.ByteString getAppPreReleaseBytes()
The application pre-release modifier, possibly empty.
string app_pre_release = 7;java.util.List<java.lang.String> getBuildTagsList()
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;int getBuildTagsCount()
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;java.lang.String getBuildTags(int index)
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;index - The index of the element to return.com.google.protobuf.ByteString getBuildTagsBytes(int index)
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;index - The index of the value to return.java.lang.String getGoVersion()
The version of go that compiled the executable.
string go_version = 9;com.google.protobuf.ByteString getGoVersionBytes()
The version of go that compiled the executable.
string go_version = 9;