Class SavedQuery.QueryContent (3.47.0)

public static final class SavedQuery.QueryContent extends GeneratedMessageV3 implements SavedQuery.QueryContentOrBuilder

The query content.

Protobuf type google.cloud.asset.v1.SavedQuery.QueryContent

Static Fields

IAM_POLICY_ANALYSIS_QUERY_FIELD_NUMBER

public static final int IAM_POLICY_ANALYSIS_QUERY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SavedQuery.QueryContent getDefaultInstance()
Returns
Type Description
SavedQuery.QueryContent

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SavedQuery.QueryContent.Builder newBuilder()
Returns
Type Description
SavedQuery.QueryContent.Builder

newBuilder(SavedQuery.QueryContent prototype)

public static SavedQuery.QueryContent.Builder newBuilder(SavedQuery.QueryContent prototype)
Parameter
Name Description
prototype SavedQuery.QueryContent
Returns
Type Description
SavedQuery.QueryContent.Builder

parseDelimitedFrom(InputStream input)

public static SavedQuery.QueryContent parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SavedQuery.QueryContent parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SavedQuery.QueryContent parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SavedQuery.QueryContent parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SavedQuery.QueryContent parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SavedQuery.QueryContent parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SavedQuery.QueryContent
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SavedQuery.QueryContent> parser()
Returns
Type Description
Parser<QueryContent>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SavedQuery.QueryContent getDefaultInstanceForType()
Returns
Type Description
SavedQuery.QueryContent

getIamPolicyAnalysisQuery()

public IamPolicyAnalysisQuery getIamPolicyAnalysisQuery()

An IAM Policy Analysis query, which could be used in the AssetService.AnalyzeIamPolicy RPC or the AssetService.AnalyzeIamPolicyLongrunning RPC.

.google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;

Returns
Type Description
IamPolicyAnalysisQuery

The iamPolicyAnalysisQuery.

getIamPolicyAnalysisQueryOrBuilder()

public IamPolicyAnalysisQueryOrBuilder getIamPolicyAnalysisQueryOrBuilder()

An IAM Policy Analysis query, which could be used in the AssetService.AnalyzeIamPolicy RPC or the AssetService.AnalyzeIamPolicyLongrunning RPC.

.google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;

Returns
Type Description
IamPolicyAnalysisQueryOrBuilder

getParserForType()

public Parser<SavedQuery.QueryContent> getParserForType()
Returns
Type Description
Parser<QueryContent>
Overrides

getQueryContentCase()

public SavedQuery.QueryContent.QueryContentCase getQueryContentCase()
Returns
Type Description
SavedQuery.QueryContent.QueryContentCase

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasIamPolicyAnalysisQuery()

public boolean hasIamPolicyAnalysisQuery()

An IAM Policy Analysis query, which could be used in the AssetService.AnalyzeIamPolicy RPC or the AssetService.AnalyzeIamPolicyLongrunning RPC.

.google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;

Returns
Type Description
boolean

Whether the iamPolicyAnalysisQuery field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SavedQuery.QueryContent.Builder newBuilderForType()
Returns
Type Description
SavedQuery.QueryContent.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SavedQuery.QueryContent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SavedQuery.QueryContent.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SavedQuery.QueryContent.Builder toBuilder()
Returns
Type Description
SavedQuery.QueryContent.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException