Home
last modified time | relevance | path

Searched refs:Operation (Results 301 – 325 of 606) sorted by path

1...<<11121314151617181920>>...25

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperationsListResponse.php27 protected $operationsType = Operation::class;
45 * @param Operation[]
52 * @return Operation[]
H A DType.php34 protected $operationType = Operation::class;
84 * @param Operation
86 public function setOperation(Operation $operation)
91 * @return Operation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/Resource/
H A DDeployments.php25 use Google\Service\DeploymentManager\Operation; alias
48 * @return Operation
65 * @return Operation
71 return $this->call('delete', [$params], Operation::class);
122 * @return Operation
128 return $this->call('insert', [$params], Operation::class);
202 * @return Operation
208 return $this->call('patch', [$params], Operation::class);
235 * @return Operation
241 return $this->call('stop', [$params], Operation::class);
[all …]
H A DOperations.php20 use Google\Service\DeploymentManager\Operation; alias
39 * @return Operation
45 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_DisplayVideo_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DSdfdownloadtasks.php21 use Google\Service\DisplayVideo\Operation; alias
45 * @return Operation
51 return $this->call('create', [$params], Operation::class);
H A DSdfdownloadtasksOperations.php20 use Google\Service\DisplayVideo\Operation; alias
38 * @return Operation
44 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DManagedZoneOperationsListResponse.php33 protected $operationsType = Operation::class;
79 * @param Operation[]
86 * @return Operation[]
H A DOperation.php20 class Operation extends \Google\Model class
166 class_alias(Operation::class, 'Google_Service_Dns_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
H A DManagedZoneOperations.php21 use Google\Service\Dns\Operation; alias
49 * @return Operation
55 return $this->call('get', [$params], Operation::class);
H A DManagedZones.php22 use Google\Service\Dns\Operation; alias
133 * @return Operation
139 return $this->call('patch', [$params], Operation::class);
155 * @return Operation
161 return $this->call('update', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseHosting/
H A DListOperationsResponse.php27 protected $operationsType = Operation::class;
45 * @param Operation[]
52 * @return Operation[]
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_FirebaseHosting_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseML/
H A DListOperationsResponse.php27 protected $operationsType = Operation::class;
45 * @param Operation[]
52 * @return Operation[]
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_FirebaseML_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_FirebaseManagement_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/Resource/
H A DOperations.php20 use Google\Service\FirebaseManagement\Operation; alias
39 * @return Operation
45 return $this->call('get', [$params], Operation::class);
H A DProjects.php27 use Google\Service\FirebaseManagement\Operation; alias
76 * @return Operation
82 return $this->call('addFirebase', [$params], Operation::class);
129 * @return Operation
135 return $this->call('addGoogleAnalytics', [$params], Operation::class);
H A DProjectsAndroidApps.php23 use Google\Service\FirebaseManagement\Operation; alias
49 * @return Operation
55 return $this->call('create', [$params], Operation::class);
H A DProjectsDefaultLocation.php21 use Google\Service\FirebaseManagement\Operation; alias
70 * @return Operation
76 return $this->call('finalize', [$params], Operation::class);
H A DProjectsIosApps.php23 use Google\Service\FirebaseManagement\Operation; alias
48 * @return Operation
54 return $this->call('create', [$params], Operation::class);
H A DProjectsWebApps.php21 use Google\Service\FirebaseManagement\Operation; alias
48 * @return Operation
54 return $this->call('create', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DListOperationsResponse.php27 protected $operationsType = Operation::class;
45 * @param Operation[]
52 * @return Operation[]
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_GKEHub_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/Resource/
H A DProjectsLocationsFeatures.php22 use Google\Service\GKEHub\Operation; alias
58 * @return Operation
64 return $this->call('create', [$params], Operation::class);
87 * @return Operation
93 return $this->call('delete', [$params], Operation::class);
188 * @return Operation
194 return $this->call('patch', [$params], Operation::class);

1...<<11121314151617181920>>...25