Home
last modified time | relevance | path

Searched refs:GoogleCloudApigeeV1Attributes (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsApiproducts.php21 use Google\Service\Apigee\GoogleCloudApigeeV1Attributes; alias
48 * @param GoogleCloudApigeeV1Attributes $postBody
50 * @return GoogleCloudApigeeV1Attributes
52 public function attributes($name, GoogleCloudApigeeV1Attributes $postBody, $optParams = [])
56 return $this->call('attributes', [$params], GoogleCloudApigeeV1Attributes::class);
H A DOrganizationsDevelopersApps.php20 use Google\Service\Apigee\GoogleCloudApigeeV1Attributes; alias
41 * @param GoogleCloudApigeeV1Attributes $postBody
43 * @return GoogleCloudApigeeV1Attributes
45 public function attributes($name, GoogleCloudApigeeV1Attributes $postBody, $optParams = [])
49 return $this->call('attributes', [$params], GoogleCloudApigeeV1Attributes::class);
H A DOrganizationsDevelopers.php20 use Google\Service\Apigee\GoogleCloudApigeeV1Attributes; alias
52 * @param GoogleCloudApigeeV1Attributes $postBody
54 * @return GoogleCloudApigeeV1Attributes
56 public function attributes($parent, GoogleCloudApigeeV1Attributes $postBody, $optParams = [])
60 return $this->call('attributes', [$params], GoogleCloudApigeeV1Attributes::class);
H A DOrganizationsApiproductsAttributes.php21 use Google\Service\Apigee\GoogleCloudApigeeV1Attributes; alias
70 * @return GoogleCloudApigeeV1Attributes
76 return $this->call('list', [$params], GoogleCloudApigeeV1Attributes::class);
H A DOrganizationsDevelopersAttributes.php21 use Google\Service\Apigee\GoogleCloudApigeeV1Attributes; alias
71 * @return GoogleCloudApigeeV1Attributes
77 return $this->call('list', [$params], GoogleCloudApigeeV1Attributes::class);
H A DOrganizationsDevelopersAppsAttributes.php21 use Google\Service\Apigee\GoogleCloudApigeeV1Attributes; alias
71 * @return GoogleCloudApigeeV1Attributes
77 return $this->call('list', [$params], GoogleCloudApigeeV1Attributes::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Attributes.php20 class GoogleCloudApigeeV1Attributes extends \Google\Collection class
43 class_alias(GoogleCloudApigeeV1Attributes::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Attribu…