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

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

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






TableConstraints.PrimaryKey (BigQuery API v2-rev20240616-2.0.0)












com.google.api.services.bigquery.model

Class TableConstraints.PrimaryKey

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    TableConstraints


    public static final class TableConstraints.PrimaryKey
    extends com.google.api.client.json.GenericJson
    Represents the primary key constraint on a table's columns.
    • Constructor Detail

      • PrimaryKey

        public PrimaryKey()
    • Method Detail

      • getColumns

        public List<String> getColumns()
        Required. The columns that are composed of the primary key constraint.
        Returns:
        value or null for none
      • setColumns

        public TableConstraints.PrimaryKey setColumns(List<String> columns)
        Required. The columns that are composed of the primary key constraint.
        Parameters:
        columns - columns or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy