public static final class SetRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder> implements SetRequestOrBuilder
SetRequest is sent from a client to the target to update values in the data tree. Paths are either deleted by the client, or modified by means of being updated, or replaced. Where a replace is used, unspecified values are considered to be replaced, whereas when update is used the changes are considered to be incremental. The set of changes that are specified within a single SetRequest are considered to be a transaction. Reference: gNMI Specification Section 3.4.1Protobuf type
gnmi.SetRequest
Modifier and Type | Method and Description |
---|---|
SetRequest.Builder |
addAllDelete(Iterable<? extends Path> values)
Paths to be deleted from the data tree.
|
SetRequest.Builder |
addAllExtension(Iterable<? extends Extension> values)
Extension messages associated with the SetRequest.
|
SetRequest.Builder |
addAllReplace(Iterable<? extends Update> values)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
addAllUpdate(Iterable<? extends Update> values)
Updates specifying elements to updated.
|
SetRequest.Builder |
addDelete(int index,
Path.Builder builderForValue)
Paths to be deleted from the data tree.
|
SetRequest.Builder |
addDelete(int index,
Path value)
Paths to be deleted from the data tree.
|
SetRequest.Builder |
addDelete(Path.Builder builderForValue)
Paths to be deleted from the data tree.
|
SetRequest.Builder |
addDelete(Path value)
Paths to be deleted from the data tree.
|
Path.Builder |
addDeleteBuilder()
Paths to be deleted from the data tree.
|
Path.Builder |
addDeleteBuilder(int index)
Paths to be deleted from the data tree.
|
SetRequest.Builder |
addExtension(Extension.Builder builderForValue)
Extension messages associated with the SetRequest.
|
SetRequest.Builder |
addExtension(Extension value)
Extension messages associated with the SetRequest.
|
SetRequest.Builder |
addExtension(int index,
Extension.Builder builderForValue)
Extension messages associated with the SetRequest.
|
SetRequest.Builder |
addExtension(int index,
Extension value)
Extension messages associated with the SetRequest.
|
Extension.Builder |
addExtensionBuilder()
Extension messages associated with the SetRequest.
|
Extension.Builder |
addExtensionBuilder(int index)
Extension messages associated with the SetRequest.
|
SetRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SetRequest.Builder |
addReplace(int index,
Update.Builder builderForValue)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
addReplace(int index,
Update value)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
addReplace(Update.Builder builderForValue)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
addReplace(Update value)
Updates specifying elements to be replaced.
|
Update.Builder |
addReplaceBuilder()
Updates specifying elements to be replaced.
|
Update.Builder |
addReplaceBuilder(int index)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
addUpdate(int index,
Update.Builder builderForValue)
Updates specifying elements to updated.
|
SetRequest.Builder |
addUpdate(int index,
Update value)
Updates specifying elements to updated.
|
SetRequest.Builder |
addUpdate(Update.Builder builderForValue)
Updates specifying elements to updated.
|
SetRequest.Builder |
addUpdate(Update value)
Updates specifying elements to updated.
|
Update.Builder |
addUpdateBuilder()
Updates specifying elements to updated.
|
Update.Builder |
addUpdateBuilder(int index)
Updates specifying elements to updated.
|
SetRequest |
build() |
SetRequest |
buildPartial() |
SetRequest.Builder |
clear() |
SetRequest.Builder |
clearDelete()
Paths to be deleted from the data tree.
|
SetRequest.Builder |
clearExtension()
Extension messages associated with the SetRequest.
|
SetRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SetRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SetRequest.Builder |
clearPrefix()
Prefix used for paths in the message.
|
SetRequest.Builder |
clearReplace()
Updates specifying elements to be replaced.
|
SetRequest.Builder |
clearUpdate()
Updates specifying elements to updated.
|
SetRequest.Builder |
clone() |
SetRequest |
getDefaultInstanceForType() |
Path |
getDelete(int index)
Paths to be deleted from the data tree.
|
Path.Builder |
getDeleteBuilder(int index)
Paths to be deleted from the data tree.
|
List<Path.Builder> |
getDeleteBuilderList()
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.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Extension |
getExtension(int index)
Extension messages associated with the SetRequest.
|
Extension.Builder |
getExtensionBuilder(int index)
Extension messages associated with the SetRequest.
|
List<Extension.Builder> |
getExtensionBuilderList()
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.
|
Path.Builder |
getPrefixBuilder()
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.
|
Update.Builder |
getReplaceBuilder(int index)
Updates specifying elements to be replaced.
|
List<Update.Builder> |
getReplaceBuilderList()
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.
|
Update.Builder |
getUpdateBuilder(int index)
Updates specifying elements to updated.
|
List<Update.Builder> |
getUpdateBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SetRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SetRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
SetRequest.Builder |
mergeFrom(SetRequest other) |
SetRequest.Builder |
mergePrefix(Path value)
Prefix used for paths in the message.
|
SetRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SetRequest.Builder |
removeDelete(int index)
Paths to be deleted from the data tree.
|
SetRequest.Builder |
removeExtension(int index)
Extension messages associated with the SetRequest.
|
SetRequest.Builder |
removeReplace(int index)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
removeUpdate(int index)
Updates specifying elements to updated.
|
SetRequest.Builder |
setDelete(int index,
Path.Builder builderForValue)
Paths to be deleted from the data tree.
|
SetRequest.Builder |
setDelete(int index,
Path value)
Paths to be deleted from the data tree.
|
SetRequest.Builder |
setExtension(int index,
Extension.Builder builderForValue)
Extension messages associated with the SetRequest.
|
SetRequest.Builder |
setExtension(int index,
Extension value)
Extension messages associated with the SetRequest.
|
SetRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SetRequest.Builder |
setPrefix(Path.Builder builderForValue)
Prefix used for paths in the message.
|
SetRequest.Builder |
setPrefix(Path value)
Prefix used for paths in the message.
|
SetRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SetRequest.Builder |
setReplace(int index,
Update.Builder builderForValue)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
setReplace(int index,
Update value)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SetRequest.Builder |
setUpdate(int index,
Update.Builder builderForValue)
Updates specifying elements to updated.
|
SetRequest.Builder |
setUpdate(int index,
Update value)
Updates specifying elements to updated.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public SetRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public SetRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public SetRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public SetRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public SetRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public SetRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public SetRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public SetRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public SetRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public SetRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public SetRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<SetRequest.Builder>
public SetRequest.Builder mergeFrom(SetRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public SetRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<SetRequest.Builder>
IOException
public boolean hasPrefix()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
hasPrefix
in interface SetRequestOrBuilder
public Path getPrefix()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
getPrefix
in interface SetRequestOrBuilder
public SetRequest.Builder setPrefix(Path value)
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
public SetRequest.Builder setPrefix(Path.Builder builderForValue)
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
public SetRequest.Builder mergePrefix(Path value)
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
public SetRequest.Builder clearPrefix()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
public Path.Builder getPrefixBuilder()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
public PathOrBuilder getPrefixOrBuilder()
Prefix used for paths in the message.
.gnmi.Path prefix = 1;
getPrefixOrBuilder
in interface SetRequestOrBuilder
public List<Path> getDeleteList()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
getDeleteList
in interface SetRequestOrBuilder
public int getDeleteCount()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
getDeleteCount
in interface SetRequestOrBuilder
public Path getDelete(int index)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
getDelete
in interface SetRequestOrBuilder
public SetRequest.Builder setDelete(int index, Path value)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public SetRequest.Builder setDelete(int index, Path.Builder builderForValue)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public SetRequest.Builder addDelete(Path value)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public SetRequest.Builder addDelete(int index, Path value)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public SetRequest.Builder addDelete(Path.Builder builderForValue)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public SetRequest.Builder addDelete(int index, Path.Builder builderForValue)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public SetRequest.Builder addAllDelete(Iterable<? extends Path> values)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public SetRequest.Builder clearDelete()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public SetRequest.Builder removeDelete(int index)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public Path.Builder getDeleteBuilder(int index)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public PathOrBuilder getDeleteOrBuilder(int index)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
getDeleteOrBuilder
in interface SetRequestOrBuilder
public List<? extends PathOrBuilder> getDeleteOrBuilderList()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
getDeleteOrBuilderList
in interface SetRequestOrBuilder
public Path.Builder addDeleteBuilder()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public Path.Builder addDeleteBuilder(int index)
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public List<Path.Builder> getDeleteBuilderList()
Paths to be deleted from the data tree.
repeated .gnmi.Path delete = 2;
public List<Update> getReplaceList()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
getReplaceList
in interface SetRequestOrBuilder
public int getReplaceCount()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
getReplaceCount
in interface SetRequestOrBuilder
public Update getReplace(int index)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
getReplace
in interface SetRequestOrBuilder
public SetRequest.Builder setReplace(int index, Update value)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public SetRequest.Builder setReplace(int index, Update.Builder builderForValue)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public SetRequest.Builder addReplace(Update value)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public SetRequest.Builder addReplace(int index, Update value)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public SetRequest.Builder addReplace(Update.Builder builderForValue)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public SetRequest.Builder addReplace(int index, Update.Builder builderForValue)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public SetRequest.Builder addAllReplace(Iterable<? extends Update> values)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public SetRequest.Builder clearReplace()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public SetRequest.Builder removeReplace(int index)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public Update.Builder getReplaceBuilder(int index)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public UpdateOrBuilder getReplaceOrBuilder(int index)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
getReplaceOrBuilder
in interface SetRequestOrBuilder
public List<? extends UpdateOrBuilder> getReplaceOrBuilderList()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
getReplaceOrBuilderList
in interface SetRequestOrBuilder
public Update.Builder addReplaceBuilder()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public Update.Builder addReplaceBuilder(int index)
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public List<Update.Builder> getReplaceBuilderList()
Updates specifying elements to be replaced.
repeated .gnmi.Update replace = 3;
public List<Update> getUpdateList()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
getUpdateList
in interface SetRequestOrBuilder
public int getUpdateCount()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
getUpdateCount
in interface SetRequestOrBuilder
public Update getUpdate(int index)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
getUpdate
in interface SetRequestOrBuilder
public SetRequest.Builder setUpdate(int index, Update value)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public SetRequest.Builder setUpdate(int index, Update.Builder builderForValue)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public SetRequest.Builder addUpdate(Update value)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public SetRequest.Builder addUpdate(int index, Update value)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public SetRequest.Builder addUpdate(Update.Builder builderForValue)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public SetRequest.Builder addUpdate(int index, Update.Builder builderForValue)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public SetRequest.Builder addAllUpdate(Iterable<? extends Update> values)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public SetRequest.Builder clearUpdate()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public SetRequest.Builder removeUpdate(int index)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public Update.Builder getUpdateBuilder(int index)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public UpdateOrBuilder getUpdateOrBuilder(int index)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
getUpdateOrBuilder
in interface SetRequestOrBuilder
public List<? extends UpdateOrBuilder> getUpdateOrBuilderList()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
getUpdateOrBuilderList
in interface SetRequestOrBuilder
public Update.Builder addUpdateBuilder()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public Update.Builder addUpdateBuilder(int index)
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public List<Update.Builder> getUpdateBuilderList()
Updates specifying elements to updated.
repeated .gnmi.Update update = 4;
public List<Extension> getExtensionList()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
getExtensionList
in interface SetRequestOrBuilder
public int getExtensionCount()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
getExtensionCount
in interface SetRequestOrBuilder
public Extension getExtension(int index)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
getExtension
in interface SetRequestOrBuilder
public SetRequest.Builder setExtension(int index, Extension value)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public SetRequest.Builder setExtension(int index, Extension.Builder builderForValue)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public SetRequest.Builder addExtension(Extension value)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public SetRequest.Builder addExtension(int index, Extension value)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public SetRequest.Builder addExtension(Extension.Builder builderForValue)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public SetRequest.Builder addExtension(int index, Extension.Builder builderForValue)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public SetRequest.Builder addAllExtension(Iterable<? extends Extension> values)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public SetRequest.Builder clearExtension()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public SetRequest.Builder removeExtension(int index)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public Extension.Builder getExtensionBuilder(int index)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
getExtensionOrBuilder
in interface SetRequestOrBuilder
public List<? extends ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
getExtensionOrBuilderList
in interface SetRequestOrBuilder
public Extension.Builder addExtensionBuilder()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public Extension.Builder addExtensionBuilder(int index)
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public List<Extension.Builder> getExtensionBuilderList()
Extension messages associated with the SetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
public final SetRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
public final SetRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<SetRequest.Builder>
Copyright © 2018 OpenDaylight. All rights reserved.