Home
last modified time | relevance | path

Searched refs:Operation (Results 176 – 200 of 606) sorted by last modified time

12345678910>>...25

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/Resource/
H A DProjectsFiles.php23 use Google\Service\Vision\Operation; alias
73 * @return Operation
79 return $this->call('asyncBatchAnnotate', [$params], Operation::class);
H A DProjectsImages.php23 use Google\Service\Vision\Operation; alias
69 * @return Operation
75 return $this->call('asyncBatchAnnotate', [$params], Operation::class);
H A DProjectsLocationsFiles.php23 use Google\Service\Vision\Operation; alias
73 * @return Operation
79 return $this->call('asyncBatchAnnotate', [$params], Operation::class);
H A DProjectsLocationsImages.php23 use Google\Service\Vision\Operation; alias
69 * @return Operation
75 return $this->call('asyncBatchAnnotate', [$params], Operation::class);
H A DProjectsLocationsOperations.php20 use Google\Service\Vision\Operation; alias
39 * @return Operation
45 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/Resource/
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 DProjectsIosApps.php23 use Google\Service\FirebaseManagement\Operation; alias
48 * @return Operation
54 return $this->call('create', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/Resource/
H A DProjectsLocationsInstances.php26 use Google\Service\CloudRedis\Operation; alias
62 * @return Operation
68 return $this->call('create', [$params], Operation::class);
78 * @return Operation
84 return $this->call('delete', [$params], Operation::class);
97 * @return Operation
115 * @return Operation
168 * @return Operation
224 * @return Operation
241 * @return Operation
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/Resource/
H A DProjectsLocationsRepositoriesAptArtifacts.php21 use Google\Service\ArtifactRegistry\Operation; alias
45 * @return Operation
51 return $this->call('import', [$params], Operation::class);
H A DProjectsLocationsRepositoriesPackages.php21 use Google\Service\ArtifactRegistry\Operation; alias
40 * @return Operation
46 return $this->call('delete', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_Workflows_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DUploadAptArtifactMediaResponse.php22 protected $operationType = Operation::class;
26 * @param Operation
28 public function setOperation(Operation $operation)
33 * @return Operation
H A DUploadGooGetArtifactMediaResponse.php22 protected $operationType = Operation::class;
26 * @param Operation
28 public function setOperation(Operation $operation)
33 * @return Operation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DListOperationsResponse.php27 protected $operationsType = Operation::class;
45 * @param Operation[]
52 * @return Operation[]
/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[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
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 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 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);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
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 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/CloudFunctions/Resource/
H A DOperations.php21 use Google\Service\CloudFunctions\Operation; alias
40 * @return Operation
46 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperationList.php27 protected $itemsType = Operation::class;
59 * @param Operation[]
66 * @return Operation[]

12345678910>>...25