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

target.apidocs.com.google.api.services.sql.SQLAdmin.Operations.html Maven / Gradle / Ivy







SQLAdmin.Operations (Cloud SQL Admin API v1beta4-rev20201026-1.30.10)












com.google.api.services.sql

Class SQLAdmin.Operations

  • Enclosing class:
    SQLAdmin


    public class SQLAdmin.Operations
    extends Object
    The "operations" collection of methods.
    • Constructor Detail

      • Operations

        public Operations()
    • Method Detail

      • get

        public SQLAdmin.Operations.Get get(String project,
                                           String operation)
                                    throws IOException
        Retrieves an instance operation that has been performed on an instance. Create a request for the method "operations.get". This request holds the parameters needed by the sql server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID of the project that contains the instance.
        operation - Instance operation ID.
        Returns:
        the request
        Throws:
        IOException
      • list

        public SQLAdmin.Operations.List list(String project)
                                      throws IOException
        Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time. Create a request for the method "operations.list". This request holds the parameters needed by the sql server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID of the project that contains the instance.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy