Interface SparkplugBProto.Payload.PropertySetOrBuilder

All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<SparkplugBProto.Payload.PropertySet>, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SparkplugBProto.Payload.PropertySet, SparkplugBProto.Payload.PropertySet.Builder
Enclosing class:
SparkplugBProto.Payload

public static interface SparkplugBProto.Payload.PropertySetOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<SparkplugBProto.Payload.PropertySet>
  • Method Summary

    Modifier and Type
    Method
    Description
    getKeys(int index)
    Names of the properties
    com.google.protobuf.ByteString
    getKeysBytes(int index)
    Names of the properties
    int
    Names of the properties
    Names of the properties
    getValues(int index)
    repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;
    int
    repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;
    repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;
    getValuesOrBuilder(int index)
    repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;
    repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;

    Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder

    getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getKeysList

      List<String> getKeysList()
       Names of the properties
       
      repeated string keys = 1;
      Returns:
      A list containing the keys.
    • getKeysCount

      int getKeysCount()
       Names of the properties
       
      repeated string keys = 1;
      Returns:
      The count of keys.
    • getKeys

      String getKeys(int index)
       Names of the properties
       
      repeated string keys = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keys at the given index.
    • getKeysBytes

      com.google.protobuf.ByteString getKeysBytes(int index)
       Names of the properties
       
      repeated string keys = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the keys at the given index.
    • getValuesList

      repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;
    • getValues

      repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;
    • getValuesCount

      int getValuesCount()
      repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;
    • getValuesOrBuilderList

      List<? extends SparkplugBProto.Payload.PropertyValueOrBuilder> getValuesOrBuilderList()
      repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;
    • getValuesOrBuilder

      SparkplugBProto.Payload.PropertyValueOrBuilder getValuesOrBuilder(int index)
      repeated .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue values = 2;