public static final class SavedQuery.QueryContent extends GeneratedMessage implements SavedQuery.QueryContentOrBuilderThe query content.
Protobuf type google.cloud.asset.v1.SavedQuery.QueryContent
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SavedQuery.QueryContentImplements
SavedQuery.QueryContentOrBuilderStatic 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 |
|
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> |
|
getQueryContentCase()
public SavedQuery.QueryContent.QueryContentCase getQueryContentCase()| Returns | |
|---|---|
| Type | Description |
SavedQuery.QueryContent.QueryContentCase |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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 |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public SavedQuery.QueryContent.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SavedQuery.QueryContent.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SavedQuery.QueryContent.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SavedQuery.QueryContent.Builder |
|
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 |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|