Interface IamPolicyAnalysisQuery.AccessSelectorOrBuilder

    • Method Detail

      • getRolesList

        List<String> getRolesList()
         Optional. The roles to appear in result.
         
        repeated string roles = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        A list containing the roles.
      • getRolesCount

        int getRolesCount()
         Optional. The roles to appear in result.
         
        repeated string roles = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The count of roles.
      • getRoles

        String getRoles​(int index)
         Optional. The roles to appear in result.
         
        repeated string roles = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the element to return.
        Returns:
        The roles at the given index.
      • getRolesBytes

        com.google.protobuf.ByteString getRolesBytes​(int index)
         Optional. The roles to appear in result.
         
        repeated string roles = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the roles at the given index.
      • getPermissionsList

        List<String> getPermissionsList()
         Optional. The permissions to appear in result.
         
        repeated string permissions = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        A list containing the permissions.
      • getPermissionsCount

        int getPermissionsCount()
         Optional. The permissions to appear in result.
         
        repeated string permissions = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The count of permissions.
      • getPermissions

        String getPermissions​(int index)
         Optional. The permissions to appear in result.
         
        repeated string permissions = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the element to return.
        Returns:
        The permissions at the given index.
      • getPermissionsBytes

        com.google.protobuf.ByteString getPermissionsBytes​(int index)
         Optional. The permissions to appear in result.
         
        repeated string permissions = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the permissions at the given index.