Interface ValueRange.Builder

  • Method Details

    • start

      The start time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.

      Parameters:
      start - The start time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • end

      The end time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.

      Parameters:
      end - The end time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
      Returns:
      Returns a reference to this object so that method calls can be chained together.