public static interface Gnmi.SubscribeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Gnmi.AliasList |
getAliases()
Aliases to be created.
|
Gnmi.AliasListOrBuilder |
getAliasesOrBuilder()
Aliases to be created.
|
GnmiExt.Extension |
getExtension(int index)
Extension messages associated with the SubscribeRequest.
|
int |
getExtensionCount()
Extension messages associated with the SubscribeRequest.
|
List<GnmiExt.Extension> |
getExtensionList()
Extension messages associated with the SubscribeRequest.
|
GnmiExt.ExtensionOrBuilder |
getExtensionOrBuilder(int index)
Extension messages associated with the SubscribeRequest.
|
List<? extends GnmiExt.ExtensionOrBuilder> |
getExtensionOrBuilderList()
Extension messages associated with the SubscribeRequest.
|
Gnmi.Poll |
getPoll()
Trigger a polled update.
|
Gnmi.PollOrBuilder |
getPollOrBuilder()
Trigger a polled update.
|
Gnmi.SubscribeRequest.RequestCase |
getRequestCase() |
Gnmi.SubscriptionList |
getSubscribe()
Specify the paths within a subscription.
|
Gnmi.SubscriptionListOrBuilder |
getSubscribeOrBuilder()
Specify the paths within a subscription.
|
boolean |
hasAliases()
Aliases to be created.
|
boolean |
hasPoll()
Trigger a polled update.
|
boolean |
hasSubscribe()
Specify the paths within a subscription.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSubscribe()
Specify the paths within a subscription.
.gnmi.SubscriptionList subscribe = 1;
Gnmi.SubscriptionList getSubscribe()
Specify the paths within a subscription.
.gnmi.SubscriptionList subscribe = 1;
Gnmi.SubscriptionListOrBuilder getSubscribeOrBuilder()
Specify the paths within a subscription.
.gnmi.SubscriptionList subscribe = 1;
boolean hasPoll()
Trigger a polled update.
.gnmi.Poll poll = 3;
Gnmi.Poll getPoll()
Trigger a polled update.
.gnmi.Poll poll = 3;
Gnmi.PollOrBuilder getPollOrBuilder()
Trigger a polled update.
.gnmi.Poll poll = 3;
boolean hasAliases()
Aliases to be created.
.gnmi.AliasList aliases = 4;
Gnmi.AliasList getAliases()
Aliases to be created.
.gnmi.AliasList aliases = 4;
Gnmi.AliasListOrBuilder getAliasesOrBuilder()
Aliases to be created.
.gnmi.AliasList aliases = 4;
List<GnmiExt.Extension> getExtensionList()
Extension messages associated with the SubscribeRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
GnmiExt.Extension getExtension(int index)
Extension messages associated with the SubscribeRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
int getExtensionCount()
Extension messages associated with the SubscribeRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
List<? extends GnmiExt.ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the SubscribeRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
GnmiExt.ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the SubscribeRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
Gnmi.SubscribeRequest.RequestCase getRequestCase()
Copyright © 2021. All rights reserved.