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

target.apidocs.com.google.api.services.sql.model.CloneContext.html Maven / Gradle / Ivy







CloneContext (Cloud SQL Admin API v1beta4-rev20201026-1.30.10)












com.google.api.services.sql.model

Class CloneContext

    • Constructor Detail

      • CloneContext

        public CloneContext()
    • Method Detail

      • getBinLogCoordinates

        public BinLogCoordinates getBinLogCoordinates()
        Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
        Returns:
        value or null for none
      • setBinLogCoordinates

        public CloneContext setBinLogCoordinates(BinLogCoordinates binLogCoordinates)
        Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
        Parameters:
        binLogCoordinates - binLogCoordinates or null for none
      • getDestinationInstanceName

        public String getDestinationInstanceName()
        Name of the Cloud SQL instance to be created as a clone.
        Returns:
        value or null for none
      • setDestinationInstanceName

        public CloneContext setDestinationInstanceName(String destinationInstanceName)
        Name of the Cloud SQL instance to be created as a clone.
        Parameters:
        destinationInstanceName - destinationInstanceName or null for none
      • getKind

        public String getKind()
        This is always *sql#cloneContext*.
        Returns:
        value or null for none
      • setKind

        public CloneContext setKind(String kind)
        This is always *sql#cloneContext*.
        Parameters:
        kind - kind or null for none
      • getPitrTimestampMs

        public Long getPitrTimestampMs()
        Reserved for future use.
        Returns:
        value or null for none
      • setPitrTimestampMs

        public CloneContext setPitrTimestampMs(Long pitrTimestampMs)
        Reserved for future use.
        Parameters:
        pitrTimestampMs - pitrTimestampMs or null for none
      • getPointInTime

        public String getPointInTime()
        Reserved for future use.
        Returns:
        value or null for none
      • setPointInTime

        public CloneContext setPointInTime(String pointInTime)
        Reserved for future use.
        Parameters:
        pointInTime - pointInTime or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy