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






TableDataInsertAllRequest (BigQuery API v2-rev20240727-2.0.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()
        Optional. The resource type of the response. The value is not checked at the backend. Historically, it has been set to "bigquery#tableDataInsertAllRequest" but you are not required to set it.
        Returns:
        value or null for none
      • setKind

        public TableDataInsertAllRequest setKind(String kind)
        Optional. The resource type of the response. The value is not checked at the backend. Historically, it has been set to "bigquery#tableDataInsertAllRequest" but you are not required to set it.
        Parameters:
        kind - kind 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()
        Optional. 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)
        Optional. 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
      • getTraceId

        public String getTraceId()
        Optional. Unique request trace id. Used for debugging purposes only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended.
        Returns:
        value or null for none
      • setTraceId

        public TableDataInsertAllRequest setTraceId(String traceId)
        Optional. Unique request trace id. Used for debugging purposes only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended.
        Parameters:
        traceId - traceId or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy