Home
last modified time | relevance | path

Searched refs:Operation (Results 251 – 275 of 606) sorted by path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DVpnGateways.php20 use Google\Service\Compute\Operation; alias
117 * @return Operation
123 return $this->call('delete', [$params], Operation::class);
175 * @return Operation
181 return $this->call('insert', [$params], Operation::class);
258 * @return Operation
264 return $this->call('setLabels', [$params], Operation::class);
H A DVpnTunnels.php20 use Google\Service\Compute\Operation; alias
113 * @return Operation
119 return $this->call('delete', [$params], Operation::class);
156 * @return Operation
162 return $this->call('insert', [$params], Operation::class);
H A DZoneOperations.php20 use Google\Service\Compute\Operation; alias
56 * @return Operation
62 return $this->call('get', [$params], Operation::class);
135 * @return Operation
141 return $this->call('wait', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
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_Connectors_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/Resource/
H A DProjectsLocationsConnections.php23 use Google\Service\Connectors\Operation; alias
50 * @return Operation
56 return $this->call('create', [$params], Operation::class);
64 * @return Operation
70 return $this->call('delete', [$params], Operation::class);
168 * @return Operation
174 return $this->call('patch', [$params], Operation::class);
H A DProjectsLocationsOperations.php23 use Google\Service\Connectors\Operation; alias
80 * @return Operation
86 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DListOperationsResponse.php27 protected $operationsType = Operation::class;
45 * @param Operation[]
52 * @return Operation[]
H A DOperation.php20 class Operation extends \Google\Collection class
289 class_alias(Operation::class, 'Google_Service_Container_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
H A DProjectsLocationsClusters.php57 * @return Operation
79 * @return Operation
108 * @return Operation
189 * @return Operation
205 * @return Operation
223 * @return Operation
238 * @return Operation
254 * @return Operation
271 * @return Operation
286 * @return Operation
[all …]
H A DProjectsLocationsClustersNodePools.php23 use Google\Service\Container\Operation; alias
48 * @return Operation
54 return $this->call('create', [$params], Operation::class);
76 * @return Operation
82 return $this->call('delete', [$params], Operation::class);
148 * @return Operation
165 * @return Operation
181 * @return Operation
199 * @return Operation
216 * @return Operation
[all …]
H A DProjectsLocationsOperations.php23 use Google\Service\Container\Operation; alias
67 * @return Operation
73 return $this->call('get', [$params], Operation::class);
H A DProjectsZonesClusters.php62 * @return Operation
85 * @return Operation
112 * @return Operation
140 * @return Operation
187 * @return Operation
236 * @return Operation
258 * @return Operation
280 * @return Operation
302 * @return Operation
325 * @return Operation
[all …]
H A DProjectsZonesClustersNodePools.php23 use Google\Service\Container\Operation; alias
57 * @return Operation
80 * @return Operation
86 return $this->call('create', [$params], Operation::class);
108 * @return Operation
114 return $this->call('delete', [$params], Operation::class);
188 * @return Operation
212 * @return Operation
238 * @return Operation
263 * @return Operation
[all …]
H A DProjectsZonesOperations.php23 use Google\Service\Container\Operation; alias
73 * @return Operation
79 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DListOperationsResponse.php24 protected $operationsType = Operation::class;
36 * @param Operation[]
43 * @return Operation[]
H A DOperation.php20 class Operation extends \Google\Model class
78 class_alias(Operation::class, 'Google_Service_ContainerAnalysis_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/Resource/
H A DOperations.php23 use Google\Service\ContainerAnalysis\Operation; alias
80 * @return Operation
86 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
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_DataFusion_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/Resource/
H A DProjectsLocationsInstances.php22 use Google\Service\DataFusion\Operation; alias
49 * @return Operation
55 return $this->call('create', [$params], Operation::class);
63 * @return Operation
69 return $this->call('delete', [$params], Operation::class);
152 * @return Operation
158 return $this->call('patch', [$params], Operation::class);
169 * @return Operation
175 return $this->call('restart', [$params], Operation::class);
H A DProjectsLocationsOperations.php23 use Google\Service\DataFusion\Operation; alias
80 * @return Operation
86 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
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_DatabaseMigrationService_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/Resource/
H A DProjectsLocationsConnectionProfiles.php22 use Google\Service\DatabaseMigrationService\Operation; alias
54 * @return Operation
60 return $this->call('create', [$params], Operation::class);
78 * @return Operation
84 return $this->call('delete', [$params], Operation::class);
181 * @return Operation
187 return $this->call('patch', [$params], Operation::class);

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