All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.RangeValue.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






RangeValue (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class RangeValue

    • Constructor Detail

      • RangeValue

        public RangeValue()
    • Method Detail

      • getEnd

        public QueryParameterValue getEnd()
        Optional. The end value of the range. A missing value represents an unbounded end.
        Returns:
        value or null for none
      • setEnd

        public RangeValue setEnd(QueryParameterValue end)
        Optional. The end value of the range. A missing value represents an unbounded end.
        Parameters:
        end - end or null for none
      • getStart

        public QueryParameterValue getStart()
        Optional. The start value of the range. A missing value represents an unbounded start.
        Returns:
        value or null for none
      • setStart

        public RangeValue setStart(QueryParameterValue start)
        Optional. The start value of the range. A missing value represents an unbounded start.
        Parameters:
        start - start or null for none
      • set

        public RangeValue set(String fieldName,
                              Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public RangeValue clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy