Package | Description |
---|---|
org.opendaylight.p4plugin.gnmi.proto |
Modifier and Type | Method and Description |
---|---|
PathElem.Builder |
Path.Builder.addElemBuilder()
Elements of the path.
|
PathElem.Builder |
Path.Builder.addElemBuilder(int index)
Elements of the path.
|
PathElem.Builder |
PathElem.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PathElem.Builder |
PathElem.Builder.clear() |
PathElem.Builder |
PathElem.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PathElem.Builder |
PathElem.Builder.clearKey() |
PathElem.Builder |
PathElem.Builder.clearName()
The name of the element in the path.
|
PathElem.Builder |
PathElem.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PathElem.Builder |
PathElem.Builder.clone() |
PathElem.Builder |
Path.Builder.getElemBuilder(int index)
Elements of the path.
|
PathElem.Builder |
PathElem.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PathElem.Builder |
PathElem.Builder.mergeFrom(com.google.protobuf.Message other) |
PathElem.Builder |
PathElem.Builder.mergeFrom(PathElem other) |
PathElem.Builder |
PathElem.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PathElem.Builder |
PathElem.newBuilder() |
static PathElem.Builder |
PathElem.newBuilder(PathElem prototype) |
PathElem.Builder |
PathElem.newBuilderForType() |
protected PathElem.Builder |
PathElem.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PathElem.Builder |
PathElem.Builder.putAllKey(Map<String,String> values)
Map of key (attribute) name to value.
|
PathElem.Builder |
PathElem.Builder.putKey(String key,
String value)
Map of key (attribute) name to value.
|
PathElem.Builder |
PathElem.Builder.removeKey(String key)
Map of key (attribute) name to value.
|
PathElem.Builder |
PathElem.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PathElem.Builder |
PathElem.Builder.setName(String value)
The name of the element in the path.
|
PathElem.Builder |
PathElem.Builder.setNameBytes(com.google.protobuf.ByteString value)
The name of the element in the path.
|
PathElem.Builder |
PathElem.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PathElem.Builder |
PathElem.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PathElem.Builder |
PathElem.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<PathElem.Builder> |
Path.Builder.getElemBuilderList()
Elements of the path.
|
Modifier and Type | Method and Description |
---|---|
Path.Builder |
Path.Builder.addElem(int index,
PathElem.Builder builderForValue)
Elements of the path.
|
Path.Builder |
Path.Builder.addElem(PathElem.Builder builderForValue)
Elements of the path.
|
Path.Builder |
Path.Builder.setElem(int index,
PathElem.Builder builderForValue)
Elements of the path.
|
Copyright © 2018 OpenDaylight. All rights reserved.