public class Apigee.Organizations.HostQueries extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.HostQueries.Create |
class |
Apigee.Organizations.HostQueries.Get |
class |
Apigee.Organizations.HostQueries.GetResult |
class |
Apigee.Organizations.HostQueries.GetResultView |
class |
Apigee.Organizations.HostQueries.List |
| Constructor and Description |
|---|
HostQueries() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.HostQueries.Create |
create(String parent,
GoogleCloudApigeeV1Query content)
Submit a query at host level to be processed in the background.
|
Apigee.Organizations.HostQueries.Get |
get(String name)
Get status of a query submitted at host level.
|
Apigee.Organizations.HostQueries.GetResult |
getResult(String name)
After the query is completed, use this API to retrieve the results.
|
Apigee.Organizations.HostQueries.GetResultView |
getResultView(String name)
Create a request for the method "hostQueries.getResultView".
|
Apigee.Organizations.HostQueries.List |
list(String parent)
Return a list of Asynchronous Queries at host level.
|
public Apigee.Organizations.HostQueries.Create create(String parent, GoogleCloudApigeeV1Query 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 GoogleCloudApigeeV1QueryIOExceptionpublic Apigee.Organizations.HostQueries.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the asynchronous query to get. Must be of the form
`organizations/{org}/queries/{queryId}`.IOExceptionpublic Apigee.Organizations.HostQueries.GetResult getResult(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the asynchronous query result to get. Must be of the form
`organizations/{org}/queries/{queryId}/result`.IOExceptionpublic Apigee.Organizations.HostQueries.GetResultView getResultView(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the asynchronous query result view to get. Must be of the form
`organizations/{org}/queries/{queryId}/resultView`.IOExceptionpublic Apigee.Organizations.HostQueries.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.