public static interface VersionOuterClass.VersionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getGitCommit()
string git_commit = 2; |
ByteString |
getGitCommitBytes()
string git_commit = 2; |
String |
getGitTreeState()
string git_tree_state = 3; |
ByteString |
getGitTreeStateBytes()
string git_tree_state = 3; |
String |
getSemVer()
Sem ver string for the version
|
ByteString |
getSemVerBytes()
Sem ver string for the version
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getSemVerBytes()
Sem ver string for the version
string sem_ver = 1;
String getGitCommit()
string git_commit = 2;
ByteString getGitCommitBytes()
string git_commit = 2;
String getGitTreeState()
string git_tree_state = 3;
ByteString getGitTreeStateBytes()
string git_tree_state = 3;
Copyright © 2017–2018, microBean. All rights reserved.