Interface Gnmi.ValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gnmi.Value
,Gnmi.Value.Builder
- Enclosing class:
- Gnmi
@Deprecated public static interface Gnmi.ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Gnmi.Encoding
getType()
Deprecated.Encoding used for the value field.int
getTypeValue()
Deprecated.Encoding used for the value field.com.google.protobuf.ByteString
getValue()
Deprecated.Value of the variable being transmitted.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValue
com.google.protobuf.ByteString getValue()
Deprecated.Value of the variable being transmitted.
bytes value = 1;
-
getTypeValue
int getTypeValue()
Deprecated.Encoding used for the value field.
.gnmi.Encoding type = 2;
-
getType
Gnmi.Encoding getType()
Deprecated.Encoding used for the value field.
.gnmi.Encoding type = 2;
-
-