public class Apigee.Organizations.Environments.Analytics.Exports extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Analytics.Exports.Create |
class |
Apigee.Organizations.Environments.Analytics.Exports.Get |
class |
Apigee.Organizations.Environments.Analytics.Exports.List |
| Constructor and Description |
|---|
Exports() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Analytics.Exports.Create |
create(String parent,
GoogleCloudApigeeV1ExportRequest content)
Submit a data export job to be processed in the background.
|
Apigee.Organizations.Environments.Analytics.Exports.Get |
get(String name)
Gets the details and status of an analytics export job.
|
Apigee.Organizations.Environments.Analytics.Exports.List |
list(String parent)
Lists the details and status of all analytics export jobs belonging to the parent organization
and environment.
|
public Apigee.Organizations.Environments.Analytics.Exports.Create create(String parent, GoogleCloudApigeeV1ExportRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Names of the parent organization and environment. Must be of the form
`organizations/{org}/environments/{env}`.content - the GoogleCloudApigeeV1ExportRequestIOExceptionpublic Apigee.Organizations.Environments.Analytics.Exports.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the export to get.IOExceptionpublic Apigee.Organizations.Environments.Analytics.Exports.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Names of the parent organization and environment. Must be of the form
`organizations/{org}/environments/{env}`.IOExceptionCopyright © 2011–2025 Google. All rights reserved.