public static final class InfoOuterClass.Info extends GeneratedMessageV3 implements InfoOuterClass.InfoOrBuilder
Info describes release information.Protobuf type
hapi.release.Info
Modifier and Type | Class and Description |
---|---|
static class |
InfoOuterClass.Info.Builder
Info describes release information.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
DELETED_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
FIRST_DEPLOYED_FIELD_NUMBER |
static int |
LAST_DEPLOYED_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int STATUS_FIELD_NUMBER
public static final int FIRST_DEPLOYED_FIELD_NUMBER
public static final int LAST_DEPLOYED_FIELD_NUMBER
public static final int DELETED_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasStatus()
.hapi.release.Status status = 1;
hasStatus
in interface InfoOuterClass.InfoOrBuilder
public StatusOuterClass.Status getStatus()
.hapi.release.Status status = 1;
getStatus
in interface InfoOuterClass.InfoOrBuilder
public StatusOuterClass.StatusOrBuilder getStatusOrBuilder()
.hapi.release.Status status = 1;
getStatusOrBuilder
in interface InfoOuterClass.InfoOrBuilder
public boolean hasFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2;
hasFirstDeployed
in interface InfoOuterClass.InfoOrBuilder
public Timestamp getFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2;
getFirstDeployed
in interface InfoOuterClass.InfoOrBuilder
public TimestampOrBuilder getFirstDeployedOrBuilder()
.google.protobuf.Timestamp first_deployed = 2;
getFirstDeployedOrBuilder
in interface InfoOuterClass.InfoOrBuilder
public boolean hasLastDeployed()
.google.protobuf.Timestamp last_deployed = 3;
hasLastDeployed
in interface InfoOuterClass.InfoOrBuilder
public Timestamp getLastDeployed()
.google.protobuf.Timestamp last_deployed = 3;
getLastDeployed
in interface InfoOuterClass.InfoOrBuilder
public TimestampOrBuilder getLastDeployedOrBuilder()
.google.protobuf.Timestamp last_deployed = 3;
getLastDeployedOrBuilder
in interface InfoOuterClass.InfoOrBuilder
public boolean hasDeleted()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;
hasDeleted
in interface InfoOuterClass.InfoOrBuilder
public Timestamp getDeleted()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;
getDeleted
in interface InfoOuterClass.InfoOrBuilder
public TimestampOrBuilder getDeletedOrBuilder()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;
getDeletedOrBuilder
in interface InfoOuterClass.InfoOrBuilder
public String getDescription()
Description is human-friendly "log entry" about this release.
string Description = 5;
getDescription
in interface InfoOuterClass.InfoOrBuilder
public ByteString getDescriptionBytes()
Description is human-friendly "log entry" about this release.
string Description = 5;
getDescriptionBytes
in interface InfoOuterClass.InfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static InfoOuterClass.Info parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InfoOuterClass.Info parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InfoOuterClass.Info parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InfoOuterClass.Info parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InfoOuterClass.Info parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InfoOuterClass.Info parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InfoOuterClass.Info parseFrom(InputStream input) throws IOException
IOException
public static InfoOuterClass.Info parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static InfoOuterClass.Info parseDelimitedFrom(InputStream input) throws IOException
IOException
public static InfoOuterClass.Info parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static InfoOuterClass.Info parseFrom(CodedInputStream input) throws IOException
IOException
public static InfoOuterClass.Info parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public InfoOuterClass.Info.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static InfoOuterClass.Info.Builder newBuilder()
public static InfoOuterClass.Info.Builder newBuilder(InfoOuterClass.Info prototype)
public InfoOuterClass.Info.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected InfoOuterClass.Info.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static InfoOuterClass.Info getDefaultInstance()
public static Parser<InfoOuterClass.Info> parser()
public Parser<InfoOuterClass.Info> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public InfoOuterClass.Info getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2017–2018, microBean. All rights reserved.