Show / Hide Table of Contents

Class OperationsResource

The "operations" collection of methods.

Inheritance
object
OperationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class OperationsResource

Constructors

OperationsResource(IClientService)

Constructs a new resource.

Declaration
public OperationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Cancel(string, string)

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

Declaration
public virtual OperationsResource.CancelRequest Cancel(string project, string operation)
Parameters
Type Name Description
string project

Project ID of the project that contains the instance.

string operation

Instance operation ID.

Returns
Type Description
OperationsResource.CancelRequest

Get(string, string)

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

Declaration
public virtual OperationsResource.GetRequest Get(string project, string operation)
Parameters
Type Name Description
string project

Project ID of the project that contains the instance.

string operation

Instance operation ID.

Returns
Type Description
OperationsResource.GetRequest

List(string)

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

Declaration
public virtual OperationsResource.ListRequest List(string project)
Parameters
Type Name Description
string project

Project ID of the project that contains the instance.

Returns
Type Description
OperationsResource.ListRequest
In this article
Back to top Generated by DocFX