Home
last modified time | relevance | path

Searched refs:Operation (Results 451 – 475 of 606) sorted by path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_Speech_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/Resource/
H A DOperations.php21 use Google\Service\Speech\Operation; alias
40 * @return Operation
46 return $this->call('get', [$params], Operation::class);
H A DSpeech.php21 use Google\Service\Speech\Operation; alias
45 * @return Operation
51 return $this->call('longrunningrecognize', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
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_Storagetransfer_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/Resource/
H A DTransferJobs.php21 use Google\Service\Storagetransfer\Operation; alias
112 * @return Operation
118 return $this->call('run', [$params], Operation::class);
H A DTransferOperations.php22 use Google\Service\Storagetransfer\Operation; alias
74 * @return Operation
80 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_StreetViewPublish_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
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_TPU_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/Resource/
H A DProjectsLocationsNodes.php22 use Google\Service\TPU\Operation; alias
45 * @return Operation
51 return $this->call('create', [$params], Operation::class);
58 * @return Operation
64 return $this->call('delete', [$params], Operation::class);
102 * @return Operation
108 return $this->call('reimage', [$params], Operation::class);
116 * @return Operation
122 return $this->call('start', [$params], Operation::class);
131 * @return Operation
[all …]
H A DProjectsLocationsOperations.php21 use Google\Service\TPU\Operation; alias
78 * @return Operation
84 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_Texttospeech_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/Resource/
H A DProjectsLocationsDatasets.php21 use Google\Service\Texttospeech\Operation; alias
40 * @return Operation
46 return $this->call('import', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
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_Translate_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/Resource/
H A DProjectsLocations.php26 use Google\Service\Translate\Operation; alias
58 * @return Operation
64 return $this->call('batchTranslateDocument', [$params], Operation::class);
82 * @return Operation
88 return $this->call('batchTranslateText', [$params], Operation::class);
H A DProjectsLocationsGlossaries.php22 use Google\Service\Translate\Operation; alias
41 * @return Operation
47 return $this->call('create', [$params], Operation::class);
56 * @return Operation
62 return $this->call('delete', [$params], Operation::class);
H A DProjectsLocationsOperations.php22 use Google\Service\Translate\Operation; alias
81 * @return Operation
87 return $this->call('get', [$params], Operation::class);
128 * @return Operation
134 return $this->call('wait', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
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_VMMigrationService_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/Resource/
H A DProjectsLocationsGroups.php23 use Google\Service\VMMigrationService\Operation; alias
42 * @return Operation
48 return $this->call('addGroupMigration', [$params], Operation::class);
69 * @return Operation
75 return $this->call('create', [$params], Operation::class);
94 * @return Operation
100 return $this->call('delete', [$params], Operation::class);
164 * @return Operation
170 return $this->call('patch', [$params], Operation::class);
178 * @return Operation
[all …]
H A DProjectsLocationsOperations.php22 use Google\Service\VMMigrationService\Operation; alias
80 * @return Operation
86 return $this->call('get', [$params], Operation::class);
H A DProjectsLocationsSources.php22 use Google\Service\VMMigrationService\Operation; alias
54 * @return Operation
60 return $this->call('create', [$params], Operation::class);
79 * @return Operation
85 return $this->call('delete', [$params], Operation::class);
170 * @return Operation
176 return $this->call('patch', [$params], Operation::class);
H A DProjectsLocationsSourcesDatacenterConnectors.php22 use Google\Service\VMMigrationService\Operation; alias
58 * @return Operation
64 return $this->call('create', [$params], Operation::class);
83 * @return Operation
89 return $this->call('delete', [$params], Operation::class);
137 * @return Operation
143 return $this->call('upgradeAppliance', [$params], Operation::class);

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