Interface AnalyzeOrgPolicyGovernedContainersResponseOrBuilder

    • Method Detail

      • getGovernedContainersCount

        int getGovernedContainersCount()
         The list of the analyzed governed containers.
         
        repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 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
         [AnalyzeOrgPolicyGovernedContainersResponse.governed_containers][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.governed_containers].
         
        string next_page_token = 3;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

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