Class AnalyzeOrgPolicyGovernedAssetsRequest

  • All Implemented Interfaces:
    AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class AnalyzeOrgPolicyGovernedAssetsRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder
     A request message for
     [AssetService.AnalyzeOrgPolicyGovernedAssets][google.cloud.asset.v1.AssetService.AnalyzeOrgPolicyGovernedAssets].
     
    Protobuf type google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsRequest
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • getScope

        public String getScope()
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed. The output assets will
         also be limited to the ones governed by those in-scope organization
         policies.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getScope in interface AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder
        Returns:
        The scope.
      • getScopeBytes

        public com.google.protobuf.ByteString getScopeBytes()
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed. The output assets will
         also be limited to the ones governed by those in-scope organization
         policies.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getScopeBytes in interface AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder
        Returns:
        The bytes for scope.
      • getConstraint

        public String getConstraint()
         Required. The name of the constraint to analyze governed assets for. The
         analysis only contains analyzed organization policies for the provided
         constraint.
         
        string constraint = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getConstraint in interface AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder
        Returns:
        The constraint.
      • getConstraintBytes

        public com.google.protobuf.ByteString getConstraintBytes()
         Required. The name of the constraint to analyze governed assets for. The
         analysis only contains analyzed organization policies for the provided
         constraint.
         
        string constraint = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getConstraintBytes in interface AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder
        Returns:
        The bytes for constraint.
      • getFilter

        public String getFilter()
         The expression to filter the governed assets in result. The only supported
         fields for governed resources are `governed_resource.project` and
         `governed_resource.folders`. The only supported fields for governed iam
         policies are `governed_iam_policy.project` and
         `governed_iam_policy.folders`. The only supported operator is `=`.
        
         Example 1: governed_resource.project="projects/12345678" filter will return
         all governed resources under projects/12345678 including the project
         ifself, if applicable.
        
         Example 2: governed_iam_policy.folders="folders/12345678" filter will
         return all governed iam policies under folders/12345678, if applicable.
         
        string filter = 3;
        Specified by:
        getFilter in interface AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         The expression to filter the governed assets in result. The only supported
         fields for governed resources are `governed_resource.project` and
         `governed_resource.folders`. The only supported fields for governed iam
         policies are `governed_iam_policy.project` and
         `governed_iam_policy.folders`. The only supported operator is `=`.
        
         Example 1: governed_resource.project="projects/12345678" filter will return
         all governed resources under projects/12345678 including the project
         ifself, if applicable.
        
         Example 2: governed_iam_policy.folders="folders/12345678" filter will
         return all governed iam policies under folders/12345678, if applicable.
         
        string filter = 3;
        Specified by:
        getFilterBytes in interface AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder
        Returns:
        The bytes for filter.
      • hasPageSize

        public boolean hasPageSize()
         The maximum number of items to return per page. If unspecified,
         [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets]
         will contain 100 items with a maximum of 200.
         
        optional int32 page_size = 4;
        Specified by:
        hasPageSize in interface AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder
        Returns:
        Whether the pageSize field is set.
      • getPageSize

        public int getPageSize()
         The maximum number of items to return per page. If unspecified,
         [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets]
         will contain 100 items with a maximum of 200.
         
        optional int32 page_size = 4;
        Specified by:
        getPageSize in interface AnalyzeOrgPolicyGovernedAssetsRequestOrBuilder
        Returns:
        The pageSize.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static AnalyzeOrgPolicyGovernedAssetsRequest parseFrom​(ByteBuffer data,
                                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnalyzeOrgPolicyGovernedAssetsRequest parseFrom​(com.google.protobuf.ByteString data)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnalyzeOrgPolicyGovernedAssetsRequest parseFrom​(com.google.protobuf.ByteString data,
                                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnalyzeOrgPolicyGovernedAssetsRequest parseFrom​(byte[] data)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnalyzeOrgPolicyGovernedAssetsRequest parseFrom​(byte[] data,
                                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public AnalyzeOrgPolicyGovernedAssetsRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected AnalyzeOrgPolicyGovernedAssetsRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<AnalyzeOrgPolicyGovernedAssetsRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public AnalyzeOrgPolicyGovernedAssetsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder