sqladmin  v1beta4
Classes | Public Member Functions | List of all members
Google.Apis.SQLAdmin.v1beta4.OperationsResource Class Reference

The "operations" collection of methods. More...

Classes

class  GetRequest
 Retrieves an instance operation that has been performed on an instance. More...
 
class  ListRequest
 Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time. More...
 

Public Member Functions

 OperationsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual GetRequest Get (string project, string operation)
 Retrieves an instance operation that has been performed on an instance. More...
 
virtual ListRequest List (string project, string instance)
 Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time. More...
 

Detailed Description

The "operations" collection of methods.

Constructor & Destructor Documentation

◆ OperationsResource()

Google.Apis.SQLAdmin.v1beta4.OperationsResource.OperationsResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Get()

virtual GetRequest Google.Apis.SQLAdmin.v1beta4.OperationsResource.Get ( string  project,
string  operation 
)
inlinevirtual

Retrieves an instance operation that has been performed on an instance.

Parameters
projectProject ID of the project that contains the instance.
operationInstance operation ID.

◆ List()

virtual ListRequest Google.Apis.SQLAdmin.v1beta4.OperationsResource.List ( string  project,
string  instance 
)
inlinevirtual

Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.

Parameters
projectProject ID of the project that contains the instance.
instanceCloud SQL instance ID. This does not include the project ID.

The documentation for this class was generated from the following file: