Interface ResultRowValue.Builder

  • Method Details

    • key

      The friendly name of the metric whose value is specified by the Value property.

      Parameters:
      key - The friendly name of the metric whose value is specified by the Value property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The data type of the value specified by the Value property.

      Parameters:
      type - The data type of the value specified by the Value property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).

      Parameters:
      value - In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).
      Returns:
      Returns a reference to this object so that method calls can be chained together.