public static interface Gnmi.SetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPrefix()
Prefix used for paths.
.gnmi.Path prefix = 1;
Gnmi.Path getPrefix()
Prefix used for paths.
.gnmi.Path prefix = 1;
Gnmi.PathOrBuilder getPrefixOrBuilder()
Prefix used for paths.
.gnmi.Path prefix = 1;
List<Gnmi.UpdateResult> getResponseList()
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;
Gnmi.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 Gnmi.UpdateResultOrBuilder> getResponseOrBuilderList()
A set of responses specifying the result of the operations specified in the SetRequest.
repeated .gnmi.UpdateResult response = 2;
Gnmi.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 Gnmi.Error getMessage()
The overall status of the transaction.
.gnmi.Error message = 3 [deprecated = true];
@Deprecated Gnmi.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<GnmiExt.Extension> getExtensionList()
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
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;
int getExtensionCount()
Extension messages associated with the SetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
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;
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;
Copyright © 2021. All rights reserved.