public static final class Verrpc.Version.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Verrpc.Version.Builder> implements Verrpc.VersionOrBuilder
verrpc.Version
Modifier and Type | Method and Description |
---|---|
Verrpc.Version.Builder |
addAllBuildTags(java.lang.Iterable<java.lang.String> values)
The list of build tags that were supplied during compilation.
|
Verrpc.Version.Builder |
addBuildTags(java.lang.String value)
The list of build tags that were supplied during compilation.
|
Verrpc.Version.Builder |
addBuildTagsBytes(com.google.protobuf.ByteString value)
The list of build tags that were supplied during compilation.
|
Verrpc.Version |
build() |
Verrpc.Version |
buildPartial() |
Verrpc.Version.Builder |
clear() |
Verrpc.Version.Builder |
clearAppMajor()
The major application version.
|
Verrpc.Version.Builder |
clearAppMinor()
The minor application version.
|
Verrpc.Version.Builder |
clearAppPatch()
The application patch number.
|
Verrpc.Version.Builder |
clearAppPreRelease()
The application pre-release modifier, possibly empty.
|
Verrpc.Version.Builder |
clearBuildTags()
The list of build tags that were supplied during compilation.
|
Verrpc.Version.Builder |
clearCommit()
A verbose description of the daemon's commit.
|
Verrpc.Version.Builder |
clearCommitHash()
The SHA1 commit hash that the daemon is compiled with.
|
Verrpc.Version.Builder |
clearGoVersion()
The version of go that compiled the executable.
|
Verrpc.Version.Builder |
clearVersion()
The semantic version.
|
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.
|
com.google.protobuf.ProtocolStringList |
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.
|
Verrpc.Version |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Verrpc.Version.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Verrpc.Version.Builder |
mergeFrom(com.google.protobuf.Message other) |
Verrpc.Version.Builder |
mergeFrom(Verrpc.Version other) |
Verrpc.Version.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Verrpc.Version.Builder |
setAppMajor(int value)
The major application version.
|
Verrpc.Version.Builder |
setAppMinor(int value)
The minor application version.
|
Verrpc.Version.Builder |
setAppPatch(int value)
The application patch number.
|
Verrpc.Version.Builder |
setAppPreRelease(java.lang.String value)
The application pre-release modifier, possibly empty.
|
Verrpc.Version.Builder |
setAppPreReleaseBytes(com.google.protobuf.ByteString value)
The application pre-release modifier, possibly empty.
|
Verrpc.Version.Builder |
setBuildTags(int index,
java.lang.String value)
The list of build tags that were supplied during compilation.
|
Verrpc.Version.Builder |
setCommit(java.lang.String value)
A verbose description of the daemon's commit.
|
Verrpc.Version.Builder |
setCommitBytes(com.google.protobuf.ByteString value)
A verbose description of the daemon's commit.
|
Verrpc.Version.Builder |
setCommitHash(java.lang.String value)
The SHA1 commit hash that the daemon is compiled with.
|
Verrpc.Version.Builder |
setCommitHashBytes(com.google.protobuf.ByteString value)
The SHA1 commit hash that the daemon is compiled with.
|
Verrpc.Version.Builder |
setGoVersion(java.lang.String value)
The version of go that compiled the executable.
|
Verrpc.Version.Builder |
setGoVersionBytes(com.google.protobuf.ByteString value)
The version of go that compiled the executable.
|
Verrpc.Version.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Verrpc.Version.Builder |
setVersion(java.lang.String value)
The semantic version.
|
Verrpc.Version.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
The semantic version.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Verrpc.Version.Builder>
public Verrpc.Version.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Verrpc.Version.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Verrpc.Version.Builder>
public Verrpc.Version getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Verrpc.Version build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Verrpc.Version buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Verrpc.Version.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Verrpc.Version.Builder>
public Verrpc.Version.Builder mergeFrom(Verrpc.Version other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Verrpc.Version.Builder>
public Verrpc.Version.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Verrpc.Version.Builder>
java.io.IOException
public java.lang.String getCommit()
A verbose description of the daemon's commit.
string commit = 1;
getCommit
in interface Verrpc.VersionOrBuilder
public com.google.protobuf.ByteString getCommitBytes()
A verbose description of the daemon's commit.
string commit = 1;
getCommitBytes
in interface Verrpc.VersionOrBuilder
public Verrpc.Version.Builder setCommit(java.lang.String value)
A verbose description of the daemon's commit.
string commit = 1;
value
- The commit to set.public Verrpc.Version.Builder clearCommit()
A verbose description of the daemon's commit.
string commit = 1;
public Verrpc.Version.Builder setCommitBytes(com.google.protobuf.ByteString value)
A verbose description of the daemon's commit.
string commit = 1;
value
- The bytes for commit to set.public java.lang.String getCommitHash()
The SHA1 commit hash that the daemon is compiled with.
string commit_hash = 2;
getCommitHash
in interface Verrpc.VersionOrBuilder
public com.google.protobuf.ByteString getCommitHashBytes()
The SHA1 commit hash that the daemon is compiled with.
string commit_hash = 2;
getCommitHashBytes
in interface Verrpc.VersionOrBuilder
public Verrpc.Version.Builder setCommitHash(java.lang.String value)
The SHA1 commit hash that the daemon is compiled with.
string commit_hash = 2;
value
- The commitHash to set.public Verrpc.Version.Builder clearCommitHash()
The SHA1 commit hash that the daemon is compiled with.
string commit_hash = 2;
public Verrpc.Version.Builder setCommitHashBytes(com.google.protobuf.ByteString value)
The SHA1 commit hash that the daemon is compiled with.
string commit_hash = 2;
value
- The bytes for commitHash to set.public java.lang.String getVersion()
The semantic version.
string version = 3;
getVersion
in interface Verrpc.VersionOrBuilder
public com.google.protobuf.ByteString getVersionBytes()
The semantic version.
string version = 3;
getVersionBytes
in interface Verrpc.VersionOrBuilder
public Verrpc.Version.Builder setVersion(java.lang.String value)
The semantic version.
string version = 3;
value
- The version to set.public Verrpc.Version.Builder clearVersion()
The semantic version.
string version = 3;
public Verrpc.Version.Builder setVersionBytes(com.google.protobuf.ByteString value)
The semantic version.
string version = 3;
value
- The bytes for version to set.public int getAppMajor()
The major application version.
uint32 app_major = 4;
getAppMajor
in interface Verrpc.VersionOrBuilder
public Verrpc.Version.Builder setAppMajor(int value)
The major application version.
uint32 app_major = 4;
value
- The appMajor to set.public Verrpc.Version.Builder clearAppMajor()
The major application version.
uint32 app_major = 4;
public int getAppMinor()
The minor application version.
uint32 app_minor = 5;
getAppMinor
in interface Verrpc.VersionOrBuilder
public Verrpc.Version.Builder setAppMinor(int value)
The minor application version.
uint32 app_minor = 5;
value
- The appMinor to set.public Verrpc.Version.Builder clearAppMinor()
The minor application version.
uint32 app_minor = 5;
public int getAppPatch()
The application patch number.
uint32 app_patch = 6;
getAppPatch
in interface Verrpc.VersionOrBuilder
public Verrpc.Version.Builder setAppPatch(int value)
The application patch number.
uint32 app_patch = 6;
value
- The appPatch to set.public Verrpc.Version.Builder clearAppPatch()
The application patch number.
uint32 app_patch = 6;
public java.lang.String getAppPreRelease()
The application pre-release modifier, possibly empty.
string app_pre_release = 7;
getAppPreRelease
in interface Verrpc.VersionOrBuilder
public com.google.protobuf.ByteString getAppPreReleaseBytes()
The application pre-release modifier, possibly empty.
string app_pre_release = 7;
getAppPreReleaseBytes
in interface Verrpc.VersionOrBuilder
public Verrpc.Version.Builder setAppPreRelease(java.lang.String value)
The application pre-release modifier, possibly empty.
string app_pre_release = 7;
value
- The appPreRelease to set.public Verrpc.Version.Builder clearAppPreRelease()
The application pre-release modifier, possibly empty.
string app_pre_release = 7;
public Verrpc.Version.Builder setAppPreReleaseBytes(com.google.protobuf.ByteString value)
The application pre-release modifier, possibly empty.
string app_pre_release = 7;
value
- The bytes for appPreRelease to set.public com.google.protobuf.ProtocolStringList getBuildTagsList()
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;
getBuildTagsList
in interface Verrpc.VersionOrBuilder
public int getBuildTagsCount()
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;
getBuildTagsCount
in interface Verrpc.VersionOrBuilder
public java.lang.String getBuildTags(int index)
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;
getBuildTags
in interface Verrpc.VersionOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getBuildTagsBytes(int index)
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;
getBuildTagsBytes
in interface Verrpc.VersionOrBuilder
index
- The index of the value to return.public Verrpc.Version.Builder setBuildTags(int index, java.lang.String value)
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;
index
- The index to set the value at.value
- The buildTags to set.public Verrpc.Version.Builder addBuildTags(java.lang.String value)
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;
value
- The buildTags to add.public Verrpc.Version.Builder addAllBuildTags(java.lang.Iterable<java.lang.String> values)
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;
values
- The buildTags to add.public Verrpc.Version.Builder clearBuildTags()
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;
public Verrpc.Version.Builder addBuildTagsBytes(com.google.protobuf.ByteString value)
The list of build tags that were supplied during compilation.
repeated string build_tags = 8;
value
- The bytes of the buildTags to add.public java.lang.String getGoVersion()
The version of go that compiled the executable.
string go_version = 9;
getGoVersion
in interface Verrpc.VersionOrBuilder
public com.google.protobuf.ByteString getGoVersionBytes()
The version of go that compiled the executable.
string go_version = 9;
getGoVersionBytes
in interface Verrpc.VersionOrBuilder
public Verrpc.Version.Builder setGoVersion(java.lang.String value)
The version of go that compiled the executable.
string go_version = 9;
value
- The goVersion to set.public Verrpc.Version.Builder clearGoVersion()
The version of go that compiled the executable.
string go_version = 9;
public Verrpc.Version.Builder setGoVersionBytes(com.google.protobuf.ByteString value)
The version of go that compiled the executable.
string go_version = 9;
value
- The bytes for goVersion to set.public final Verrpc.Version.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Verrpc.Version.Builder>
public final Verrpc.Version.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Verrpc.Version.Builder>