Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 25 of 90) sorted by path

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DInstance.php20 class Instance extends \Google\Collection class
661 class_alias(Instance::class, 'Google_Service_AIPlatformNotebooks_Instance');
H A DListInstancesResponse.php23 protected $instancesType = Instance::class;
35 * @param Instance[]
42 * @return Instance[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/Resource/
H A DProjectsLocationsInstances.php21 use Google\Service\AIPlatformNotebooks\Instance; alias
60 * @param Instance $postBody
67 public function create($parent, Instance $postBody, $optParams = [])
93 * @return Instance
99 return $this->call('get', [$params], Instance::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DInstance.php20 class Instance extends \Google\Model class
332 class_alias(Instance::class, 'Google_Service_Appengine_Instance');
H A DListInstancesResponse.php23 protected $instancesType = Instance::class;
31 * @param Instance[]
38 * @return Instance[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/
H A DAppsServicesVersionsInstances.php21 use Google\Service\Appengine\Instance; alias
95 * @return Instance
101 return $this->call('get', [$params], Instance::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DInstance.php20 class Instance extends \Google\Collection class
239 class_alias(Instance::class, 'Google_Service_Baremetalsolution_Instance');
H A DListInstancesResponse.php23 protected $instancesType = Instance::class;
35 * @param Instance[]
42 * @return Instance[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/Resource/
H A DProjectsLocationsInstances.php20 use Google\Service\Baremetalsolution\Instance; alias
42 * @return Instance
48 return $this->call('get', [$params], Instance::class);
77 * @param Instance $postBody
84 public function patch($name, Instance $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DCreateInstanceRequest.php24 protected $instanceType = Instance::class;
50 * @param Instance
52 public function setInstance(Instance $instance)
57 * @return Instance
H A DInstance.php20 class Instance extends \Google\Model class
134 class_alias(Instance::class, 'Google_Service_BigtableAdmin_Instance');
H A DListInstancesResponse.php27 protected $instancesType = Instance::class;
49 * @param Instance[]
56 * @return Instance[]
H A DPartialUpdateInstanceRequest.php22 protected $instanceType = Instance::class;
30 * @param Instance
32 public function setInstance(Instance $instance)
37 * @return Instance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/Resource/
H A DProjectsInstances.php23 use Google\Service\BigtableAdmin\Instance; alias
80 * @return Instance
86 return $this->call('get', [$params], Instance::class);
130 * @param Instance $postBody
137 public function partialUpdateInstance($name, Instance $postBody, $optParams = [])
184 * @param Instance $postBody
186 * @return Instance
188 public function update($name, Instance $postBody, $optParams = [])
192 return $this->call('update', [$params], Instance::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DInstance.php20 class Instance extends \Google\Collection class
257 class_alias(Instance::class, 'Google_Service_CloudFilestore_Instance');
H A DListInstancesResponse.php23 protected $instancesType = Instance::class;
35 * @param Instance[]
42 * @return Instance[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/Resource/
H A DProjectsLocationsInstances.php20 use Google\Service\CloudFilestore\Instance; alias
44 * @param Instance $postBody
51 public function create($parent, Instance $postBody, $optParams = [])
81 * @return Instance
87 return $this->call('get', [$params], Instance::class);
119 * @param Instance $postBody
127 public function patch($name, Instance $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DInstance.php20 class Instance extends \Google\Collection class
339 class_alias(Instance::class, 'Google_Service_CloudMemorystoreforMemcached_Instance');
H A DListInstancesResponse.php23 protected $instancesType = Instance::class;
35 * @param Instance[]
42 * @return Instance[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/Resource/
H A DProjectsLocationsInstances.php21 use Google\Service\CloudMemorystoreforMemcached\Instance; alias
59 * @param Instance $postBody
70 public function create($parent, Instance $postBody, $optParams = [])
98 * @return Instance
104 return $this->call('get', [$params], Instance::class);
145 * @param Instance $postBody
152 public function patch($name, Instance $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DInstance.php20 class Instance extends \Google\Collection class
575 class_alias(Instance::class, 'Google_Service_CloudRedis_Instance');
H A DListInstancesResponse.php23 protected $instancesType = Instance::class;
35 * @param Instance[]
42 * @return Instance[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/Resource/
H A DProjectsLocationsInstances.php23 use Google\Service\CloudRedis\Instance; alias
54 * @param Instance $postBody
64 public function create($parent, Instance $postBody, $optParams = [])
130 * @return Instance
136 return $this->call('get', [$params], Instance::class);
217 * @param Instance $postBody
226 public function patch($name, Instance $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstance.php20 class Instance extends \Google\Collection class
751 class_alias(Instance::class, 'Google_Service_Compute_Instance');
H A DInstanceList.php27 protected $itemsType = Instance::class;
59 * @param Instance[]
66 * @return Instance[]

1234