public interface SubscriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getHeartbeatInterval()
Specifies the maximum allowable silent period in nanoseconds when
suppress_redundant is in use.
|
SubscriptionMode |
getMode()
Subscription mode to be used.
|
int |
getModeValue()
Subscription mode to be used.
|
Path |
getPath()
The data tree path.
|
PathOrBuilder |
getPathOrBuilder()
The data tree path.
|
long |
getSampleInterval()
ns between samples in SAMPLE mode.
|
boolean |
getSuppressRedundant()
Indicates whether values that not changed should be sent in a SAMPLE
subscription.
|
boolean |
hasPath()
The data tree path.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
The data tree path.
.gnmi.Path path = 1;
Path getPath()
The data tree path.
.gnmi.Path path = 1;
PathOrBuilder getPathOrBuilder()
The data tree path.
.gnmi.Path path = 1;
int getModeValue()
Subscription mode to be used.
.gnmi.SubscriptionMode mode = 2;
SubscriptionMode getMode()
Subscription mode to be used.
.gnmi.SubscriptionMode mode = 2;
long getSampleInterval()
ns between samples in SAMPLE mode.
uint64 sample_interval = 3;
boolean getSuppressRedundant()
Indicates whether values that not changed should be sent in a SAMPLE subscription.
bool suppress_redundant = 4;
long getHeartbeatInterval()
Specifies the maximum allowable silent period in nanoseconds when suppress_redundant is in use. The target should send a value at least once in the period specified.
uint64 heartbeat_interval = 5;
Copyright © 2018 OpenDaylight. All rights reserved.