public class Apigee.Organizations.Apiproducts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Apiproducts.Attributes
The "attributes" collection of methods.
|
class |
Apigee.Organizations.Apiproducts.AttributesRequest |
class |
Apigee.Organizations.Apiproducts.Create |
class |
Apigee.Organizations.Apiproducts.Delete |
class |
Apigee.Organizations.Apiproducts.Get |
class |
Apigee.Organizations.Apiproducts.List |
class |
Apigee.Organizations.Apiproducts.Move |
class |
Apigee.Organizations.Apiproducts.Rateplans
The "rateplans" collection of methods.
|
class |
Apigee.Organizations.Apiproducts.Update |
| Constructor and Description |
|---|
Apiproducts() |
public Apigee.Organizations.Apiproducts.AttributesRequest attributes(String name, GoogleCloudApigeeV1Attributes 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 GoogleCloudApigeeV1AttributesIOExceptionpublic Apigee.Organizations.Apiproducts.Create create(String parent, GoogleCloudApigeeV1ApiProduct content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization in which the API product will be created. Use the following
structure in your request: `organizations/{org}` If the 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 GoogleCloudApigeeV1ApiProductIOExceptionpublic Apigee.Organizations.Apiproducts.Delete delete(String name) 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 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.Get get(String name) 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 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.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization. Use the following structure in your request:
`organizations/{org}` If the 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.Move move(String name, GoogleCloudApigeeV1MoveApiProductRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. API product to move in the following format: `organizations/{org}/apiproducts/{apiproduct}content - the GoogleCloudApigeeV1MoveApiProductRequestIOExceptionpublic Apigee.Organizations.Apiproducts.Update update(String name, GoogleCloudApigeeV1ApiProduct 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 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 GoogleCloudApigeeV1ApiProductIOExceptionpublic Apigee.Organizations.Apiproducts.Attributes attributes()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Attributes.List request = apigee.attributes().list(parameters ...)
public Apigee.Organizations.Apiproducts.Rateplans rateplans()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Rateplans.List request = apigee.rateplans().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.