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

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

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






TableDataInsertAllRequest (BigQuery API v2-rev20190423-1.28.0)












com.google.api.services.bigquery.model

Class TableDataInsertAllRequest

    • Constructor Detail

      • TableDataInsertAllRequest

        public TableDataInsertAllRequest()
    • Method Detail

      • getIgnoreUnknownValues

        public Boolean getIgnoreUnknownValues()
        [Optional] Accept rows that contain values that do not match the schema. The unknown values are ignored. Default is false, which treats unknown values as errors.
        Returns:
        value or null for none
      • setIgnoreUnknownValues

        public TableDataInsertAllRequest setIgnoreUnknownValues(Boolean ignoreUnknownValues)
        [Optional] Accept rows that contain values that do not match the schema. The unknown values are ignored. Default is false, which treats unknown values as errors.
        Parameters:
        ignoreUnknownValues - ignoreUnknownValues or null for none
      • getKind

        public String getKind()
        The resource type of the response.
        Returns:
        value or null for none
      • getSkipInvalidRows

        public Boolean getSkipInvalidRows()
        [Optional] Insert all valid rows of a request, even if invalid rows exist. The default value is false, which causes the entire request to fail if any invalid rows exist.
        Returns:
        value or null for none
      • setSkipInvalidRows

        public TableDataInsertAllRequest setSkipInvalidRows(Boolean skipInvalidRows)
        [Optional] Insert all valid rows of a request, even if invalid rows exist. The default value is false, which causes the entire request to fail if any invalid rows exist.
        Parameters:
        skipInvalidRows - skipInvalidRows or null for none
      • getTemplateSuffix

        public String getTemplateSuffix()
        If specified, treats the destination table as a base template, and inserts the rows into an instance table named "{destination}{templateSuffix}". BigQuery will manage creation of the instance table, using the schema of the base template table. See https://cloud.google.com/bigquery/streaming-data-into-bigquery#template-tables for considerations when working with templates tables.
        Returns:
        value or null for none
      • setTemplateSuffix

        public TableDataInsertAllRequest setTemplateSuffix(String templateSuffix)
        If specified, treats the destination table as a base template, and inserts the rows into an instance table named "{destination}{templateSuffix}". BigQuery will manage creation of the instance table, using the schema of the base template table. See https://cloud.google.com/bigquery/streaming-data-into-bigquery#template-tables for considerations when working with templates tables.
        Parameters:
        templateSuffix - templateSuffix or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy