Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_SQLAdmin_Operations_Resource Class Reference

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

Inheritance diagram for Google_Service_SQLAdmin_Operations_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 get ($project, $operation, $optParams=array())
 Retrieves an instance operation that has been performed on an instance.
 
 listOperations ($project, $instance, $optParams=array())
 Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "operations" collection of methods.

Typical usage is: $sqladminService = new Google_Service_SQLAdmin(...); $operations = $sqladminService->operations;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ get()

Google_Service_SQLAdmin_Operations_Resource::get ( $project,
$operation,
$optParams = array() )

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

(operations.get)

Parameters
string$projectProject ID of the project that contains the instance.
string$operationInstance operation ID.
array$optParamsOptional parameters.
Return values
Google_Service_SQLAdmin_Operation

◆ listOperations()

Google_Service_SQLAdmin_Operations_Resource::listOperations ( $project,
$instance,
$optParams = array() )

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

(operations.listOperations)

Parameters
string$projectProject ID of the project that contains the instance.
string$instanceCloud SQL instance ID. This does not include the project ID.
array$optParamsOptional parameters.

@opt_param string maxResults Maximum number of operations per response. @opt_param string pageToken A previously-returned page token representing part of the larger set of results to view.

Return values
Google_Service_SQLAdmin_OperationsListResponse

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