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

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

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






StandardSqlField (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class StandardSqlField

    • Constructor Detail

      • StandardSqlField

        public StandardSqlField()
    • Method Detail

      • getName

        public String getName()
        Optional. The name of this field. Can be absent for struct fields.
        Returns:
        value or null for none
      • setName

        public StandardSqlField setName(String name)
        Optional. The name of this field. Can be absent for struct fields.
        Parameters:
        name - name or null for none
      • getType

        public StandardSqlDataType getType()
        Optional. The type of this parameter. Absent if not explicitly specified (e.g., CREATE FUNCTION statement can omit the return type; in this case the output parameter does not have this "type" field).
        Returns:
        value or null for none
      • setType

        public StandardSqlField setType(StandardSqlDataType type)
        Optional. The type of this parameter. Absent if not explicitly specified (e.g., CREATE FUNCTION statement can omit the return type; in this case the output parameter does not have this "type" field).
        Parameters:
        type - type or null for none
      • clone

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