public static interface Gnmi.UpdateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDuplicates()
Number of coalesced duplicates.
|
Gnmi.Path |
getPath()
The path (key) for the update.
|
Gnmi.PathOrBuilder |
getPathOrBuilder()
The path (key) for the update.
|
Gnmi.TypedValue |
getVal()
The explicitly typed update value.
|
Gnmi.TypedValueOrBuilder |
getValOrBuilder()
The explicitly typed update value.
|
Gnmi.Value |
getValue()
Deprecated.
|
Gnmi.ValueOrBuilder |
getValueOrBuilder()
Deprecated.
|
boolean |
hasPath()
The path (key) for the update.
|
boolean |
hasVal()
The explicitly typed update value.
|
boolean |
hasValue()
Deprecated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
The path (key) for the update.
.gnmi.Path path = 1;
Gnmi.Path getPath()
The path (key) for the update.
.gnmi.Path path = 1;
Gnmi.PathOrBuilder getPathOrBuilder()
The path (key) for the update.
.gnmi.Path path = 1;
@Deprecated boolean hasValue()
The value (value) for the update.
.gnmi.Value value = 2 [deprecated = true];
@Deprecated Gnmi.Value getValue()
The value (value) for the update.
.gnmi.Value value = 2 [deprecated = true];
@Deprecated Gnmi.ValueOrBuilder getValueOrBuilder()
The value (value) for the update.
.gnmi.Value value = 2 [deprecated = true];
boolean hasVal()
The explicitly typed update value.
.gnmi.TypedValue val = 3;
Gnmi.TypedValue getVal()
The explicitly typed update value.
.gnmi.TypedValue val = 3;
Gnmi.TypedValueOrBuilder getValOrBuilder()
The explicitly typed update value.
.gnmi.TypedValue val = 3;
int getDuplicates()
Number of coalesced duplicates.
uint32 duplicates = 4;
Copyright © 2021. All rights reserved.