public interface SetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Path |
getDelete(int index)
Paths to be deleted from the data tree.
|
int |
getDeleteCount()
Paths to be deleted from the data tree.
|
List<Path> |
getDeleteList()
Paths to be deleted from the data tree.
|
PathOrBuilder |
getDeleteOrBuilder(int index)
Paths to be deleted from the data tree.
|
List<? extends PathOrBuilder> |
getDeleteOrBuilderList()
Paths to be deleted from the data tree.
|
Extension |
getExtension(int index)
Extension messages associated with the SetRequest.
|
int |
getExtensionCount()
Extension messages associated with the SetRequest.
|
List<Extension> |
getExtensionList()
Extension messages associated with the SetRequest.
|
ExtensionOrBuilder |
getExtensionOrBuilder(int index)
Extension messages associated with the SetRequest.
|
List<? extends ExtensionOrBuilder> |
getExtensionOrBuilderList()
Extension messages associated with the SetRequest.
|
Path |
getPrefix()
Prefix used for paths in the message.
|
PathOrBuilder |
getPrefixOrBuilder()
Prefix used for paths in the message.
|
Update |
getReplace(int index)
Updates specifying elements to be replaced.
|
int |
getReplaceCount()
Updates specifying elements to be replaced.
|
List<Update> |
getReplaceList()
Updates specifying elements to be replaced.
|
UpdateOrBuilder |
getReplaceOrBuilder(int index)
Updates specifying elements to be replaced.
|
List<? extends UpdateOrBuilder> |
getReplaceOrBuilderList()
Updates specifying elements to be replaced.
|
Update |
getUpdate(int index)
Updates specifying elements to updated.
|
int |
getUpdateCount()
Updates specifying elements to updated.
|
List<Update> |
getUpdateList()
Updates specifying elements to updated.
|
UpdateOrBuilder |
getUpdateOrBuilder(int index)
Updates specifying elements to updated.
|
List<? extends 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;
Path getPrefix()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
PathOrBuilder getPrefixOrBuilder()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
List<Path> getDeleteList()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
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 PathOrBuilder> getDeleteOrBuilderList()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
PathOrBuilder getDeleteOrBuilder(int index)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
List<Update> getReplaceList()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
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 UpdateOrBuilder> getReplaceOrBuilderList()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
UpdateOrBuilder getReplaceOrBuilder(int index)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
List<Update> getUpdateList()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
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 UpdateOrBuilder> getUpdateOrBuilderList()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
UpdateOrBuilder getUpdateOrBuilder(int index)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
List<Extension> getExtensionList()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
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 ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
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 © 2018 OpenDaylight. All rights reserved.