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

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

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






TableDataInsertAllRequest.Rows (BigQuery API v2-rev20190423-1.28.0)












com.google.api.services.bigquery.model

Class TableDataInsertAllRequest.Rows

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


    public static final class TableDataInsertAllRequest.Rows
    extends com.google.api.client.json.GenericJson
    Model definition for TableDataInsertAllRequestRows.
    • Constructor Detail

      • Rows

        public Rows()
    • Method Detail

      • getInsertId

        public String getInsertId()
        [Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis.
        Returns:
        value or null for none
      • setInsertId

        public TableDataInsertAllRequest.Rows setInsertId(String insertId)
        [Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis.
        Parameters:
        insertId - insertId or null for none
      • getJson

        public Map<String,Object> getJson()
        [Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema.
        Returns:
        value or null for none
      • setJson

        public TableDataInsertAllRequest.Rows setJson(Map<String,Object> json)
        [Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema.
        Parameters:
        json - json or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy