public class Apigee.Organizations.Developers.Attributes extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Developers.Attributes.Delete |
class |
Apigee.Organizations.Developers.Attributes.Get |
class |
Apigee.Organizations.Developers.Attributes.List |
class |
Apigee.Organizations.Developers.Attributes.UpdateDeveloperAttribute |
| Constructor and Description |
|---|
Attributes() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Developers.Attributes.Delete |
delete(String name)
Deletes a developer attribute.
|
Apigee.Organizations.Developers.Attributes.Get |
get(String name)
Returns the value of the specified developer attribute.
|
Apigee.Organizations.Developers.Attributes.List |
list(String parent)
Returns a list of all developer attributes.
|
Apigee.Organizations.Developers.Attributes.UpdateDeveloperAttribute |
updateDeveloperAttribute(String name,
GoogleCloudApigeeV1Attribute content)
Updates a developer attribute.
|
public Apigee.Organizations.Developers.Attributes.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the developer attribute. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/attributes/{attribute}`IOExceptionpublic Apigee.Organizations.Developers.Attributes.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the developer attribute. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/attributes/{attribute}`IOExceptionpublic Apigee.Organizations.Developers.Attributes.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Email address of the developer for which attributes are being listed. Use the following
structure in your request: `organizations/{org}/developers/{developer_email}`IOExceptionpublic Apigee.Organizations.Developers.Attributes.UpdateDeveloperAttribute updateDeveloperAttribute(String name, GoogleCloudApigeeV1Attribute content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Name of the developer attribute. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/attributes/{attribute}`content - the GoogleCloudApigeeV1AttributeIOExceptionCopyright © 2011–2025 Google. All rights reserved.