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

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

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






DestinationTableProperties (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class DestinationTableProperties

    • Constructor Detail

      • DestinationTableProperties

        public DestinationTableProperties()
    • Method Detail

      • getDescription

        public String getDescription()
        Optional. The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail.
        Returns:
        value or null for none
      • setDescription

        public DestinationTableProperties setDescription(String description)
        Optional. The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail.
        Parameters:
        description - description or null for none
      • getExpirationTime

        public com.google.api.client.util.DateTime getExpirationTime()
        Internal use only.
        Returns:
        value or null for none
      • setExpirationTime

        public DestinationTableProperties setExpirationTime(com.google.api.client.util.DateTime expirationTime)
        Internal use only.
        Parameters:
        expirationTime - expirationTime or null for none
      • getFriendlyName

        public String getFriendlyName()
        Optional. Friendly name for the destination table. If the table already exists, it should be same as the existing friendly name.
        Returns:
        value or null for none
      • setFriendlyName

        public DestinationTableProperties setFriendlyName(String friendlyName)
        Optional. Friendly name for the destination table. If the table already exists, it should be same as the existing friendly name.
        Parameters:
        friendlyName - friendlyName or null for none
      • getLabels

        public Map<String,String> getLabels()
        Optional. The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.
        Returns:
        value or null for none
      • setLabels

        public DestinationTableProperties setLabels(Map<String,String> labels)
        Optional. The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.
        Parameters:
        labels - labels or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy