public final class Version extends com.google.protobuf.GeneratedMessageV3 implements VersionOrBuilder
appscode.version.Version| Modifier and Type | Class and Description |
|---|---|
static class |
Version.Builder
Protobuf type
appscode.version.Version |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ARCH_FIELD_NUMBER |
static int |
BUILD_HOST_ARCH_FIELD_NUMBER |
static int |
BUILD_HOST_FIELD_NUMBER |
static int |
BUILD_HOST_OS_FIELD_NUMBER |
static int |
BUILD_TIMESTAMP_FIELD_NUMBER |
static int |
COMMIT_HASH_FIELD_NUMBER |
static int |
COMMIT_TIMESTAMP_FIELD_NUMBER |
static int |
GIT_BRANCH_FIELD_NUMBER |
static int |
GIT_TAG_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OS_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
static int |
VERSION_STRATEGY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArch()
optional string arch = 5; |
com.google.protobuf.ByteString |
getArchBytes()
optional string arch = 5; |
java.lang.String |
getBuildHost()
optional string build_host = 11; |
java.lang.String |
getBuildHostArch()
optional string build_host_arch = 13; |
com.google.protobuf.ByteString |
getBuildHostArchBytes()
optional string build_host_arch = 13; |
com.google.protobuf.ByteString |
getBuildHostBytes()
optional string build_host = 11; |
java.lang.String |
getBuildHostOs()
optional string build_host_os = 12; |
com.google.protobuf.ByteString |
getBuildHostOsBytes()
optional string build_host_os = 12; |
java.lang.String |
getBuildTimestamp()
optional string build_timestamp = 10; |
com.google.protobuf.ByteString |
getBuildTimestampBytes()
optional string build_timestamp = 10; |
java.lang.String |
getCommitHash()
optional string commit_hash = 6; |
com.google.protobuf.ByteString |
getCommitHashBytes()
optional string commit_hash = 6; |
java.lang.String |
getCommitTimestamp()
optional string commit_timestamp = 9; |
com.google.protobuf.ByteString |
getCommitTimestampBytes()
optional string commit_timestamp = 9; |
static Version |
getDefaultInstance() |
Version |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getGitBranch()
optional string git_branch = 7; |
com.google.protobuf.ByteString |
getGitBranchBytes()
optional string git_branch = 7; |
java.lang.String |
getGitTag()
optional string git_tag = 8; |
com.google.protobuf.ByteString |
getGitTagBytes()
optional string git_tag = 8; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
java.lang.String |
getOs()
optional string os = 4; |
com.google.protobuf.ByteString |
getOsBytes()
optional string os = 4; |
com.google.protobuf.Parser<Version> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getVersion()
optional string version = 2; |
com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 2; |
java.lang.String |
getVersionStrategy()
optional string version_strategy = 3; |
com.google.protobuf.ByteString |
getVersionStrategyBytes()
optional string version_strategy = 3; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Version.Builder |
newBuilder() |
static Version.Builder |
newBuilder(Version prototype) |
Version.Builder |
newBuilderForType() |
protected Version.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Version |
parseDelimitedFrom(java.io.InputStream input) |
static Version |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Version |
parseFrom(byte[] data) |
static Version |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Version |
parseFrom(com.google.protobuf.ByteString data) |
static Version |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Version |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Version |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Version |
parseFrom(java.io.InputStream input) |
static Version |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Version> |
parser() |
Version.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int VERSION_STRATEGY_FIELD_NUMBER
public static final int OS_FIELD_NUMBER
public static final int ARCH_FIELD_NUMBER
public static final int COMMIT_HASH_FIELD_NUMBER
public static final int GIT_BRANCH_FIELD_NUMBER
public static final int GIT_TAG_FIELD_NUMBER
public static final int COMMIT_TIMESTAMP_FIELD_NUMBER
public static final int BUILD_TIMESTAMP_FIELD_NUMBER
public static final int BUILD_HOST_FIELD_NUMBER
public static final int BUILD_HOST_OS_FIELD_NUMBER
public static final int BUILD_HOST_ARCH_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getName()
optional string name = 1;getName in interface VersionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface VersionOrBuilderpublic java.lang.String getVersion()
optional string version = 2;getVersion in interface VersionOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
optional string version = 2;getVersionBytes in interface VersionOrBuilderpublic java.lang.String getVersionStrategy()
optional string version_strategy = 3;getVersionStrategy in interface VersionOrBuilderpublic com.google.protobuf.ByteString getVersionStrategyBytes()
optional string version_strategy = 3;getVersionStrategyBytes in interface VersionOrBuilderpublic java.lang.String getOs()
optional string os = 4;getOs in interface VersionOrBuilderpublic com.google.protobuf.ByteString getOsBytes()
optional string os = 4;getOsBytes in interface VersionOrBuilderpublic java.lang.String getArch()
optional string arch = 5;getArch in interface VersionOrBuilderpublic com.google.protobuf.ByteString getArchBytes()
optional string arch = 5;getArchBytes in interface VersionOrBuilderpublic java.lang.String getCommitHash()
optional string commit_hash = 6;getCommitHash in interface VersionOrBuilderpublic com.google.protobuf.ByteString getCommitHashBytes()
optional string commit_hash = 6;getCommitHashBytes in interface VersionOrBuilderpublic java.lang.String getGitBranch()
optional string git_branch = 7;getGitBranch in interface VersionOrBuilderpublic com.google.protobuf.ByteString getGitBranchBytes()
optional string git_branch = 7;getGitBranchBytes in interface VersionOrBuilderpublic java.lang.String getGitTag()
optional string git_tag = 8;getGitTag in interface VersionOrBuilderpublic com.google.protobuf.ByteString getGitTagBytes()
optional string git_tag = 8;getGitTagBytes in interface VersionOrBuilderpublic java.lang.String getCommitTimestamp()
optional string commit_timestamp = 9;getCommitTimestamp in interface VersionOrBuilderpublic com.google.protobuf.ByteString getCommitTimestampBytes()
optional string commit_timestamp = 9;getCommitTimestampBytes in interface VersionOrBuilderpublic java.lang.String getBuildTimestamp()
optional string build_timestamp = 10;getBuildTimestamp in interface VersionOrBuilderpublic com.google.protobuf.ByteString getBuildTimestampBytes()
optional string build_timestamp = 10;getBuildTimestampBytes in interface VersionOrBuilderpublic java.lang.String getBuildHost()
optional string build_host = 11;getBuildHost in interface VersionOrBuilderpublic com.google.protobuf.ByteString getBuildHostBytes()
optional string build_host = 11;getBuildHostBytes in interface VersionOrBuilderpublic java.lang.String getBuildHostOs()
optional string build_host_os = 12;getBuildHostOs in interface VersionOrBuilderpublic com.google.protobuf.ByteString getBuildHostOsBytes()
optional string build_host_os = 12;getBuildHostOsBytes in interface VersionOrBuilderpublic java.lang.String getBuildHostArch()
optional string build_host_arch = 13;getBuildHostArch in interface VersionOrBuilderpublic com.google.protobuf.ByteString getBuildHostArchBytes()
optional string build_host_arch = 13;getBuildHostArchBytes in interface VersionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Version parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Version parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Version parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Version parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Version parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Version parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Version parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Version parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Version parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Version parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Version.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Version.Builder newBuilder()
public static Version.Builder newBuilder(Version prototype)
public Version.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Version.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Version getDefaultInstance()
public static com.google.protobuf.Parser<Version> parser()
public com.google.protobuf.Parser<Version> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Version getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder