Home
last modified time | relevance | path

Searched refs:GoogleCloudApigeeV1Instance (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsInstances.php20 use Google\Service\Apigee\GoogleCloudApigeeV1Instance; alias
43 * @param GoogleCloudApigeeV1Instance $postBody
47 public function create($parent, GoogleCloudApigeeV1Instance $postBody, $optParams = [])
76 * @return GoogleCloudApigeeV1Instance
82 return $this->call('get', [$params], GoogleCloudApigeeV1Instance::class);
111 * @param GoogleCloudApigeeV1Instance $postBody
117 public function patch($name, GoogleCloudApigeeV1Instance $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListInstancesResponse.php23 protected $instancesType = GoogleCloudApigeeV1Instance::class;
31 * @param GoogleCloudApigeeV1Instance[]
38 * @return GoogleCloudApigeeV1Instance[]
H A DGoogleCloudApigeeV1Instance.php20 class GoogleCloudApigeeV1Instance extends \Google\Collection class
297 class_alias(GoogleCloudApigeeV1Instance::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Instance'…