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






TableDataInsertAllRequest.Rows (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class TableDataInsertAllRequest.Rows

    • Constructor Detail

      • Rows

        public Rows()
    • Method Detail

      • getInsertId

        public String getInsertId()
        Insertion ID for best-effort deduplication. This feature is not recommended, and users seeking stronger insertion semantics are encouraged to use other mechanisms such as the BigQuery Write API.
        Returns:
        value or null for none
      • setInsertId

        public TableDataInsertAllRequest.Rows setInsertId(String insertId)
        Insertion ID for best-effort deduplication. This feature is not recommended, and users seeking stronger insertion semantics are encouraged to use other mechanisms such as the BigQuery Write API.
        Parameters:
        insertId - insertId or null for none
      • getJson

        public Map<String,Object> getJson()
        Data for a single row.
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy