public interface SetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension(int index)
Extension messages associated with the SetResponse.
|
int |
getExtensionCount()
Extension messages associated with the SetResponse.
|
List<Extension> |
getExtensionList()
Extension messages associated with the SetResponse.
|
ExtensionOrBuilder |
getExtensionOrBuilder(int index)
Extension messages associated with the SetResponse.
|
List<? extends ExtensionOrBuilder> |
getExtensionOrBuilderList()
Extension messages associated with the SetResponse.
|
Error |
getMessage()
Deprecated.
|
ErrorOrBuilder |
getMessageOrBuilder()
Deprecated.
|
Path |
getPrefix()
Prefix used for paths.
|
PathOrBuilder |
getPrefixOrBuilder()
Prefix used for paths.
|
UpdateResult |
getResponse(int index)
A set of responses specifying the result of the operations specified in
the SetRequest.
|
int |
getResponseCount()
A set of responses specifying the result of the operations specified in
the SetRequest.
|
List<UpdateResult> |
getResponseList()
A set of responses specifying the result of the operations specified in
the SetRequest.
|
UpdateResultOrBuilder |
getResponseOrBuilder(int index)
A set of responses specifying the result of the operations specified in
the SetRequest.
|
List<? extends UpdateResultOrBuilder> |
getResponseOrBuilderList()
A set of responses specifying the result of the operations specified in
the SetRequest.
|
long |
getTimestamp()
Timestamp of transaction (ns since epoch).
|
boolean |
hasMessage()
Deprecated.
|
boolean |
hasPrefix()
Prefix used for paths.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPrefix()
Prefix used for paths.
.gnmi.Path prefix = 1;Path getPrefix()
Prefix used for paths.
.gnmi.Path prefix = 1;PathOrBuilder getPrefixOrBuilder()
Prefix used for paths.
.gnmi.Path prefix = 1;List<UpdateResult> getResponseList()
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;UpdateResult getResponse(int index)
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;int getResponseCount()
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;List<? extends UpdateResultOrBuilder> getResponseOrBuilderList()
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;UpdateResultOrBuilder getResponseOrBuilder(int index)
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;@Deprecated boolean hasMessage()
The overall status of the transaction.
.gnmi.Error message = 3 [deprecated = true];@Deprecated Error getMessage()
The overall status of the transaction.
.gnmi.Error message = 3 [deprecated = true];@Deprecated ErrorOrBuilder getMessageOrBuilder()
The overall status of the transaction.
.gnmi.Error message = 3 [deprecated = true];long getTimestamp()
Timestamp of transaction (ns since epoch).
int64 timestamp = 4;List<Extension> getExtensionList()
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;Extension getExtension(int index)
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;int getExtensionCount()
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;List<? extends ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;Copyright © 2018 OpenDaylight. All rights reserved.