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

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

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






SnapshotDefinition (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class SnapshotDefinition

    • Constructor Detail

      • SnapshotDefinition

        public SnapshotDefinition()
    • Method Detail

      • getBaseTableReference

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

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

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

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

        public SnapshotDefinition 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