OrganizationsApiproductsAttributes
class OrganizationsApiproductsAttributes extends Resource (View source)
The "attributes" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$attributes = $apigeeService->organizations_apiproducts_attributes;
Methods
Deletes an API product attribute. (attributes.delete)
Gets the value of an API product attribute. (attributes.get)
Lists all API product attributes.
Updates the value of an API product attribute. Note: OAuth access tokens
and Key Management Service (KMS) entities (apps, developers, and API
products) are cached for 180 seconds (current default). Any custom attributes
associated with entities also get cached for at least 180 seconds after
entity is accessed during runtime. In this case, the ExpiresIn
element on
the OAuthV2 policy won't be able to expire an access token in less than 180
seconds. (attributes.updateApiProductAttribute)
Details
GoogleCloudApigeeV1Attribute
delete(string $name, array $optParams = [])
Deletes an API product attribute. (attributes.delete)
GoogleCloudApigeeV1Attribute
get(string $name, array $optParams = [])
Gets the value of an API product attribute. (attributes.get)
GoogleCloudApigeeV1Attributes
listOrganizationsApiproductsAttributes(string $parent, array $optParams = [])
Lists all API product attributes.
(attributes.listOrganizationsApiproductsAttributes)
GoogleCloudApigeeV1Attribute
updateApiProductAttribute(string $name, GoogleCloudApigeeV1Attribute $postBody, array $optParams = [])
Updates the value of an API product attribute. Note: OAuth access tokens
and Key Management Service (KMS) entities (apps, developers, and API
products) are cached for 180 seconds (current default). Any custom attributes
associated with entities also get cached for at least 180 seconds after
entity is accessed during runtime. In this case, the ExpiresIn
element on
the OAuthV2 policy won't be able to expire an access token in less than 180
seconds. (attributes.updateApiProductAttribute)