public interface ScalarArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TypedValue |
getElement(int index)
The set of elements within the array.
|
int |
getElementCount()
The set of elements within the array.
|
List<TypedValue> |
getElementList()
The set of elements within the array.
|
TypedValueOrBuilder |
getElementOrBuilder(int index)
The set of elements within the array.
|
List<? extends TypedValueOrBuilder> |
getElementOrBuilderList()
The set of elements within the array.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<TypedValue> getElementList()
The set of elements within the array. Each TypedValue message should specify only elements that have a field identifier of 1-7 (i.e., the values are scalar values).
repeated .gnmi.TypedValue element = 1;
TypedValue getElement(int index)
The set of elements within the array. Each TypedValue message should specify only elements that have a field identifier of 1-7 (i.e., the values are scalar values).
repeated .gnmi.TypedValue element = 1;
int getElementCount()
The set of elements within the array. Each TypedValue message should specify only elements that have a field identifier of 1-7 (i.e., the values are scalar values).
repeated .gnmi.TypedValue element = 1;
List<? extends TypedValueOrBuilder> getElementOrBuilderList()
The set of elements within the array. Each TypedValue message should specify only elements that have a field identifier of 1-7 (i.e., the values are scalar values).
repeated .gnmi.TypedValue element = 1;
TypedValueOrBuilder getElementOrBuilder(int index)
The set of elements within the array. Each TypedValue message should specify only elements that have a field identifier of 1-7 (i.e., the values are scalar values).
repeated .gnmi.TypedValue element = 1;
Copyright © 2018 OpenDaylight. All rights reserved.