Class SavedQuery.QueryContent.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • clear

        public SavedQuery.QueryContent.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • getDefaultInstanceForType

        public SavedQuery.QueryContent getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SavedQuery.QueryContent build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SavedQuery.QueryContent buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public SavedQuery.QueryContent.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • clearField

        public SavedQuery.QueryContent.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • clearOneof

        public SavedQuery.QueryContent.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • setRepeatedField

        public SavedQuery.QueryContent.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • addRepeatedField

        public SavedQuery.QueryContent.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • mergeFrom

        public SavedQuery.QueryContent.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SavedQuery.QueryContent.Builder>
        Throws:
        IOException
      • hasIamPolicyAnalysisQuery

        public boolean hasIamPolicyAnalysisQuery()
         An IAM Policy Analysis query, which could be used in
         the
         [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
         RPC or the
         [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
         RPC.
         
        .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;
        Specified by:
        hasIamPolicyAnalysisQuery in interface SavedQuery.QueryContentOrBuilder
        Returns:
        Whether the iamPolicyAnalysisQuery field is set.
      • getIamPolicyAnalysisQuery

        public IamPolicyAnalysisQuery getIamPolicyAnalysisQuery()
         An IAM Policy Analysis query, which could be used in
         the
         [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
         RPC or the
         [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
         RPC.
         
        .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;
        Specified by:
        getIamPolicyAnalysisQuery in interface SavedQuery.QueryContentOrBuilder
        Returns:
        The iamPolicyAnalysisQuery.
      • setIamPolicyAnalysisQuery

        public SavedQuery.QueryContent.Builder setIamPolicyAnalysisQuery​(IamPolicyAnalysisQuery value)
         An IAM Policy Analysis query, which could be used in
         the
         [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
         RPC or the
         [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
         RPC.
         
        .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;
      • setIamPolicyAnalysisQuery

        public SavedQuery.QueryContent.Builder setIamPolicyAnalysisQuery​(IamPolicyAnalysisQuery.Builder builderForValue)
         An IAM Policy Analysis query, which could be used in
         the
         [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
         RPC or the
         [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
         RPC.
         
        .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;
      • mergeIamPolicyAnalysisQuery

        public SavedQuery.QueryContent.Builder mergeIamPolicyAnalysisQuery​(IamPolicyAnalysisQuery value)
         An IAM Policy Analysis query, which could be used in
         the
         [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
         RPC or the
         [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
         RPC.
         
        .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;
      • clearIamPolicyAnalysisQuery

        public SavedQuery.QueryContent.Builder clearIamPolicyAnalysisQuery()
         An IAM Policy Analysis query, which could be used in
         the
         [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
         RPC or the
         [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
         RPC.
         
        .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;
      • getIamPolicyAnalysisQueryBuilder

        public IamPolicyAnalysisQuery.Builder getIamPolicyAnalysisQueryBuilder()
         An IAM Policy Analysis query, which could be used in
         the
         [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
         RPC or the
         [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
         RPC.
         
        .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;
      • getIamPolicyAnalysisQueryOrBuilder

        public IamPolicyAnalysisQueryOrBuilder getIamPolicyAnalysisQueryOrBuilder()
         An IAM Policy Analysis query, which could be used in
         the
         [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
         RPC or the
         [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
         RPC.
         
        .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1;
        Specified by:
        getIamPolicyAnalysisQueryOrBuilder in interface SavedQuery.QueryContentOrBuilder
      • setUnknownFields

        public final SavedQuery.QueryContent.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>
      • mergeUnknownFields

        public final SavedQuery.QueryContent.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SavedQuery.QueryContent.Builder>