Home
last modified time | relevance | path

Searched refs:Operation (Results 426 – 450 of 606) sorted by path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_ServiceNetworking_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DOperations.php22 use Google\Service\ServiceNetworking\Operation; alias
80 * @return Operation
86 return $this->call('get', [$params], Operation::class);
H A DServices.php23 use Google\Service\ServiceNetworking\Operation; alias
57 * @return Operation
63 return $this->call('addSubnetwork', [$params], Operation::class);
74 * @return Operation
80 return $this->call('disableVpcServiceControls', [$params], Operation::class);
91 * @return Operation
97 return $this->call('enableVpcServiceControls', [$params], Operation::class);
112 * @return Operation
118 return $this->call('searchRange', [$params], Operation::class);
H A DServicesConnections.php23 use Google\Service\ServiceNetworking\Operation; alias
49 * @return Operation
55 return $this->call('create', [$params], Operation::class);
69 * @return Operation
75 return $this->call('deleteConnection', [$params], Operation::class);
120 * @return Operation
126 return $this->call('patch', [$params], Operation::class);
H A DServicesDnsRecordSets.php21 use Google\Service\ServiceNetworking\Operation; alias
45 * @return Operation
51 return $this->call('add', [$params], Operation::class);
63 * @return Operation
69 return $this->call('remove', [$params], Operation::class);
81 * @return Operation
87 return $this->call('update', [$params], Operation::class);
H A DServicesDnsZones.php21 use Google\Service\ServiceNetworking\Operation; alias
45 * @return Operation
51 return $this->call('add', [$params], Operation::class);
64 * @return Operation
70 return $this->call('remove', [$params], Operation::class);
H A DServicesProjectsServicenetworkingGlobalNetworks.php21 use Google\Service\ServiceNetworking\Operation; alias
70 * @return Operation
76 return $this->call('updateConsumerConfig', [$params], Operation::class);
H A DServicesProjectsServicenetworkingGlobalNetworksPeeredDnsDomains.php21 use Google\Service\ServiceNetworking\Operation; alias
49 * @return Operation
55 return $this->call('create', [$params], Operation::class);
70 * @return Operation
76 return $this->call('delete', [$params], Operation::class);
H A DServicesRoles.php21 use Google\Service\ServiceNetworking\Operation; alias
44 * @return Operation
50 return $this->call('add', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
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_ServiceUsage_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/Resource/
H A DOperations.php22 use Google\Service\ServiceUsage\Operation; alias
80 * @return Operation
86 return $this->call('get', [$params], Operation::class);
H A DServices.php26 use Google\Service\ServiceUsage\Operation; alias
49 * @return Operation
55 return $this->call('batchEnable', [$params], Operation::class);
92 * @return Operation
98 return $this->call('disable', [$params], Operation::class);
111 * @return Operation
117 return $this->call('enable', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DListBackupOperationsResponse.php27 protected $operationsType = Operation::class;
45 * @param Operation[]
52 * @return Operation[]
H A DListDatabaseOperationsResponse.php27 protected $operationsType = Operation::class;
45 * @param Operation[]
52 * @return Operation[]
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_Spanner_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
H A DProjectsInstanceConfigsOperations.php21 use Google\Service\Spanner\Operation; alias
78 * @return Operation
84 return $this->call('get', [$params], Operation::class);
H A DProjectsInstances.php24 use Google\Service\Spanner\Operation; alias
65 * @return Operation
71 return $this->call('create', [$params], Operation::class);
189 * @return Operation
195 return $this->call('patch', [$params], Operation::class);
H A DProjectsInstancesBackups.php24 use Google\Service\Spanner\Operation; alias
55 * @return Operation
61 return $this->call('copy', [$params], Operation::class);
90 * @return Operation
96 return $this->call('create', [$params], Operation::class);
H A DProjectsInstancesBackupsOperations.php21 use Google\Service\Spanner\Operation; alias
78 * @return Operation
84 return $this->call('get', [$params], Operation::class);
H A DProjectsInstancesDatabases.php25 use Google\Service\Spanner\Operation; alias
56 * @return Operation
62 return $this->call('create', [$params], Operation::class);
195 * @return Operation
201 return $this->call('restore', [$params], Operation::class);
256 * @return Operation
262 return $this->call('updateDdl', [$params], Operation::class);
H A DProjectsInstancesDatabasesOperations.php21 use Google\Service\Spanner\Operation; alias
78 * @return Operation
84 return $this->call('get', [$params], Operation::class);
H A DProjectsInstancesOperations.php21 use Google\Service\Spanner\Operation; alias
78 * @return Operation
84 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DListOperationsResponse.php27 protected $operationsType = Operation::class;
45 * @param Operation[]
52 * @return Operation[]

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