Interface Gnmi.SetResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gnmi.SetResponse
,Gnmi.SetResponse.Builder
- Enclosing class:
- Gnmi
public static interface Gnmi.SetResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description GnmiExt.Extension
getExtension(int index)
Extension messages associated with the SetResponse.int
getExtensionCount()
Extension messages associated with the SetResponse.List<GnmiExt.Extension>
getExtensionList()
Extension messages associated with the SetResponse.GnmiExt.ExtensionOrBuilder
getExtensionOrBuilder(int index)
Extension messages associated with the SetResponse.List<? extends GnmiExt.ExtensionOrBuilder>
getExtensionOrBuilderList()
Extension messages associated with the SetResponse.Gnmi.Error
getMessage()
Deprecated.Gnmi.ErrorOrBuilder
getMessageOrBuilder()
Deprecated.Gnmi.Path
getPrefix()
Prefix used for paths.Gnmi.PathOrBuilder
getPrefixOrBuilder()
Prefix used for paths.Gnmi.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<Gnmi.UpdateResult>
getResponseList()
A set of responses specifying the result of the operations specified in the SetRequest.Gnmi.UpdateResultOrBuilder
getResponseOrBuilder(int index)
A set of responses specifying the result of the operations specified in the SetRequest.List<? extends Gnmi.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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPrefix
boolean hasPrefix()
Prefix used for paths.
.gnmi.Path prefix = 1;
-
getPrefix
Gnmi.Path getPrefix()
Prefix used for paths.
.gnmi.Path prefix = 1;
-
getPrefixOrBuilder
Gnmi.PathOrBuilder getPrefixOrBuilder()
Prefix used for paths.
.gnmi.Path prefix = 1;
-
getResponseList
List<Gnmi.UpdateResult> getResponseList()
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;
-
getResponse
Gnmi.UpdateResult getResponse(int index)
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;
-
getResponseCount
int getResponseCount()
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;
-
getResponseOrBuilderList
List<? extends Gnmi.UpdateResultOrBuilder> getResponseOrBuilderList()
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;
-
getResponseOrBuilder
Gnmi.UpdateResultOrBuilder getResponseOrBuilder(int index)
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;
-
hasMessage
@Deprecated boolean hasMessage()
Deprecated.The overall status of the transaction.
.gnmi.Error message = 3 [deprecated = true];
-
getMessage
@Deprecated Gnmi.Error getMessage()
Deprecated.The overall status of the transaction.
.gnmi.Error message = 3 [deprecated = true];
-
getMessageOrBuilder
@Deprecated Gnmi.ErrorOrBuilder getMessageOrBuilder()
Deprecated.The overall status of the transaction.
.gnmi.Error message = 3 [deprecated = true];
-
getTimestamp
long getTimestamp()
Timestamp of transaction (ns since epoch).
int64 timestamp = 4;
-
getExtensionList
List<GnmiExt.Extension> getExtensionList()
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
-
getExtension
GnmiExt.Extension getExtension(int index)
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
-
getExtensionCount
int getExtensionCount()
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
-
getExtensionOrBuilderList
List<? extends GnmiExt.ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
-
getExtensionOrBuilder
GnmiExt.ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
-
-