Interface IamPolicyAnalysisResult.AccessOrBuilder

    • Method Detail

      • hasRole

        boolean hasRole()
         The role.
         
        string role = 1;
        Returns:
        Whether the role field is set.
      • getRole

        String getRole()
         The role.
         
        string role = 1;
        Returns:
        The role.
      • getRoleBytes

        com.google.protobuf.ByteString getRoleBytes()
         The role.
         
        string role = 1;
        Returns:
        The bytes for role.
      • hasPermission

        boolean hasPermission()
         The permission.
         
        string permission = 2;
        Returns:
        Whether the permission field is set.
      • getPermission

        String getPermission()
         The permission.
         
        string permission = 2;
        Returns:
        The permission.
      • getPermissionBytes

        com.google.protobuf.ByteString getPermissionBytes()
         The permission.
         
        string permission = 2;
        Returns:
        The bytes for permission.
      • hasAnalysisState

        boolean hasAnalysisState()
         The analysis state of this access.
         
        .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;
        Returns:
        Whether the analysisState field is set.
      • getAnalysisState

        IamPolicyAnalysisState getAnalysisState()
         The analysis state of this access.
         
        .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;
        Returns:
        The analysisState.
      • getAnalysisStateOrBuilder

        IamPolicyAnalysisStateOrBuilder getAnalysisStateOrBuilder()
         The analysis state of this access.
         
        .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;