public class Apigee.Organizations.Environments.SecurityReports extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.SecurityReports.Create |
class |
Apigee.Organizations.Environments.SecurityReports.Get |
class |
Apigee.Organizations.Environments.SecurityReports.GetResult |
class |
Apigee.Organizations.Environments.SecurityReports.GetResultView |
class |
Apigee.Organizations.Environments.SecurityReports.List |
| Constructor and Description |
|---|
SecurityReports() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.SecurityReports.Create |
create(String parent,
GoogleCloudApigeeV1SecurityReportQuery content)
Submit a report request to be processed in the background.
|
Apigee.Organizations.Environments.SecurityReports.Get |
get(String name)
Get security report status If the query is still in progress, the `state` is set to "running"
After the query has completed successfully, `state` is set to "completed"
Create a request for the method "securityReports.get".
|
Apigee.Organizations.Environments.SecurityReports.GetResult |
getResult(String name)
After the query is completed, use this API to retrieve the results as file.
|
Apigee.Organizations.Environments.SecurityReports.GetResultView |
getResultView(String name)
After the query is completed, use this API to view the query result when result size is small.
|
Apigee.Organizations.Environments.SecurityReports.List |
list(String parent)
Return a list of Security Reports
Create a request for the method "securityReports.list".
|
public Apigee.Organizations.Environments.SecurityReports.Create create(String parent, GoogleCloudApigeeV1SecurityReportQuery content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource name. Must be of the form `organizations/{org}/environments/{env}`.content - the GoogleCloudApigeeV1SecurityReportQueryIOExceptionpublic Apigee.Organizations.Environments.SecurityReports.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the security report to get. Must be of the form
`organizations/{org}/environments/{env}/securityReports/{reportId}`.IOExceptionpublic Apigee.Organizations.Environments.SecurityReports.GetResult getResult(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the security report result to get. Must be of the form
`organizations/{org}/environments/{env}/securityReports/{reportId}/result`.IOExceptionpublic Apigee.Organizations.Environments.SecurityReports.GetResultView getResultView(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the security report result view to get. Must be of the form
`organizations/{org}/environments/{env}/securityReports/{reportId}/resultView`.IOExceptionpublic Apigee.Organizations.Environments.SecurityReports.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource name. Must be of the form `organizations/{org}/environments/{env}`.IOExceptionCopyright © 2011–2025 Google. All rights reserved.