Namespace

object Namespace
class Object
trait Matchable
class Any

Value members

Concrete methods

def actualRepositorySizeLimit: SelectionBuilder[Namespace, Option[Double]]

Size limit for repositories in the namespace in bytes.

Size limit for repositories in the namespace in bytes.

def additionalPurchasedStorageSize: SelectionBuilder[Namespace, Option[Double]]

Additional storage purchased for the root namespace in bytes.

Additional storage purchased for the root namespace in bytes.

def complianceFrameworks[A](id: Option[ComplianceManagementFrameworkID], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[ComplianceFrameworkConnection, A]): SelectionBuilder[Namespace, Option[A]]

Compliance frameworks available to projects in this namespace.

Compliance frameworks available to projects in this namespace.

def containsLockedProjects: SelectionBuilder[Namespace, Boolean]

Includes at least one project where the repository size exceeds the limit.

Includes at least one project where the repository size exceeds the limit.

def description: SelectionBuilder[Namespace, Option[String]]

Description of the namespace.

Description of the namespace.

def descriptionHtml: SelectionBuilder[Namespace, Option[String]]

The GitLab Flavored Markdown rendering of description

The GitLab Flavored Markdown rendering of description

def fullName: SelectionBuilder[Namespace, String]

Full name of the namespace.

Full name of the namespace.

def fullPath: SelectionBuilder[Namespace, String]

Full path of the namespace.

Full path of the namespace.

def id: SelectionBuilder[Namespace, String]

ID of the namespace.

ID of the namespace.

def isTemporaryStorageIncreaseEnabled: SelectionBuilder[Namespace, Boolean]

Status of the temporary storage increase.

Status of the temporary storage increase.

def lfsEnabled: SelectionBuilder[Namespace, Option[Boolean]]

Indicates if Large File Storage (LFS) is enabled for namespace.

Indicates if Large File Storage (LFS) is enabled for namespace.

def name: SelectionBuilder[Namespace, String]

Name of the namespace.

Name of the namespace.

def packageSettings[A](innerSelection: SelectionBuilder[PackageSettings, A]): SelectionBuilder[Namespace, Option[A]]

The package settings for the namespace.

The package settings for the namespace.

def path: SelectionBuilder[Namespace, String]

Path of the namespace.

Path of the namespace.

def projects[A](includeSubgroups: Option[Boolean], search: Option[String], sort: Option[NamespaceProjectSort], ids: Option[List[String]], hasCodeCoverage: Option[Boolean], hasVulnerabilities: Option[Boolean], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[ProjectConnection, A]): SelectionBuilder[Namespace, A]

Projects within this namespace.

Projects within this namespace.

def repositorySizeExcessProjectCount: SelectionBuilder[Namespace, Int]

Number of projects in the root namespace where the repository size exceeds the limit.

Number of projects in the root namespace where the repository size exceeds the limit.

def requestAccessEnabled: SelectionBuilder[Namespace, Option[Boolean]]

Indicates if users can request access to namespace.

Indicates if users can request access to namespace.

def rootStorageStatistics[A](innerSelection: SelectionBuilder[RootStorageStatistics, A]): SelectionBuilder[Namespace, Option[A]]

Aggregated storage statistics of the namespace. Only available for root namespaces.

Aggregated storage statistics of the namespace. Only available for root namespaces.

def storageSizeLimit: SelectionBuilder[Namespace, Option[Double]]

Total storage limit of the root namespace in bytes.

Total storage limit of the root namespace in bytes.

def temporaryStorageIncreaseEndsOn: SelectionBuilder[Namespace, Option[Time]]

Date until the temporary storage increase is active.

Date until the temporary storage increase is active.

def totalRepositorySize: SelectionBuilder[Namespace, Option[Double]]

Total repository size of all projects in the root namespace in bytes.

Total repository size of all projects in the root namespace in bytes.

def totalRepositorySizeExcess: SelectionBuilder[Namespace, Option[Double]]

Total excess repository size of all projects in the root namespace in bytes.

Total excess repository size of all projects in the root namespace in bytes.

def visibility: SelectionBuilder[Namespace, Option[String]]

Visibility of the namespace.

Visibility of the namespace.