Searched refs:GoogleCloudApigeeV1Attribute (Results 1 – 14 of 14) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/ |
H A D | OrganizationsApiproductsAttributes.php | 20 use Google\Service\Apigee\GoogleCloudApigeeV1Attribute; alias 40 * @return GoogleCloudApigeeV1Attribute 46 return $this->call('delete', [$params], GoogleCloudApigeeV1Attribute::class); 55 * @return GoogleCloudApigeeV1Attribute 61 return $this->call('get', [$params], GoogleCloudApigeeV1Attribute::class); 89 * @param GoogleCloudApigeeV1Attribute $postBody 91 * @return GoogleCloudApigeeV1Attribute 93 …public function updateApiProductAttribute($name, GoogleCloudApigeeV1Attribute $postBody, $optParam… 97 return $this->call('updateApiProductAttribute', [$params], GoogleCloudApigeeV1Attribute::class);
|
H A D | OrganizationsDevelopersAttributes.php | 20 use Google\Service\Apigee\GoogleCloudApigeeV1Attribute; alias 40 * @return GoogleCloudApigeeV1Attribute 46 return $this->call('delete', [$params], GoogleCloudApigeeV1Attribute::class); 55 * @return GoogleCloudApigeeV1Attribute 61 return $this->call('get', [$params], GoogleCloudApigeeV1Attribute::class); 91 * @param GoogleCloudApigeeV1Attribute $postBody 93 * @return GoogleCloudApigeeV1Attribute 95 …public function updateDeveloperAttribute($name, GoogleCloudApigeeV1Attribute $postBody, $optParams… 99 return $this->call('updateDeveloperAttribute', [$params], GoogleCloudApigeeV1Attribute::class);
|
H A D | OrganizationsDevelopersAppsAttributes.php | 20 use Google\Service\Apigee\GoogleCloudApigeeV1Attribute; alias 40 * @return GoogleCloudApigeeV1Attribute 46 return $this->call('delete', [$params], GoogleCloudApigeeV1Attribute::class); 55 * @return GoogleCloudApigeeV1Attribute 61 return $this->call('get', [$params], GoogleCloudApigeeV1Attribute::class); 91 * @param GoogleCloudApigeeV1Attribute $postBody 93 * @return GoogleCloudApigeeV1Attribute 95 …public function updateDeveloperAppAttribute($name, GoogleCloudApigeeV1Attribute $postBody, $optPar… 99 … return $this->call('updateDeveloperAppAttribute', [$params], GoogleCloudApigeeV1Attribute::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1Attributes.php | 23 protected $attributeType = GoogleCloudApigeeV1Attribute::class; 27 * @param GoogleCloudApigeeV1Attribute[] 34 * @return GoogleCloudApigeeV1Attribute[]
|
H A D | GoogleCloudApigeeV1ReportProperty.php | 27 protected $valueType = GoogleCloudApigeeV1Attribute::class; 45 * @param GoogleCloudApigeeV1Attribute[] 52 * @return GoogleCloudApigeeV1Attribute[]
|
H A D | GoogleCloudApigeeV1GraphQLOperationConfig.php | 27 protected $attributesType = GoogleCloudApigeeV1Attribute::class; 49 * @param GoogleCloudApigeeV1Attribute[] 56 * @return GoogleCloudApigeeV1Attribute[]
|
H A D | GoogleCloudApigeeV1OperationConfig.php | 27 protected $attributesType = GoogleCloudApigeeV1Attribute::class; 49 * @param GoogleCloudApigeeV1Attribute[] 56 * @return GoogleCloudApigeeV1Attribute[]
|
H A D | GoogleCloudApigeeV1DeveloperAppKey.php | 27 protected $attributesType = GoogleCloudApigeeV1Attribute::class; 73 * @param GoogleCloudApigeeV1Attribute[] 80 * @return GoogleCloudApigeeV1Attribute[]
|
H A D | GoogleCloudApigeeV1Credential.php | 25 protected $attributesType = GoogleCloudApigeeV1Attribute::class; 67 * @param GoogleCloudApigeeV1Attribute[] 74 * @return GoogleCloudApigeeV1Attribute[]
|
H A D | GoogleCloudApigeeV1Attribute.php | 20 class GoogleCloudApigeeV1Attribute extends \Google\Model class 62 class_alias(GoogleCloudApigeeV1Attribute::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Attribut…
|
H A D | GoogleCloudApigeeV1DeveloperApp.php | 35 protected $attributesType = GoogleCloudApigeeV1Attribute::class; 115 * @param GoogleCloudApigeeV1Attribute[] 122 * @return GoogleCloudApigeeV1Attribute[]
|
H A D | GoogleCloudApigeeV1App.php | 29 protected $attributesType = GoogleCloudApigeeV1Attribute::class; 99 * @param GoogleCloudApigeeV1Attribute[] 106 * @return GoogleCloudApigeeV1Attribute[]
|
H A D | GoogleCloudApigeeV1Developer.php | 35 protected $attributesType = GoogleCloudApigeeV1Attribute::class; 121 * @param GoogleCloudApigeeV1Attribute[] 128 * @return GoogleCloudApigeeV1Attribute[]
|
H A D | GoogleCloudApigeeV1ApiProduct.php | 31 protected $attributesType = GoogleCloudApigeeV1Attribute::class; 111 * @param GoogleCloudApigeeV1Attribute[] 118 * @return GoogleCloudApigeeV1Attribute[]
|