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

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

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






QueryParameter (BigQuery API v2-rev20220422-1.32.1)












com.google.api.services.bigquery.model

Class QueryParameter

    • Constructor Detail

      • QueryParameter

        public QueryParameter()
    • Method Detail

      • getName

        public String getName()
        [Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query.
        Returns:
        value or null for none
      • setName

        public QueryParameter setName(String name)
        [Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query.
        Parameters:
        name - name or null for none
      • getParameterType

        public QueryParameterType getParameterType()
        [Required] The type of this parameter.
        Returns:
        value or null for none
      • setParameterType

        public QueryParameter setParameterType(QueryParameterType parameterType)
        [Required] The type of this parameter.
        Parameters:
        parameterType - parameterType or null for none
      • getParameterValue

        public QueryParameterValue getParameterValue()
        [Required] The value of this parameter.
        Returns:
        value or null for none
      • setParameterValue

        public QueryParameter setParameterValue(QueryParameterValue parameterValue)
        [Required] The value of this parameter.
        Parameters:
        parameterValue - parameterValue or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy