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

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

Inheritance diagram for Google_Service_Container_ProjectsZonesOperations_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 get ($projectId, $zone, $operationId, $optParams=array())
 Gets the specified operation.
 
 listProjectsZonesOperations ($projectId, $zone, $optParams=array())
 Lists all operations in a project in a specific zone or all zones.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "operations" collection of methods.

Typical usage is: $containerService = new Google_Service_Container(...); $operations = $containerService->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_Container_ProjectsZonesOperations_Resource::get ( $projectId,
$zone,
$operationId,
$optParams = array() )

Gets the specified operation.

(operations.get)

Parameters
string$projectIdThe Google Developers Console project ID or project number.
string$zoneThe name of the Google Compute Engine zone in which the cluster resides.
string$operationIdThe server-assigned name of the operation.
array$optParamsOptional parameters.
Return values
Google_Service_Container_Operation

◆ listProjectsZonesOperations()

Google_Service_Container_ProjectsZonesOperations_Resource::listProjectsZonesOperations ( $projectId,
$zone,
$optParams = array() )

Lists all operations in a project in a specific zone or all zones.

(operations.listProjectsZonesOperations)

Parameters
string$projectIdThe Google Developers Console project ID or project number.
string$zoneThe name of the Google Compute Engine zone to return operations for, or "-" for all zones.
array$optParamsOptional parameters.
Return values
Google_Service_Container_ListOperationsResponse

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