Interface ControlMessage.RunTimePassMessageEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      required string key = 1;
      com.google.protobuf.ByteString getKeyBytes()
      required string key = 1;
      long getValue()
      required int64 value = 2;
      boolean hasKey()
      required string key = 1;
      boolean hasValue()
      required int64 value = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

      • hasKey

        boolean hasKey()
        required string key = 1;
        Returns:
        Whether the key field is set.
      • getKey

        java.lang.String getKey()
        required string key = 1;
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
        required string key = 1;
        Returns:
        The bytes for key.
      • hasValue

        boolean hasValue()
        required int64 value = 2;
        Returns:
        Whether the value field is set.
      • getValue

        long getValue()
        required int64 value = 2;
        Returns:
        The value.