Interface AnalyzeOrgPolicyGovernedAssetsResponseOrBuilder

    • Method Detail

      • getGovernedAssetsCount

        int getGovernedAssetsCount()
         The list of the analyzed governed assets.
         
        repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
      • hasConstraint

        boolean hasConstraint()
         The definition of the constraint in the request.
         
        .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
        Returns:
        Whether the constraint field is set.
      • getConstraint

        AnalyzerOrgPolicyConstraint getConstraint()
         The definition of the constraint in the request.
         
        .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
        Returns:
        The constraint.
      • getConstraintOrBuilder

        AnalyzerOrgPolicyConstraintOrBuilder getConstraintOrBuilder()
         The definition of the constraint in the request.
         
        .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
      • getNextPageToken

        String getNextPageToken()
         The page token to fetch the next page for
         [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets].
         
        string next_page_token = 3;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         The page token to fetch the next page for
         [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets].
         
        string next_page_token = 3;
        Returns:
        The bytes for nextPageToken.