Package | Description |
---|---|
org.opendaylight.p4plugin.gnmi.proto |
Modifier and Type | Method and Description |
---|---|
Update.Builder |
Update.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Update.Builder |
SetRequest.Builder.addReplaceBuilder()
Updates specifying elements to be replaced.
|
Update.Builder |
SetRequest.Builder.addReplaceBuilder(int index)
Updates specifying elements to be replaced.
|
Update.Builder |
SetRequest.Builder.addUpdateBuilder()
Updates specifying elements to updated.
|
Update.Builder |
Notification.Builder.addUpdateBuilder()
Data elements that have changed values.
|
Update.Builder |
SetRequest.Builder.addUpdateBuilder(int index)
Updates specifying elements to updated.
|
Update.Builder |
Notification.Builder.addUpdateBuilder(int index)
Data elements that have changed values.
|
Update.Builder |
Update.Builder.clear() |
Update.Builder |
Update.Builder.clearDuplicates()
Number of coalesced duplicates.
|
Update.Builder |
Update.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Update.Builder |
Update.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Update.Builder |
Update.Builder.clearPath()
The path (key) for the update.
|
Update.Builder |
Update.Builder.clearVal()
The explicitly typed update value.
|
Update.Builder |
Update.Builder.clearValue()
Deprecated.
|
Update.Builder |
Update.Builder.clone() |
Update.Builder |
SetRequest.Builder.getReplaceBuilder(int index)
Updates specifying elements to be replaced.
|
Update.Builder |
SetRequest.Builder.getUpdateBuilder(int index)
Updates specifying elements to updated.
|
Update.Builder |
Notification.Builder.getUpdateBuilder(int index)
Data elements that have changed values.
|
Update.Builder |
Update.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Update.Builder |
Update.Builder.mergeFrom(com.google.protobuf.Message other) |
Update.Builder |
Update.Builder.mergeFrom(Update other) |
Update.Builder |
Update.Builder.mergePath(Path value)
The path (key) for the update.
|
Update.Builder |
Update.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Update.Builder |
Update.Builder.mergeVal(TypedValue value)
The explicitly typed update value.
|
Update.Builder |
Update.Builder.mergeValue(Value value)
Deprecated.
|
static Update.Builder |
Update.newBuilder() |
static Update.Builder |
Update.newBuilder(Update prototype) |
Update.Builder |
Update.newBuilderForType() |
protected Update.Builder |
Update.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Update.Builder |
Update.Builder.setDuplicates(int value)
Number of coalesced duplicates.
|
Update.Builder |
Update.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Update.Builder |
Update.Builder.setPath(Path.Builder builderForValue)
The path (key) for the update.
|
Update.Builder |
Update.Builder.setPath(Path value)
The path (key) for the update.
|
Update.Builder |
Update.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Update.Builder |
Update.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Update.Builder |
Update.Builder.setVal(TypedValue.Builder builderForValue)
The explicitly typed update value.
|
Update.Builder |
Update.Builder.setVal(TypedValue value)
The explicitly typed update value.
|
Update.Builder |
Update.Builder.setValue(Value.Builder builderForValue)
Deprecated.
|
Update.Builder |
Update.Builder.setValue(Value value)
Deprecated.
|
Update.Builder |
Update.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Update.Builder> |
SetRequest.Builder.getReplaceBuilderList()
Updates specifying elements to be replaced.
|
List<Update.Builder> |
SetRequest.Builder.getUpdateBuilderList()
Updates specifying elements to updated.
|
List<Update.Builder> |
Notification.Builder.getUpdateBuilderList()
Data elements that have changed values.
|
Modifier and Type | Method and Description |
---|---|
SetRequest.Builder |
SetRequest.Builder.addReplace(int index,
Update.Builder builderForValue)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
SetRequest.Builder.addReplace(Update.Builder builderForValue)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
SetRequest.Builder.addUpdate(int index,
Update.Builder builderForValue)
Updates specifying elements to updated.
|
Notification.Builder |
Notification.Builder.addUpdate(int index,
Update.Builder builderForValue)
Data elements that have changed values.
|
SetRequest.Builder |
SetRequest.Builder.addUpdate(Update.Builder builderForValue)
Updates specifying elements to updated.
|
Notification.Builder |
Notification.Builder.addUpdate(Update.Builder builderForValue)
Data elements that have changed values.
|
SetRequest.Builder |
SetRequest.Builder.setReplace(int index,
Update.Builder builderForValue)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
SetRequest.Builder.setUpdate(int index,
Update.Builder builderForValue)
Updates specifying elements to updated.
|
Notification.Builder |
Notification.Builder.setUpdate(int index,
Update.Builder builderForValue)
Data elements that have changed values.
|
Copyright © 2018 OpenDaylight. All rights reserved.