public static final class CiscProto.ProposeUpdateReply extends com.google.protobuf.GeneratedMessageV3 implements CiscProto.ProposeUpdateReplyOrBuilder
ProposeUpdateReply returns the updated propose-data.Protobuf type
cisc.ProposeUpdateReply| Modifier and Type | Class and Description |
|---|---|
static class |
CiscProto.ProposeUpdateReply.Builder
ProposeUpdateReply returns the updated propose-data.
|
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 com.google.protobuf.Parser<CiscProto.ProposeUpdateReply> |
PARSER
Deprecated.
|
static int |
PROPOSE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CiscProto.ProposeUpdateReply |
getDefaultInstance() |
CiscProto.ProposeUpdateReply |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<CiscProto.ProposeUpdateReply> |
getParserForType() |
CiscProto.Data |
getPropose()
optional .cisc.Data propose = 1; |
CiscProto.DataOrBuilder |
getProposeOrBuilder()
optional .cisc.Data propose = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasPropose()
optional .cisc.Data propose = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CiscProto.ProposeUpdateReply.Builder |
newBuilder() |
static CiscProto.ProposeUpdateReply.Builder |
newBuilder(CiscProto.ProposeUpdateReply prototype) |
CiscProto.ProposeUpdateReply.Builder |
newBuilderForType() |
protected CiscProto.ProposeUpdateReply.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static CiscProto.ProposeUpdateReply |
parseDelimitedFrom(InputStream input) |
static CiscProto.ProposeUpdateReply |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CiscProto.ProposeUpdateReply |
parseFrom(byte[] data) |
static CiscProto.ProposeUpdateReply |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CiscProto.ProposeUpdateReply |
parseFrom(ByteBuffer data) |
static CiscProto.ProposeUpdateReply |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CiscProto.ProposeUpdateReply |
parseFrom(com.google.protobuf.ByteString data) |
static CiscProto.ProposeUpdateReply |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CiscProto.ProposeUpdateReply |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CiscProto.ProposeUpdateReply |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CiscProto.ProposeUpdateReply |
parseFrom(InputStream input) |
static CiscProto.ProposeUpdateReply |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CiscProto.ProposeUpdateReply> |
parser() |
CiscProto.ProposeUpdateReply.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, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PROPOSE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<CiscProto.ProposeUpdateReply> PARSER
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 boolean hasPropose()
optional .cisc.Data propose = 1;hasPropose in interface CiscProto.ProposeUpdateReplyOrBuilderpublic CiscProto.Data getPropose()
optional .cisc.Data propose = 1;getPropose in interface CiscProto.ProposeUpdateReplyOrBuilderpublic CiscProto.DataOrBuilder getProposeOrBuilder()
optional .cisc.Data propose = 1;getProposeOrBuilder in interface CiscProto.ProposeUpdateReplyOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(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 CiscProto.ProposeUpdateReply parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CiscProto.ProposeUpdateReply parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CiscProto.ProposeUpdateReply parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CiscProto.ProposeUpdateReply parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CiscProto.ProposeUpdateReply parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CiscProto.ProposeUpdateReply parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CiscProto.ProposeUpdateReply parseFrom(InputStream input) throws IOException
IOExceptionpublic static CiscProto.ProposeUpdateReply parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CiscProto.ProposeUpdateReply parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CiscProto.ProposeUpdateReply parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CiscProto.ProposeUpdateReply parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CiscProto.ProposeUpdateReply parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CiscProto.ProposeUpdateReply.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CiscProto.ProposeUpdateReply.Builder newBuilder()
public static CiscProto.ProposeUpdateReply.Builder newBuilder(CiscProto.ProposeUpdateReply prototype)
public CiscProto.ProposeUpdateReply.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CiscProto.ProposeUpdateReply.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CiscProto.ProposeUpdateReply getDefaultInstance()
public static com.google.protobuf.Parser<CiscProto.ProposeUpdateReply> parser()
public com.google.protobuf.Parser<CiscProto.ProposeUpdateReply> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CiscProto.ProposeUpdateReply getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018. All rights reserved.