@Deprecated public static interface Gnmi.ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.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;
Gnmi.Encoding getType()
Encoding used for the value field.
.gnmi.Encoding type = 2;
Copyright © 2021. All rights reserved.