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 SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description GnmiExt.ExtensiongetExtension(int index)Extension messages associated with the SetResponse.intgetExtensionCount()Extension messages associated with the SetResponse.List<GnmiExt.Extension>getExtensionList()Extension messages associated with the SetResponse.GnmiExt.ExtensionOrBuildergetExtensionOrBuilder(int index)Extension messages associated with the SetResponse.List<? extends GnmiExt.ExtensionOrBuilder>getExtensionOrBuilderList()Extension messages associated with the SetResponse.Gnmi.ErrorgetMessage()Deprecated.Gnmi.ErrorOrBuildergetMessageOrBuilder()Deprecated.Gnmi.PathgetPrefix()Prefix used for paths.Gnmi.PathOrBuildergetPrefixOrBuilder()Prefix used for paths.Gnmi.UpdateResultgetResponse(int index)A set of responses specifying the result of the operations specified in the SetRequest.intgetResponseCount()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.UpdateResultOrBuildergetResponseOrBuilder(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.longgetTimestamp()Timestamp of transaction (ns since epoch).booleanhasMessage()Deprecated.booleanhasPrefix()Prefix used for paths.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasPrefixboolean hasPrefix() Prefix used for paths. .gnmi.Path prefix = 1;
 - 
getPrefixGnmi.Path getPrefix() Prefix used for paths. .gnmi.Path prefix = 1;
 - 
getPrefixOrBuilderGnmi.PathOrBuilder getPrefixOrBuilder() Prefix used for paths. .gnmi.Path prefix = 1;
 - 
getResponseListList<Gnmi.UpdateResult> getResponseList() A set of responses specifying the result of the operations specified in the SetRequest. repeated .gnmi.UpdateResult response = 2;
 - 
getResponseGnmi.UpdateResult getResponse(int index) A set of responses specifying the result of the operations specified in the SetRequest. repeated .gnmi.UpdateResult response = 2;
 - 
getResponseCountint getResponseCount() A set of responses specifying the result of the operations specified in the SetRequest. repeated .gnmi.UpdateResult response = 2;
 - 
getResponseOrBuilderListList<? extends Gnmi.UpdateResultOrBuilder> getResponseOrBuilderList() A set of responses specifying the result of the operations specified in the SetRequest. repeated .gnmi.UpdateResult response = 2;
 - 
getResponseOrBuilderGnmi.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];
 - 
getTimestamplong getTimestamp() Timestamp of transaction (ns since epoch). int64 timestamp = 4;
 - 
getExtensionListList<GnmiExt.Extension> getExtensionList() Extension messages associated with the SetResponse. See the gNMI extension specification for further definition. repeated .gnmi_ext.Extension extension = 5;
 - 
getExtensionGnmiExt.Extension getExtension(int index) Extension messages associated with the SetResponse. See the gNMI extension specification for further definition. repeated .gnmi_ext.Extension extension = 5;
 - 
getExtensionCountint getExtensionCount() Extension messages associated with the SetResponse. See the gNMI extension specification for further definition. repeated .gnmi_ext.Extension extension = 5;
 - 
getExtensionOrBuilderListList<? extends GnmiExt.ExtensionOrBuilder> getExtensionOrBuilderList() Extension messages associated with the SetResponse. See the gNMI extension specification for further definition. repeated .gnmi_ext.Extension extension = 5;
 - 
getExtensionOrBuilderGnmiExt.ExtensionOrBuilder getExtensionOrBuilder(int index) Extension messages associated with the SetResponse. See the gNMI extension specification for further definition. repeated .gnmi_ext.Extension extension = 5;
 
- 
 
-