Home
last modified time | relevance | path

Searched refs:Operation (Results 376 – 400 of 606) sorted by path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/Resource/
H A DProjectsLocationsServerTlsPolicies.php25 use Google\Service\NetworkSecurity\Operation; alias
51 * @return Operation
57 return $this->call('create', [$params], Operation::class);
65 * @return Operation
71 return $this->call('delete', [$params], Operation::class);
154 * @return Operation
160 return $this->call('patch', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/
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_NetworkServices_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/Resource/
H A DProjectsLocationsEndpointPolicies.php22 use Google\Service\NetworkServices\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);
H A DProjectsLocationsOperations.php23 use Google\Service\NetworkServices\Operation; alias
80 * @return Operation
86 return $this->call('get', [$params], Operation::class);
H A DProjectsLocationsServiceBindings.php21 use Google\Service\NetworkServices\Operation; alias
49 * @return Operation
55 return $this->call('create', [$params], Operation::class);
63 * @return Operation
69 return $this->call('delete', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DOperation.php20 class Operation extends \Google\Collection class
188 class_alias(Operation::class, 'Google_Service_Networkconnectivity_Operation');
H A DReportRequest.php23 protected $operationsType = Operation::class;
29 * @param Operation[]
36 * @return Operation[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DListOperationsResponse.php24 protected $operationsType = Operation::class;
36 * @param Operation[]
43 * @return Operation[]
H A DOperation.php20 class Operation extends \Google\Model class
114 class_alias(Operation::class, 'Google_Service_OSConfig_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/Resource/
H A DProjectsLocationsOsPolicyAssignments.php23 use Google\Service\OSConfig\Operation; alias
54 * @return Operation
60 return $this->call('create', [$params], Operation::class);
75 * @return Operation
81 return $this->call('delete', [$params], Operation::class);
158 * @return Operation
164 return $this->call('patch', [$params], Operation::class);
H A DProjectsLocationsOsPolicyAssignmentsOperations.php21 use Google\Service\OSConfig\Operation; alias
63 * @return Operation
69 return $this->call('get', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
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_OnDemandScanning_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/Resource/
H A DProjectsLocationsOperations.php22 use Google\Service\OnDemandScanning\Operation; alias
78 * @return Operation
84 return $this->call('get', [$params], Operation::class);
129 * @return Operation
135 return $this->call('wait', [$params], Operation::class);
H A DProjectsLocationsScans.php21 use Google\Service\OnDemandScanning\Operation; alias
40 * @return Operation
46 return $this->call('analyzePackages', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
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_PubsubLite_Operation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/Resource/
H A DAdminProjectsLocationsOperations.php22 use Google\Service\PubsubLite\Operation; alias
80 * @return Operation
86 return $this->call('get', [$params], Operation::class);
H A DAdminProjectsLocationsSubscriptions.php21 use Google\Service\PubsubLite\Operation; alias
149 * @return Operation
155 return $this->call('seek', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DOperation.php20 class Operation extends \Google\Model class
306 class_alias(Operation::class, 'Google_Service_SQLAdmin_Operation');
H A DOperationsListResponse.php23 protected $itemsType = Operation::class;
35 * @param Operation[]
42 * @return Operation[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DBackupRuns.php22 use Google\Service\SQLAdmin\Operation; alias
44 * @return Operation
50 return $this->call('delete', [$params], Operation::class);
77 * @return Operation
83 return $this->call('insert', [$params], Operation::class);
H A DDatabases.php22 use Google\Service\SQLAdmin\Operation; alias
42 * @return Operation
48 return $this->call('delete', [$params], Operation::class);
76 * @return Operation
82 return $this->call('insert', [$params], Operation::class);
110 * @return Operation
116 return $this->call('patch', [$params], Operation::class);
128 * @return Operation
134 return $this->call('update', [$params], Operation::class);
H A DInstances.php54 * @return Operation
72 * @return Operation
88 * @return Operation
104 * @return Operation
122 * @return Operation
144 * @return Operation
177 * @return Operation
192 * @return Operation
254 * @return Operation
270 * @return Operation
[all …]

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