public class Apigee.Organizations.Environments.Queries extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Queries.Create |
class |
Apigee.Organizations.Environments.Queries.Get |
class |
Apigee.Organizations.Environments.Queries.GetResult |
class |
Apigee.Organizations.Environments.Queries.GetResulturl |
class |
Apigee.Organizations.Environments.Queries.List |
| Constructor and Description |
|---|
Queries() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Queries.Create |
create(String parent,
GoogleCloudApigeeV1Query content)
Submit a query to be processed in the background.
|
Apigee.Organizations.Environments.Queries.Get |
get(String name)
Get query 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 "queries.get".
|
Apigee.Organizations.Environments.Queries.GetResult |
getResult(String name)
After the query is completed, use this API to retrieve the results.
|
Apigee.Organizations.Environments.Queries.GetResulturl |
getResulturl(String name)
After the query is completed, use this API to retrieve the results.
|
Apigee.Organizations.Environments.Queries.List |
list(String parent)
Return a list of Asynchronous Queries
Create a request for the method "queries.list".
|
public Apigee.Organizations.Environments.Queries.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}/environments/{env}`.content - the GoogleCloudApigeeV1QueryIOExceptionpublic Apigee.Organizations.Environments.Queries.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}/environments/{env}/queries/{queryId}`.IOExceptionpublic Apigee.Organizations.Environments.Queries.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}/environments/{env}/queries/{queryId}/result`.IOExceptionpublic Apigee.Organizations.Environments.Queries.GetResulturl getResulturl(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}/environments/{env}/queries/{queryId}/resulturl`.IOExceptionpublic Apigee.Organizations.Environments.Queries.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.