Interface SparkplugBProto.Payload.DataSetOrBuilder
- All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<SparkplugBProto.Payload.DataSet>,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SparkplugBProto.Payload.DataSet,SparkplugBProto.Payload.DataSet.Builder
- Enclosing class:
- SparkplugBProto.Payload
public static interface SparkplugBProto.Payload.DataSetOrBuilder
extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<SparkplugBProto.Payload.DataSet>
-
Method Summary
Modifier and TypeMethodDescriptiongetColumns(int index) repeated string columns = 2;com.google.protobuf.ByteStringgetColumnsBytes(int index) repeated string columns = 2;intrepeated string columns = 2;repeated string columns = 2;longoptional uint64 num_of_columns = 1;getRows(int index) repeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4;intrepeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4;repeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4;getRowsOrBuilder(int index) repeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4;List<? extends SparkplugBProto.Payload.DataSet.RowOrBuilder>repeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4;intgetTypes(int index) repeated uint32 types = 3;intrepeated uint32 types = 3;repeated uint32 types = 3;booleanoptional uint64 num_of_columns = 1;Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNumOfColumns
boolean hasNumOfColumns()optional uint64 num_of_columns = 1;- Returns:
- Whether the numOfColumns field is set.
-
getNumOfColumns
long getNumOfColumns()optional uint64 num_of_columns = 1;- Returns:
- The numOfColumns.
-
getColumnsList
repeated string columns = 2;- Returns:
- A list containing the columns.
-
getColumnsCount
int getColumnsCount()repeated string columns = 2;- Returns:
- The count of columns.
-
getColumns
repeated string columns = 2;- Parameters:
index- The index of the element to return.- Returns:
- The columns at the given index.
-
getColumnsBytes
com.google.protobuf.ByteString getColumnsBytes(int index) repeated string columns = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the columns at the given index.
-
getTypesList
repeated uint32 types = 3;- Returns:
- A list containing the types.
-
getTypesCount
int getTypesCount()repeated uint32 types = 3;- Returns:
- The count of types.
-
getTypes
int getTypes(int index) repeated uint32 types = 3;- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
getRowsList
List<SparkplugBProto.Payload.DataSet.Row> getRowsList()repeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4; -
getRows
repeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4; -
getRowsCount
int getRowsCount()repeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4; -
getRowsOrBuilderList
List<? extends SparkplugBProto.Payload.DataSet.RowOrBuilder> getRowsOrBuilderList()repeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4; -
getRowsOrBuilder
repeated .com.cirruslink.sparkplug.protobuf.Payload.DataSet.Row rows = 4;
-