@Deprecated public interface ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getValue()
Value of the variable being transmitted.
bytes value = 1;int getTypeValue()
Encoding used for the value field.
.gnmi.Encoding type = 2;Encoding getType()
Encoding used for the value field.
.gnmi.Encoding type = 2;Copyright © 2018 OpenDaylight. All rights reserved.