Interface BatchGetEffectiveIamPoliciesResponseOrBuilder

    • Method Detail

      • getPolicyResultsList

        List<BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy> getPolicyResultsList()
         The effective policies for a batch of resources. Note that the results
         order is the same as the order of
         [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
         When a resource does not have any effective IAM policies, its corresponding
         policy_result will contain empty
         [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
         
        repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy policy_results = 2;
      • getPolicyResults

        BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy getPolicyResults​(int index)
         The effective policies for a batch of resources. Note that the results
         order is the same as the order of
         [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
         When a resource does not have any effective IAM policies, its corresponding
         policy_result will contain empty
         [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
         
        repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy policy_results = 2;
      • getPolicyResultsCount

        int getPolicyResultsCount()
         The effective policies for a batch of resources. Note that the results
         order is the same as the order of
         [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
         When a resource does not have any effective IAM policies, its corresponding
         policy_result will contain empty
         [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
         
        repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy policy_results = 2;
      • getPolicyResultsOrBuilderList

        List<? extends BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicyOrBuilder> getPolicyResultsOrBuilderList()
         The effective policies for a batch of resources. Note that the results
         order is the same as the order of
         [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
         When a resource does not have any effective IAM policies, its corresponding
         policy_result will contain empty
         [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
         
        repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy policy_results = 2;
      • getPolicyResultsOrBuilder

        BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicyOrBuilder getPolicyResultsOrBuilder​(int index)
         The effective policies for a batch of resources. Note that the results
         order is the same as the order of
         [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
         When a resource does not have any effective IAM policies, its corresponding
         policy_result will contain empty
         [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
         
        repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy policy_results = 2;