Home
last modified time | relevance | path

Searched refs:GoogleCloudApigeeV1Organization (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizations.php23 use Google\Service\Apigee\GoogleCloudApigeeV1Organization; alias
44 * @param GoogleCloudApigeeV1Organization $postBody
52 public function create(GoogleCloudApigeeV1Organization $postBody, $optParams = [])
81 * @return GoogleCloudApigeeV1Organization
87 return $this->call('get', [$params], GoogleCloudApigeeV1Organization::class);
211 * @param GoogleCloudApigeeV1Organization $postBody
213 * @return GoogleCloudApigeeV1Organization
215 public function update($name, GoogleCloudApigeeV1Organization $postBody, $optParams = [])
219 return $this->call('update', [$params], GoogleCloudApigeeV1Organization::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Organization.php20 class GoogleCloudApigeeV1Organization extends \Google\Collection class
419 class_alias(GoogleCloudApigeeV1Organization::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Organ…