Package | Description |
---|---|
org.opendaylight.p4plugin.gnmi.proto |
Modifier and Type | Method and Description |
---|---|
UpdateResult |
UpdateResult.Builder.build() |
UpdateResult |
UpdateResult.Builder.buildPartial() |
static UpdateResult |
UpdateResult.getDefaultInstance() |
UpdateResult |
UpdateResult.getDefaultInstanceForType() |
UpdateResult |
UpdateResult.Builder.getDefaultInstanceForType() |
UpdateResult |
SetResponseOrBuilder.getResponse(int index)
A set of responses specifying the result of the operations specified in
the SetRequest.
|
UpdateResult |
SetResponse.getResponse(int index)
A set of responses specifying the result of the operations specified in
the SetRequest.
|
UpdateResult |
SetResponse.Builder.getResponse(int index)
A set of responses specifying the result of the operations specified in
the SetRequest.
|
static UpdateResult |
UpdateResult.parseDelimitedFrom(InputStream input) |
static UpdateResult |
UpdateResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateResult |
UpdateResult.parseFrom(byte[] data) |
static UpdateResult |
UpdateResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateResult |
UpdateResult.parseFrom(ByteBuffer data) |
static UpdateResult |
UpdateResult.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateResult |
UpdateResult.parseFrom(com.google.protobuf.ByteString data) |
static UpdateResult |
UpdateResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateResult |
UpdateResult.parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateResult |
UpdateResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateResult |
UpdateResult.parseFrom(InputStream input) |
static UpdateResult |
UpdateResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UpdateResult> |
UpdateResult.getParserForType() |
List<UpdateResult> |
SetResponseOrBuilder.getResponseList()
A set of responses specifying the result of the operations specified in
the SetRequest.
|
List<UpdateResult> |
SetResponse.getResponseList()
A set of responses specifying the result of the operations specified in
the SetRequest.
|
List<UpdateResult> |
SetResponse.Builder.getResponseList()
A set of responses specifying the result of the operations specified in
the SetRequest.
|
static com.google.protobuf.Parser<UpdateResult> |
UpdateResult.parser() |
Modifier and Type | Method and Description |
---|---|
SetResponse.Builder |
SetResponse.Builder.addResponse(int index,
UpdateResult value)
A set of responses specifying the result of the operations specified in
the SetRequest.
|
SetResponse.Builder |
SetResponse.Builder.addResponse(UpdateResult value)
A set of responses specifying the result of the operations specified in
the SetRequest.
|
UpdateResult.Builder |
UpdateResult.Builder.mergeFrom(UpdateResult other) |
static UpdateResult.Builder |
UpdateResult.newBuilder(UpdateResult prototype) |
SetResponse.Builder |
SetResponse.Builder.setResponse(int index,
UpdateResult value)
A set of responses specifying the result of the operations specified in
the SetRequest.
|
Modifier and Type | Method and Description |
---|---|
SetResponse.Builder |
SetResponse.Builder.addAllResponse(Iterable<? extends UpdateResult> values)
A set of responses specifying the result of the operations specified in
the SetRequest.
|
Copyright © 2018 OpenDaylight. All rights reserved.