Class Gnmi.UpdateResult
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.opennms.features.openconfig.proto.gnmi.Gnmi.UpdateResult
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,Gnmi.UpdateResultOrBuilder
- Enclosing class:
- Gnmi
public static final class Gnmi.UpdateResult extends com.google.protobuf.GeneratedMessageV3 implements Gnmi.UpdateResultOrBuilder
UpdateResult is used within the SetResponse message to communicate the result of an operation specified within a SetRequest message. Reference: gNMI Specification Section 3.4.2
Protobuf typegnmi.UpdateResult
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Gnmi.UpdateResult.Builder
UpdateResult is used within the SetResponse message to communicate the result of an operation specified within a SetRequest message.static class
Gnmi.UpdateResult.Operation
The operation that was associated with the Path specified.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
MESSAGE_FIELD_NUMBER
static int
OP_FIELD_NUMBER
static int
PATH_FIELD_NUMBER
static int
TIMESTAMP_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
static Gnmi.UpdateResult
getDefaultInstance()
Gnmi.UpdateResult
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
Gnmi.Error
getMessage()
Deprecated.Gnmi.ErrorOrBuilder
getMessageOrBuilder()
Deprecated.Gnmi.UpdateResult.Operation
getOp()
Update operation type.int
getOpValue()
Update operation type.com.google.protobuf.Parser<Gnmi.UpdateResult>
getParserForType()
Gnmi.Path
getPath()
Path associated with the update.Gnmi.PathOrBuilder
getPathOrBuilder()
Path associated with the update.int
getSerializedSize()
long
getTimestamp()
Deprecated.com.google.protobuf.UnknownFieldSet
getUnknownFields()
int
hashCode()
boolean
hasMessage()
Deprecated.boolean
hasPath()
Path associated with the update.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Gnmi.UpdateResult.Builder
newBuilder()
static Gnmi.UpdateResult.Builder
newBuilder(Gnmi.UpdateResult prototype)
Gnmi.UpdateResult.Builder
newBuilderForType()
protected Gnmi.UpdateResult.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Gnmi.UpdateResult
parseDelimitedFrom(InputStream input)
static Gnmi.UpdateResult
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.UpdateResult
parseFrom(byte[] data)
static Gnmi.UpdateResult
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.UpdateResult
parseFrom(com.google.protobuf.ByteString data)
static Gnmi.UpdateResult
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.UpdateResult
parseFrom(com.google.protobuf.CodedInputStream input)
static Gnmi.UpdateResult
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.UpdateResult
parseFrom(InputStream input)
static Gnmi.UpdateResult
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.UpdateResult
parseFrom(ByteBuffer data)
static Gnmi.UpdateResult
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Gnmi.UpdateResult>
parser()
Gnmi.UpdateResult.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TIMESTAMP_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OP_FIELD_NUMBER
public static final int OP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getTimestamp
@Deprecated public long getTimestamp()
Deprecated.Deprecated timestamp for the UpdateResult, this field has been replaced by the timestamp within the SetResponse message, since all mutations effected by a set should be applied as a single transaction.
int64 timestamp = 1 [deprecated = true];
- Specified by:
getTimestamp
in interfaceGnmi.UpdateResultOrBuilder
-
hasPath
public boolean hasPath()
Path associated with the update.
.gnmi.Path path = 2;
- Specified by:
hasPath
in interfaceGnmi.UpdateResultOrBuilder
-
getPath
public Gnmi.Path getPath()
Path associated with the update.
.gnmi.Path path = 2;
- Specified by:
getPath
in interfaceGnmi.UpdateResultOrBuilder
-
getPathOrBuilder
public Gnmi.PathOrBuilder getPathOrBuilder()
Path associated with the update.
.gnmi.Path path = 2;
- Specified by:
getPathOrBuilder
in interfaceGnmi.UpdateResultOrBuilder
-
hasMessage
@Deprecated public boolean hasMessage()
Deprecated.Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];
- Specified by:
hasMessage
in interfaceGnmi.UpdateResultOrBuilder
-
getMessage
@Deprecated public Gnmi.Error getMessage()
Deprecated.Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];
- Specified by:
getMessage
in interfaceGnmi.UpdateResultOrBuilder
-
getMessageOrBuilder
@Deprecated public Gnmi.ErrorOrBuilder getMessageOrBuilder()
Deprecated.Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];
- Specified by:
getMessageOrBuilder
in interfaceGnmi.UpdateResultOrBuilder
-
getOpValue
public int getOpValue()
Update operation type.
.gnmi.UpdateResult.Operation op = 4;
- Specified by:
getOpValue
in interfaceGnmi.UpdateResultOrBuilder
-
getOp
public Gnmi.UpdateResult.Operation getOp()
Update operation type.
.gnmi.UpdateResult.Operation op = 4;
- Specified by:
getOp
in interfaceGnmi.UpdateResultOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Gnmi.UpdateResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.UpdateResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.UpdateResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.UpdateResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.UpdateResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.UpdateResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.UpdateResult parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Gnmi.UpdateResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Gnmi.UpdateResult parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Gnmi.UpdateResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Gnmi.UpdateResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Gnmi.UpdateResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Gnmi.UpdateResult.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Gnmi.UpdateResult.Builder newBuilder()
-
newBuilder
public static Gnmi.UpdateResult.Builder newBuilder(Gnmi.UpdateResult prototype)
-
toBuilder
public Gnmi.UpdateResult.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Gnmi.UpdateResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Gnmi.UpdateResult getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Gnmi.UpdateResult> parser()
-
getParserForType
public com.google.protobuf.Parser<Gnmi.UpdateResult> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Gnmi.UpdateResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-