Send feedback
Class QueryAssetsResponse (3.26.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.26.0 keyboard_arrow_down
public final class QueryAssetsResponse extends GeneratedMessageV3 implements QueryAssetsResponseOrBuilder
QueryAssets response.
Protobuf type google.cloud.asset.v1.QueryAssetsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
DONE_FIELD_NUMBER
public static final int DONE_FIELD_NUMBER
Field Value
Type
Description
int
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Field Value
Type
Description
int
JOB_REFERENCE_FIELD_NUMBER
public static final int JOB_REFERENCE_FIELD_NUMBER
Field Value
Type
Description
int
OUTPUT_CONFIG_FIELD_NUMBER
public static final int OUTPUT_CONFIG_FIELD_NUMBER
Field Value
Type
Description
int
QUERY_RESULT_FIELD_NUMBER
public static final int QUERY_RESULT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static QueryAssetsResponse getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static QueryAssetsResponse . Builder newBuilder ()
newBuilder(QueryAssetsResponse prototype)
public static QueryAssetsResponse . Builder newBuilder ( QueryAssetsResponse prototype )
public static QueryAssetsResponse parseDelimitedFrom ( InputStream input )
public static QueryAssetsResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static QueryAssetsResponse parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static QueryAssetsResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static QueryAssetsResponse parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static QueryAssetsResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static QueryAssetsResponse parseFrom ( CodedInputStream input )
public static QueryAssetsResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static QueryAssetsResponse parseFrom ( InputStream input )
public static QueryAssetsResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static QueryAssetsResponse parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static QueryAssetsResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<QueryAssetsResponse> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public QueryAssetsResponse getDefaultInstanceForType ()
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;
Returns
Type
Description
boolean
The done.
getError()
Error status.
.google.rpc.Status error = 3;
Returns
Type
Description
com.google.rpc.Status
The error.
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder ()
Error status.
.google.rpc.Status error = 3;
Returns
Type
Description
com.google.rpc.StatusOrBuilder
getJobReference()
public String getJobReference ()
Reference to a query job.
string job_reference = 1;
Returns
Type
Description
String
The jobReference.
getJobReferenceBytes()
public ByteString getJobReferenceBytes ()
Reference to a query job.
string job_reference = 1;
Returns
Type
Description
ByteString
The bytes for jobReference.
getOutputConfig()
public 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;
getOutputConfigOrBuilder()
public 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;
getParserForType()
public Parser<QueryAssetsResponse> getParserForType ()
Overrides
getQueryResult()
public QueryResult getQueryResult ()
Result of the query.
.google.cloud.asset.v1.QueryResult query_result = 4;
getQueryResultOrBuilder()
public QueryResultOrBuilder getQueryResultOrBuilder ()
Result of the query.
.google.cloud.asset.v1.QueryResult query_result = 4;
getResponseCase()
public QueryAssetsResponse . ResponseCase getResponseCase ()
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasError()
public boolean hasError ()
Error status.
.google.rpc.Status error = 3;
Returns
Type
Description
boolean
Whether the error field is set.
hasOutputConfig()
public 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;
Returns
Type
Description
boolean
Whether the outputConfig field is set.
hasQueryResult()
public boolean hasQueryResult ()
Result of the query.
.google.cloud.asset.v1.QueryResult query_result = 4;
Returns
Type
Description
boolean
Whether the queryResult field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public QueryAssetsResponse . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected QueryAssetsResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public QueryAssetsResponse . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]