public class Apigee.Organizations.HostSecurityReports extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.HostSecurityReports.Create |
class |
Apigee.Organizations.HostSecurityReports.Get |
class |
Apigee.Organizations.HostSecurityReports.GetResult |
class |
Apigee.Organizations.HostSecurityReports.GetResultView |
class |
Apigee.Organizations.HostSecurityReports.List |
| Constructor and Description |
|---|
HostSecurityReports() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.HostSecurityReports.Create |
create(String parent,
GoogleCloudApigeeV1SecurityReportQuery content)
Submit a query at host level to be processed in the background.
|
Apigee.Organizations.HostSecurityReports.Get |
get(String name)
Get status of a query submitted at host level.
|
Apigee.Organizations.HostSecurityReports.GetResult |
getResult(String name)
After the query is completed, use this API to retrieve the results.
|
Apigee.Organizations.HostSecurityReports.GetResultView |
getResultView(String name)
After the query is completed, use this API to view the query result when result size is small.
|
Apigee.Organizations.HostSecurityReports.List |
list(String parent)
Return a list of Security Reports at host level.
|
public Apigee.Organizations.HostSecurityReports.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}`.content - the GoogleCloudApigeeV1SecurityReportQueryIOExceptionpublic Apigee.Organizations.HostSecurityReports.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}/securityReports/{reportId}`.IOExceptionpublic Apigee.Organizations.HostSecurityReports.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}/securityReports/{reportId}/result`.IOExceptionpublic Apigee.Organizations.HostSecurityReports.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}/securityReports/{reportId}/resultView`.IOExceptionpublic Apigee.Organizations.HostSecurityReports.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}`.IOExceptionCopyright © 2011–2025 Google. All rights reserved.