public class Apigee.Organizations.Apiproducts.Attributes extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Apiproducts.Attributes.Delete |
class |
Apigee.Organizations.Apiproducts.Attributes.Get |
class |
Apigee.Organizations.Apiproducts.Attributes.List |
class |
Apigee.Organizations.Apiproducts.Attributes.UpdateApiProductAttribute |
| Constructor and Description |
|---|
Attributes() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Apiproducts.Attributes.Delete |
delete(String name)
Deletes an API product attribute.
|
Apigee.Organizations.Apiproducts.Attributes.Get |
get(String name)
Gets the value of an API product attribute.
|
Apigee.Organizations.Apiproducts.Attributes.List |
list(String parent)
Lists all API product attributes.
|
Apigee.Organizations.Apiproducts.Attributes.UpdateApiProductAttribute |
updateApiProductAttribute(String name,
GoogleCloudApigeeV1Attribute content)
Updates the value of an API product attribute.
|
public Apigee.Organizations.Apiproducts.Attributes.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the API product attribute. Use the following structure in your request:
`organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}` If the API Product
resource has the `space` attribute set, IAM permissions are checked against the Space
resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Apiproducts.Attributes.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the API product attribute. Use the following structure in your request:
`organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}` If the API Product
resource has the `space` attribute set, IAM permissions are checked against the Space
resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Apiproducts.Attributes.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the API product. Use the following structure in your request:
`organizations/{org}/apiproducts/{apiproduct}` If the API Product resource has the `space`
attribute set, IAM permissions are checked against the Space resource path. To learn more,
read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
platform/system-administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Apiproducts.Attributes.UpdateApiProductAttribute updateApiProductAttribute(String name, GoogleCloudApigeeV1Attribute content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Name of the API product. Use the following structure in your request:
`organizations/{org}/apiproducts/{apiproduct}` If the API Product resource has the `space`
attribute set, IAM permissions are checked against the Space resource path. To learn more,
read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
platform/system-administration/spaces/apigee-spaces-overview).content - the GoogleCloudApigeeV1AttributeIOExceptionCopyright © 2011–2025 Google. All rights reserved.