public class Apigee.Organizations.Reports extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Reports.Create |
class |
Apigee.Organizations.Reports.Delete |
class |
Apigee.Organizations.Reports.Get |
class |
Apigee.Organizations.Reports.List |
class |
Apigee.Organizations.Reports.Update |
| Constructor and Description |
|---|
Reports() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Reports.Create |
create(String parent,
GoogleCloudApigeeV1CustomReport content)
Creates a Custom Report for an Organization.
|
Apigee.Organizations.Reports.Delete |
delete(String name)
Deletes an existing custom report definition
Create a request for the method "reports.delete".
|
Apigee.Organizations.Reports.Get |
get(String name)
Retrieve a custom report definition.
|
Apigee.Organizations.Reports.List |
list(String parent)
Return a list of Custom Reports
Create a request for the method "reports.list".
|
Apigee.Organizations.Reports.Update |
update(String name,
GoogleCloudApigeeV1CustomReport content)
Update an existing custom report definition
Create a request for the method "reports.update".
|
public Apigee.Organizations.Reports.Create create(String parent, GoogleCloudApigeeV1CustomReport content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent organization name under which the Custom Report will be created. Must be of the
form: `organizations/{organization_id}/reports`content - the GoogleCloudApigeeV1CustomReportIOExceptionpublic Apigee.Organizations.Reports.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Custom Report name of the form: `organizations/{organization_id}/reports/{report_name}`IOExceptionpublic Apigee.Organizations.Reports.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Custom Report name of the form: `organizations/{organization_id}/reports/{report_name}`IOExceptionpublic Apigee.Organizations.Reports.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent organization name under which the API product will be listed
`organizations/{organization_id}/reports`IOExceptionpublic Apigee.Organizations.Reports.Update update(String name, GoogleCloudApigeeV1CustomReport content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Custom Report name of the form: `organizations/{organization_id}/reports/{report_name}`content - the GoogleCloudApigeeV1CustomReportIOExceptionCopyright © 2011–2025 Google. All rights reserved.