public static interface Gnmi.SetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Gnmi.Path |
getDelete(int index)
Paths to be deleted from the data tree.
|
int |
getDeleteCount()
Paths to be deleted from the data tree.
|
List<Gnmi.Path> |
getDeleteList()
Paths to be deleted from the data tree.
|
Gnmi.PathOrBuilder |
getDeleteOrBuilder(int index)
Paths to be deleted from the data tree.
|
List<? extends Gnmi.PathOrBuilder> |
getDeleteOrBuilderList()
Paths to be deleted from the data tree.
|
GnmiExt.Extension |
getExtension(int index)
Extension messages associated with the SetRequest.
|
int |
getExtensionCount()
Extension messages associated with the SetRequest.
|
List<GnmiExt.Extension> |
getExtensionList()
Extension messages associated with the SetRequest.
|
GnmiExt.ExtensionOrBuilder |
getExtensionOrBuilder(int index)
Extension messages associated with the SetRequest.
|
List<? extends GnmiExt.ExtensionOrBuilder> |
getExtensionOrBuilderList()
Extension messages associated with the SetRequest.
|
Gnmi.Path |
getPrefix()
Prefix used for paths in the message.
|
Gnmi.PathOrBuilder |
getPrefixOrBuilder()
Prefix used for paths in the message.
|
Gnmi.Update |
getReplace(int index)
Updates specifying elements to be replaced.
|
int |
getReplaceCount()
Updates specifying elements to be replaced.
|
List<Gnmi.Update> |
getReplaceList()
Updates specifying elements to be replaced.
|
Gnmi.UpdateOrBuilder |
getReplaceOrBuilder(int index)
Updates specifying elements to be replaced.
|
List<? extends Gnmi.UpdateOrBuilder> |
getReplaceOrBuilderList()
Updates specifying elements to be replaced.
|
Gnmi.Update |
getUpdate(int index)
Updates specifying elements to updated.
|
int |
getUpdateCount()
Updates specifying elements to updated.
|
List<Gnmi.Update> |
getUpdateList()
Updates specifying elements to updated.
|
Gnmi.UpdateOrBuilder |
getUpdateOrBuilder(int index)
Updates specifying elements to updated.
|
List<? extends Gnmi.UpdateOrBuilder> |
getUpdateOrBuilderList()
Updates specifying elements to updated.
|
boolean |
hasPrefix()
Prefix used for paths in the message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPrefix()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
Gnmi.Path getPrefix()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
Gnmi.PathOrBuilder getPrefixOrBuilder()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
List<Gnmi.Path> getDeleteList()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
Gnmi.Path getDelete(int index)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
int getDeleteCount()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
List<? extends Gnmi.PathOrBuilder> getDeleteOrBuilderList()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
Gnmi.PathOrBuilder getDeleteOrBuilder(int index)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
List<Gnmi.Update> getReplaceList()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
Gnmi.Update getReplace(int index)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
int getReplaceCount()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
List<? extends Gnmi.UpdateOrBuilder> getReplaceOrBuilderList()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
Gnmi.UpdateOrBuilder getReplaceOrBuilder(int index)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
List<Gnmi.Update> getUpdateList()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
Gnmi.Update getUpdate(int index)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
int getUpdateCount()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
List<? extends Gnmi.UpdateOrBuilder> getUpdateOrBuilderList()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
Gnmi.UpdateOrBuilder getUpdateOrBuilder(int index)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
List<GnmiExt.Extension> getExtensionList()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
GnmiExt.Extension getExtension(int index)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
int getExtensionCount()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
List<? extends GnmiExt.ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
GnmiExt.ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
Copyright © 2021. All rights reserved.