Class SavedQuery.QueryContent (3.45.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
TypeDescription
int

Static Methods

getDefaultInstance()

public static SavedQuery.QueryContent getDefaultInstance()
Returns
TypeDescription
SavedQuery.QueryContent

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SavedQuery.QueryContent.Builder newBuilder()
Returns
TypeDescription
SavedQuery.QueryContent.Builder

newBuilder(SavedQuery.QueryContent prototype)

public static SavedQuery.QueryContent.Builder newBuilder(SavedQuery.QueryContent prototype)
Parameter
NameDescription
prototypeSavedQuery.QueryContent
Returns
TypeDescription
SavedQuery.QueryContent.Builder

parseDelimitedFrom(InputStream input)

public static SavedQuery.QueryContent parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SavedQuery.QueryContent parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SavedQuery.QueryContent parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SavedQuery.QueryContent parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SavedQuery.QueryContent parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SavedQuery.QueryContent parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SavedQuery.QueryContent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SavedQuery.QueryContent
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SavedQuery.QueryContent getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
IamPolicyAnalysisQueryOrBuilder

getParserForType()

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

getQueryContentCase()

public SavedQuery.QueryContent.QueryContentCase getQueryContentCase()
Returns
TypeDescription
SavedQuery.QueryContent.QueryContentCase

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
boolean

Whether the iamPolicyAnalysisQuery field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SavedQuery.QueryContent.Builder newBuilderForType()
Returns
TypeDescription
SavedQuery.QueryContent.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SavedQuery.QueryContent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SavedQuery.QueryContent.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SavedQuery.QueryContent.Builder toBuilder()
Returns
TypeDescription
SavedQuery.QueryContent.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException