public static final class Gnmi.GetRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Gnmi.GetRequest.Builder> implements Gnmi.GetRequestOrBuilder
GetRequest is sent when a client initiates a Get RPC. It is used to specify the set of data elements for which the target should return a snapshot of data. The use_models field specifies the set of schema modules that are to be used by the target - where use_models is not specified then the target must use all schema models that it has. Reference: gNMI Specification Section 3.3.1Protobuf type
gnmi.GetRequest
Modifier and Type | Method and Description |
---|---|
Gnmi.GetRequest.Builder |
addAllExtension(Iterable<? extends GnmiExt.Extension> values)
Extension messages associated with the GetRequest.
|
Gnmi.GetRequest.Builder |
addAllPath(Iterable<? extends Gnmi.Path> values)
Paths requested by the client.
|
Gnmi.GetRequest.Builder |
addAllUseModels(Iterable<? extends Gnmi.ModelData> values)
The schema models to be used.
|
Gnmi.GetRequest.Builder |
addExtension(GnmiExt.Extension.Builder builderForValue)
Extension messages associated with the GetRequest.
|
Gnmi.GetRequest.Builder |
addExtension(GnmiExt.Extension value)
Extension messages associated with the GetRequest.
|
Gnmi.GetRequest.Builder |
addExtension(int index,
GnmiExt.Extension.Builder builderForValue)
Extension messages associated with the GetRequest.
|
Gnmi.GetRequest.Builder |
addExtension(int index,
GnmiExt.Extension value)
Extension messages associated with the GetRequest.
|
GnmiExt.Extension.Builder |
addExtensionBuilder()
Extension messages associated with the GetRequest.
|
GnmiExt.Extension.Builder |
addExtensionBuilder(int index)
Extension messages associated with the GetRequest.
|
Gnmi.GetRequest.Builder |
addPath(Gnmi.Path.Builder builderForValue)
Paths requested by the client.
|
Gnmi.GetRequest.Builder |
addPath(Gnmi.Path value)
Paths requested by the client.
|
Gnmi.GetRequest.Builder |
addPath(int index,
Gnmi.Path.Builder builderForValue)
Paths requested by the client.
|
Gnmi.GetRequest.Builder |
addPath(int index,
Gnmi.Path value)
Paths requested by the client.
|
Gnmi.Path.Builder |
addPathBuilder()
Paths requested by the client.
|
Gnmi.Path.Builder |
addPathBuilder(int index)
Paths requested by the client.
|
Gnmi.GetRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Gnmi.GetRequest.Builder |
addUseModels(Gnmi.ModelData.Builder builderForValue)
The schema models to be used.
|
Gnmi.GetRequest.Builder |
addUseModels(Gnmi.ModelData value)
The schema models to be used.
|
Gnmi.GetRequest.Builder |
addUseModels(int index,
Gnmi.ModelData.Builder builderForValue)
The schema models to be used.
|
Gnmi.GetRequest.Builder |
addUseModels(int index,
Gnmi.ModelData value)
The schema models to be used.
|
Gnmi.ModelData.Builder |
addUseModelsBuilder()
The schema models to be used.
|
Gnmi.ModelData.Builder |
addUseModelsBuilder(int index)
The schema models to be used.
|
Gnmi.GetRequest |
build() |
Gnmi.GetRequest |
buildPartial() |
Gnmi.GetRequest.Builder |
clear() |
Gnmi.GetRequest.Builder |
clearEncoding()
Encoding to be used.
|
Gnmi.GetRequest.Builder |
clearExtension()
Extension messages associated with the GetRequest.
|
Gnmi.GetRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Gnmi.GetRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Gnmi.GetRequest.Builder |
clearPath()
Paths requested by the client.
|
Gnmi.GetRequest.Builder |
clearPrefix()
Prefix used for paths.
|
Gnmi.GetRequest.Builder |
clearType()
The type of data being requested.
|
Gnmi.GetRequest.Builder |
clearUseModels()
The schema models to be used.
|
Gnmi.GetRequest.Builder |
clone() |
Gnmi.GetRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Gnmi.Encoding |
getEncoding()
Encoding to be used.
|
int |
getEncodingValue()
Encoding to be used.
|
GnmiExt.Extension |
getExtension(int index)
Extension messages associated with the GetRequest.
|
GnmiExt.Extension.Builder |
getExtensionBuilder(int index)
Extension messages associated with the GetRequest.
|
List<GnmiExt.Extension.Builder> |
getExtensionBuilderList()
Extension messages associated with the GetRequest.
|
int |
getExtensionCount()
Extension messages associated with the GetRequest.
|
List<GnmiExt.Extension> |
getExtensionList()
Extension messages associated with the GetRequest.
|
GnmiExt.ExtensionOrBuilder |
getExtensionOrBuilder(int index)
Extension messages associated with the GetRequest.
|
List<? extends GnmiExt.ExtensionOrBuilder> |
getExtensionOrBuilderList()
Extension messages associated with the GetRequest.
|
Gnmi.Path |
getPath(int index)
Paths requested by the client.
|
Gnmi.Path.Builder |
getPathBuilder(int index)
Paths requested by the client.
|
List<Gnmi.Path.Builder> |
getPathBuilderList()
Paths requested by the client.
|
int |
getPathCount()
Paths requested by the client.
|
List<Gnmi.Path> |
getPathList()
Paths requested by the client.
|
Gnmi.PathOrBuilder |
getPathOrBuilder(int index)
Paths requested by the client.
|
List<? extends Gnmi.PathOrBuilder> |
getPathOrBuilderList()
Paths requested by the client.
|
Gnmi.Path |
getPrefix()
Prefix used for paths.
|
Gnmi.Path.Builder |
getPrefixBuilder()
Prefix used for paths.
|
Gnmi.PathOrBuilder |
getPrefixOrBuilder()
Prefix used for paths.
|
Gnmi.GetRequest.DataType |
getType()
The type of data being requested.
|
int |
getTypeValue()
The type of data being requested.
|
Gnmi.ModelData |
getUseModels(int index)
The schema models to be used.
|
Gnmi.ModelData.Builder |
getUseModelsBuilder(int index)
The schema models to be used.
|
List<Gnmi.ModelData.Builder> |
getUseModelsBuilderList()
The schema models to be used.
|
int |
getUseModelsCount()
The schema models to be used.
|
List<Gnmi.ModelData> |
getUseModelsList()
The schema models to be used.
|
Gnmi.ModelDataOrBuilder |
getUseModelsOrBuilder(int index)
The schema models to be used.
|
List<? extends Gnmi.ModelDataOrBuilder> |
getUseModelsOrBuilderList()
The schema models to be used.
|
boolean |
hasPrefix()
Prefix used for paths.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Gnmi.GetRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Gnmi.GetRequest.Builder |
mergeFrom(Gnmi.GetRequest other) |
Gnmi.GetRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
Gnmi.GetRequest.Builder |
mergePrefix(Gnmi.Path value)
Prefix used for paths.
|
Gnmi.GetRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Gnmi.GetRequest.Builder |
removeExtension(int index)
Extension messages associated with the GetRequest.
|
Gnmi.GetRequest.Builder |
removePath(int index)
Paths requested by the client.
|
Gnmi.GetRequest.Builder |
removeUseModels(int index)
The schema models to be used.
|
Gnmi.GetRequest.Builder |
setEncoding(Gnmi.Encoding value)
Encoding to be used.
|
Gnmi.GetRequest.Builder |
setEncodingValue(int value)
Encoding to be used.
|
Gnmi.GetRequest.Builder |
setExtension(int index,
GnmiExt.Extension.Builder builderForValue)
Extension messages associated with the GetRequest.
|
Gnmi.GetRequest.Builder |
setExtension(int index,
GnmiExt.Extension value)
Extension messages associated with the GetRequest.
|
Gnmi.GetRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Gnmi.GetRequest.Builder |
setPath(int index,
Gnmi.Path.Builder builderForValue)
Paths requested by the client.
|
Gnmi.GetRequest.Builder |
setPath(int index,
Gnmi.Path value)
Paths requested by the client.
|
Gnmi.GetRequest.Builder |
setPrefix(Gnmi.Path.Builder builderForValue)
Prefix used for paths.
|
Gnmi.GetRequest.Builder |
setPrefix(Gnmi.Path value)
Prefix used for paths.
|
Gnmi.GetRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Gnmi.GetRequest.Builder |
setType(Gnmi.GetRequest.DataType value)
The type of data being requested.
|
Gnmi.GetRequest.Builder |
setTypeValue(int value)
The type of data being requested.
|
Gnmi.GetRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Gnmi.GetRequest.Builder |
setUseModels(int index,
Gnmi.ModelData.Builder builderForValue)
The schema models to be used.
|
Gnmi.GetRequest.Builder |
setUseModels(int index,
Gnmi.ModelData value)
The schema models to be used.
|
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<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest.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<Gnmi.GetRequest.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<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Gnmi.GetRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Gnmi.GetRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Gnmi.GetRequest.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<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest.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<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest.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<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest.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<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest.Builder mergeFrom(Gnmi.GetRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Gnmi.GetRequest.Builder>
public Gnmi.GetRequest.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<Gnmi.GetRequest.Builder>
IOException
public boolean hasPrefix()
Prefix used for paths.
.gnmi.Path prefix = 1;
hasPrefix
in interface Gnmi.GetRequestOrBuilder
public Gnmi.Path getPrefix()
Prefix used for paths.
.gnmi.Path prefix = 1;
getPrefix
in interface Gnmi.GetRequestOrBuilder
public Gnmi.GetRequest.Builder setPrefix(Gnmi.Path value)
Prefix used for paths.
.gnmi.Path prefix = 1;
public Gnmi.GetRequest.Builder setPrefix(Gnmi.Path.Builder builderForValue)
Prefix used for paths.
.gnmi.Path prefix = 1;
public Gnmi.GetRequest.Builder mergePrefix(Gnmi.Path value)
Prefix used for paths.
.gnmi.Path prefix = 1;
public Gnmi.GetRequest.Builder clearPrefix()
Prefix used for paths.
.gnmi.Path prefix = 1;
public Gnmi.Path.Builder getPrefixBuilder()
Prefix used for paths.
.gnmi.Path prefix = 1;
public Gnmi.PathOrBuilder getPrefixOrBuilder()
Prefix used for paths.
.gnmi.Path prefix = 1;
getPrefixOrBuilder
in interface Gnmi.GetRequestOrBuilder
public List<Gnmi.Path> getPathList()
Paths requested by the client.
repeated .gnmi.Path path = 2;
getPathList
in interface Gnmi.GetRequestOrBuilder
public int getPathCount()
Paths requested by the client.
repeated .gnmi.Path path = 2;
getPathCount
in interface Gnmi.GetRequestOrBuilder
public Gnmi.Path getPath(int index)
Paths requested by the client.
repeated .gnmi.Path path = 2;
getPath
in interface Gnmi.GetRequestOrBuilder
public Gnmi.GetRequest.Builder setPath(int index, Gnmi.Path value)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.GetRequest.Builder setPath(int index, Gnmi.Path.Builder builderForValue)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.GetRequest.Builder addPath(Gnmi.Path value)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.GetRequest.Builder addPath(int index, Gnmi.Path value)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.GetRequest.Builder addPath(Gnmi.Path.Builder builderForValue)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.GetRequest.Builder addPath(int index, Gnmi.Path.Builder builderForValue)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.GetRequest.Builder addAllPath(Iterable<? extends Gnmi.Path> values)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.GetRequest.Builder clearPath()
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.GetRequest.Builder removePath(int index)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.Path.Builder getPathBuilder(int index)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.PathOrBuilder getPathOrBuilder(int index)
Paths requested by the client.
repeated .gnmi.Path path = 2;
getPathOrBuilder
in interface Gnmi.GetRequestOrBuilder
public List<? extends Gnmi.PathOrBuilder> getPathOrBuilderList()
Paths requested by the client.
repeated .gnmi.Path path = 2;
getPathOrBuilderList
in interface Gnmi.GetRequestOrBuilder
public Gnmi.Path.Builder addPathBuilder()
Paths requested by the client.
repeated .gnmi.Path path = 2;
public Gnmi.Path.Builder addPathBuilder(int index)
Paths requested by the client.
repeated .gnmi.Path path = 2;
public List<Gnmi.Path.Builder> getPathBuilderList()
Paths requested by the client.
repeated .gnmi.Path path = 2;
public int getTypeValue()
The type of data being requested.
.gnmi.GetRequest.DataType type = 3;
getTypeValue
in interface Gnmi.GetRequestOrBuilder
public Gnmi.GetRequest.Builder setTypeValue(int value)
The type of data being requested.
.gnmi.GetRequest.DataType type = 3;
public Gnmi.GetRequest.DataType getType()
The type of data being requested.
.gnmi.GetRequest.DataType type = 3;
getType
in interface Gnmi.GetRequestOrBuilder
public Gnmi.GetRequest.Builder setType(Gnmi.GetRequest.DataType value)
The type of data being requested.
.gnmi.GetRequest.DataType type = 3;
public Gnmi.GetRequest.Builder clearType()
The type of data being requested.
.gnmi.GetRequest.DataType type = 3;
public int getEncodingValue()
Encoding to be used.
.gnmi.Encoding encoding = 5;
getEncodingValue
in interface Gnmi.GetRequestOrBuilder
public Gnmi.GetRequest.Builder setEncodingValue(int value)
Encoding to be used.
.gnmi.Encoding encoding = 5;
public Gnmi.Encoding getEncoding()
Encoding to be used.
.gnmi.Encoding encoding = 5;
getEncoding
in interface Gnmi.GetRequestOrBuilder
public Gnmi.GetRequest.Builder setEncoding(Gnmi.Encoding value)
Encoding to be used.
.gnmi.Encoding encoding = 5;
public Gnmi.GetRequest.Builder clearEncoding()
Encoding to be used.
.gnmi.Encoding encoding = 5;
public List<Gnmi.ModelData> getUseModelsList()
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
getUseModelsList
in interface Gnmi.GetRequestOrBuilder
public int getUseModelsCount()
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
getUseModelsCount
in interface Gnmi.GetRequestOrBuilder
public Gnmi.ModelData getUseModels(int index)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
getUseModels
in interface Gnmi.GetRequestOrBuilder
public Gnmi.GetRequest.Builder setUseModels(int index, Gnmi.ModelData value)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.GetRequest.Builder setUseModels(int index, Gnmi.ModelData.Builder builderForValue)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.GetRequest.Builder addUseModels(Gnmi.ModelData value)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.GetRequest.Builder addUseModels(int index, Gnmi.ModelData value)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.GetRequest.Builder addUseModels(Gnmi.ModelData.Builder builderForValue)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.GetRequest.Builder addUseModels(int index, Gnmi.ModelData.Builder builderForValue)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.GetRequest.Builder addAllUseModels(Iterable<? extends Gnmi.ModelData> values)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.GetRequest.Builder clearUseModels()
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.GetRequest.Builder removeUseModels(int index)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.ModelData.Builder getUseModelsBuilder(int index)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.ModelDataOrBuilder getUseModelsOrBuilder(int index)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
getUseModelsOrBuilder
in interface Gnmi.GetRequestOrBuilder
public List<? extends Gnmi.ModelDataOrBuilder> getUseModelsOrBuilderList()
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
getUseModelsOrBuilderList
in interface Gnmi.GetRequestOrBuilder
public Gnmi.ModelData.Builder addUseModelsBuilder()
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public Gnmi.ModelData.Builder addUseModelsBuilder(int index)
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public List<Gnmi.ModelData.Builder> getUseModelsBuilderList()
The schema models to be used.
repeated .gnmi.ModelData use_models = 6;
public List<GnmiExt.Extension> getExtensionList()
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
getExtensionList
in interface Gnmi.GetRequestOrBuilder
public int getExtensionCount()
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
getExtensionCount
in interface Gnmi.GetRequestOrBuilder
public GnmiExt.Extension getExtension(int index)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
getExtension
in interface Gnmi.GetRequestOrBuilder
public Gnmi.GetRequest.Builder setExtension(int index, GnmiExt.Extension value)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public Gnmi.GetRequest.Builder setExtension(int index, GnmiExt.Extension.Builder builderForValue)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public Gnmi.GetRequest.Builder addExtension(GnmiExt.Extension value)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public Gnmi.GetRequest.Builder addExtension(int index, GnmiExt.Extension value)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public Gnmi.GetRequest.Builder addExtension(GnmiExt.Extension.Builder builderForValue)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public Gnmi.GetRequest.Builder addExtension(int index, GnmiExt.Extension.Builder builderForValue)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public Gnmi.GetRequest.Builder addAllExtension(Iterable<? extends GnmiExt.Extension> values)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public Gnmi.GetRequest.Builder clearExtension()
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public Gnmi.GetRequest.Builder removeExtension(int index)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public GnmiExt.Extension.Builder getExtensionBuilder(int index)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public GnmiExt.ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
getExtensionOrBuilder
in interface Gnmi.GetRequestOrBuilder
public List<? extends GnmiExt.ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
getExtensionOrBuilderList
in interface Gnmi.GetRequestOrBuilder
public GnmiExt.Extension.Builder addExtensionBuilder()
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public GnmiExt.Extension.Builder addExtensionBuilder(int index)
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public List<GnmiExt.Extension.Builder> getExtensionBuilderList()
Extension messages associated with the GetRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 7;
public final Gnmi.GetRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Gnmi.GetRequest.Builder>
public final Gnmi.GetRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Gnmi.GetRequest.Builder>
Copyright © 2021. All rights reserved.