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

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

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






QueryParameterValue (BigQuery API v2-rev20190423-1.28.0)












com.google.api.services.bigquery.model

Class QueryParameterValue

    • Constructor Detail

      • QueryParameterValue

        public QueryParameterValue()
    • Method Detail

      • getArrayValues

        public List<QueryParameterValue> getArrayValues()
        [Optional] The array values, if this is an array type.
        Returns:
        value or null for none
      • setArrayValues

        public QueryParameterValue setArrayValues(List<QueryParameterValue> arrayValues)
        [Optional] The array values, if this is an array type.
        Parameters:
        arrayValues - arrayValues or null for none
      • getStructValues

        public Map<String,QueryParameterValue> getStructValues()
        [Optional] The struct field values, in order of the struct type's declaration.
        Returns:
        value or null for none
      • setStructValues

        public QueryParameterValue setStructValues(Map<String,QueryParameterValue> structValues)
        [Optional] The struct field values, in order of the struct type's declaration.
        Parameters:
        structValues - structValues or null for none
      • getValue

        public String getValue()
        [Optional] The value of this value, if a simple scalar type.
        Returns:
        value or null for none
      • setValue

        public QueryParameterValue setValue(String value)
        [Optional] The value of this value, if a simple scalar type.
        Parameters:
        value - value or null for none
      • clone

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

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy