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