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

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

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






CloneDefinition (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class CloneDefinition

    • Constructor Detail

      • CloneDefinition

        public CloneDefinition()
    • Method Detail

      • getBaseTableReference

        public TableReference getBaseTableReference()
        Required. Reference describing the ID of the table that was cloned.
        Returns:
        value or null for none
      • setBaseTableReference

        public CloneDefinition setBaseTableReference(TableReference baseTableReference)
        Required. Reference describing the ID of the table that was cloned.
        Parameters:
        baseTableReference - baseTableReference or null for none
      • getCloneTime

        public com.google.api.client.util.DateTime getCloneTime()
        Required. The time at which the base table was cloned. This value is reported in the JSON response using RFC3339 format.
        Returns:
        value or null for none
      • setCloneTime

        public CloneDefinition setCloneTime(com.google.api.client.util.DateTime cloneTime)
        Required. The time at which the base table was cloned. This value is reported in the JSON response using RFC3339 format.
        Parameters:
        cloneTime - cloneTime or null for none
      • clone

        public CloneDefinition clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy