Class CopyBackupRequest

    • Method Detail

      • of

        public static CopyBackupRequest of​(String sourceClusterId,
                                           String sourceBackupId)
        Create a CopyBackupRequest object. It assumes the source backup is located in the same instance and project as the destination backup, which is where the BigtableTableAdminClient is created in. use setSourceInstance("[INSTANCE]") if the source backup is located in a different instance. use setSourceInstance("[PROJECT]", "[INSTANCE]") if the source backup is located in a different project.
      • setExpireTime

        public CopyBackupRequest setExpireTime​(org.threeten.bp.Instant expireTime)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object