Class Gnmi.Error
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.opennms.features.openconfig.proto.gnmi.Gnmi.Error
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,Gnmi.ErrorOrBuilder
- Enclosing class:
- Gnmi
@Deprecated public static final class Gnmi.Error extends com.google.protobuf.GeneratedMessageV3 implements Gnmi.ErrorOrBuilder
Deprecated.Error message previously utilised to return errors to the client. Deprecated in favour of using the google.golang.org/genproto/googleapis/rpc/status message in the RPC response. Reference: gNMI Specification Section 2.5
Protobuf typegnmi.Error
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Gnmi.Error.Builder
Deprecated.Error message previously utilised to return errors to the client.-
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
CODE_FIELD_NUMBER
Deprecated.static int
DATA_FIELD_NUMBER
Deprecated.static int
MESSAGE_FIELD_NUMBER
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Deprecated.int
getCode()
Deprecated.Canonical gRPC error code.com.google.protobuf.Any
getData()
Deprecated.Optional additional information.com.google.protobuf.AnyOrBuilder
getDataOrBuilder()
Deprecated.Optional additional information.static Gnmi.Error
getDefaultInstance()
Deprecated.Gnmi.Error
getDefaultInstanceForType()
Deprecated.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
Deprecated.java.lang.String
getMessage()
Deprecated.Human readable error.com.google.protobuf.ByteString
getMessageBytes()
Deprecated.Human readable error.com.google.protobuf.Parser<Gnmi.Error>
getParserForType()
Deprecated.int
getSerializedSize()
Deprecated.com.google.protobuf.UnknownFieldSet
getUnknownFields()
Deprecated.boolean
hasData()
Deprecated.Optional additional information.int
hashCode()
Deprecated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
Deprecated.boolean
isInitialized()
Deprecated.static Gnmi.Error.Builder
newBuilder()
Deprecated.static Gnmi.Error.Builder
newBuilder(Gnmi.Error prototype)
Deprecated.Gnmi.Error.Builder
newBuilderForType()
Deprecated.protected Gnmi.Error.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Deprecated.protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
Deprecated.static Gnmi.Error
parseDelimitedFrom(java.io.InputStream input)
Deprecated.static Gnmi.Error
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static Gnmi.Error
parseFrom(byte[] data)
Deprecated.static Gnmi.Error
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static Gnmi.Error
parseFrom(com.google.protobuf.ByteString data)
Deprecated.static Gnmi.Error
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static Gnmi.Error
parseFrom(com.google.protobuf.CodedInputStream input)
Deprecated.static Gnmi.Error
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static Gnmi.Error
parseFrom(java.io.InputStream input)
Deprecated.static Gnmi.Error
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static Gnmi.Error
parseFrom(java.nio.ByteBuffer data)
Deprecated.static Gnmi.Error
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static com.google.protobuf.Parser<Gnmi.Error>
parser()
Deprecated.Gnmi.Error.Builder
toBuilder()
Deprecated.void
writeTo(com.google.protobuf.CodedOutputStream output)
Deprecated.-
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
-
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
Deprecated.- See Also:
- Constant Field Values
-
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
Deprecated.- See Also:
- Constant Field Values
-
DATA_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
Deprecated.- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Deprecated.- 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()
Deprecated.
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Deprecated.- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getCode
public int getCode()
Deprecated.Canonical gRPC error code.
uint32 code = 1;
- Specified by:
getCode
in interfaceGnmi.ErrorOrBuilder
-
getMessage
public java.lang.String getMessage()
Deprecated.Human readable error.
string message = 2;
- Specified by:
getMessage
in interfaceGnmi.ErrorOrBuilder
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes()
Deprecated.Human readable error.
string message = 2;
- Specified by:
getMessageBytes
in interfaceGnmi.ErrorOrBuilder
-
hasData
public boolean hasData()
Deprecated.Optional additional information.
.google.protobuf.Any data = 3;
- Specified by:
hasData
in interfaceGnmi.ErrorOrBuilder
-
getData
public com.google.protobuf.Any getData()
Deprecated.Optional additional information.
.google.protobuf.Any data = 3;
- Specified by:
getData
in interfaceGnmi.ErrorOrBuilder
-
getDataOrBuilder
public com.google.protobuf.AnyOrBuilder getDataOrBuilder()
Deprecated.Optional additional information.
.google.protobuf.Any data = 3;
- Specified by:
getDataOrBuilder
in interfaceGnmi.ErrorOrBuilder
-
isInitialized
public final boolean isInitialized()
Deprecated.- 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 java.io.IOException
Deprecated.- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
Deprecated.- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
Deprecated.- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Gnmi.Error parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.Error parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.Error parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.Error parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.Error parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.Error parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Gnmi.Error parseFrom(java.io.InputStream input) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
parseFrom
public static Gnmi.Error parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Gnmi.Error parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Gnmi.Error parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
parseFrom
public static Gnmi.Error parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
parseFrom
public static Gnmi.Error parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
newBuilderForType
public Gnmi.Error.Builder newBuilderForType()
Deprecated.- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Gnmi.Error.Builder newBuilder()
Deprecated.
-
newBuilder
public static Gnmi.Error.Builder newBuilder(Gnmi.Error prototype)
Deprecated.
-
toBuilder
public Gnmi.Error.Builder toBuilder()
Deprecated.- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Gnmi.Error.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Deprecated.- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Gnmi.Error getDefaultInstance()
Deprecated.
-
parser
public static com.google.protobuf.Parser<Gnmi.Error> parser()
Deprecated.
-
getParserForType
public com.google.protobuf.Parser<Gnmi.Error> getParserForType()
Deprecated.- 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.Error getDefaultInstanceForType()
Deprecated.- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-