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-rev20241027-2.0.0
Show newest version






QueryParameter (BigQuery API v2-rev20240727-2.0.0)












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
      • set

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

        public QueryParameter 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