public interface QueryAssetsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDone()
The query response, which can be either an `error` or a valid `response`.
|
com.google.rpc.Status |
getError()
Error status.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Error status.
|
String |
getJobReference()
Reference to a query job.
|
ByteString |
getJobReferenceBytes()
Reference to a query job.
|
QueryAssetsOutputConfig |
getOutputConfig()
Output configuration which indicates instead of being returned in API
response on the fly, the query result will be saved in a specific output.
|
QueryAssetsOutputConfigOrBuilder |
getOutputConfigOrBuilder()
Output configuration which indicates instead of being returned in API
response on the fly, the query result will be saved in a specific output.
|
QueryResult |
getQueryResult()
Result of the query.
|
QueryResultOrBuilder |
getQueryResultOrBuilder()
Result of the query.
|
QueryAssetsResponse.ResponseCase |
getResponseCase() |
boolean |
hasError()
Error status.
|
boolean |
hasOutputConfig()
Output configuration which indicates instead of being returned in API
response on the fly, the query result will be saved in a specific output.
|
boolean |
hasQueryResult()
Result of the query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getJobReference()
Reference to a query job.
string job_reference = 1;
ByteString getJobReferenceBytes()
Reference to a query job.
string job_reference = 1;
boolean getDone()
The query response, which can be either an `error` or a valid `response`. If `done` == `false` and the query result is being saved in a output, the output_config field will be set. If `done` == `true`, exactly one of `error`, `query_result` or `output_config` will be set.
bool done = 2;
boolean hasError()
Error status.
.google.rpc.Status error = 3;
com.google.rpc.Status getError()
Error status.
.google.rpc.Status error = 3;
com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Error status.
.google.rpc.Status error = 3;
boolean hasQueryResult()
Result of the query.
.google.cloud.asset.v1.QueryResult query_result = 4;
QueryResult getQueryResult()
Result of the query.
.google.cloud.asset.v1.QueryResult query_result = 4;
QueryResultOrBuilder getQueryResultOrBuilder()
Result of the query.
.google.cloud.asset.v1.QueryResult query_result = 4;
boolean hasOutputConfig()
Output configuration which indicates instead of being returned in API response on the fly, the query result will be saved in a specific output.
.google.cloud.asset.v1.QueryAssetsOutputConfig output_config = 5;
QueryAssetsOutputConfig getOutputConfig()
Output configuration which indicates instead of being returned in API response on the fly, the query result will be saved in a specific output.
.google.cloud.asset.v1.QueryAssetsOutputConfig output_config = 5;
QueryAssetsOutputConfigOrBuilder getOutputConfigOrBuilder()
Output configuration which indicates instead of being returned in API response on the fly, the query result will be saved in a specific output.
.google.cloud.asset.v1.QueryAssetsOutputConfig output_config = 5;
QueryAssetsResponse.ResponseCase getResponseCase()
Copyright © 2022 Google LLC. All rights reserved.