Packages

o

io.pg.gitlab.graphql

Namespace

object Namespace

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Namespace
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def actualRepositorySizeLimit: SelectionBuilder[Namespace, Option[Double]]

    Size limit for repositories in the namespace in bytes

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

    Additional storage purchased for the root namespace in bytes

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def containsLockedProjects: SelectionBuilder[Namespace, Boolean]

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

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

    Description of the namespace

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

    The GitLab Flavored Markdown rendering of description

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def fullName: SelectionBuilder[Namespace, String]

    Full name of the namespace

  14. def fullPath: SelectionBuilder[Namespace, String]

    Full path of the namespace

  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def id: SelectionBuilder[Namespace, String]

    ID of the namespace

  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isTemporaryStorageIncreaseEnabled: SelectionBuilder[Namespace, Boolean]

    Status of the temporary storage increase

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

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

  21. def name: SelectionBuilder[Namespace, String]

    Name of the namespace

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def path: SelectionBuilder[Namespace, String]

    Path of the namespace

  26. def projects[A](includeSubgroups: Option[Boolean] = None, search: Option[String] = None, sort: Option[NamespaceProjectSort] = None, hasVulnerabilities: Option[Boolean] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ProjectConnection, A]): SelectionBuilder[Namespace, A]

    Projects within this namespace

  27. def repositorySizeExcessProjectCount: SelectionBuilder[Namespace, Int]

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

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

    Indicates if users can request access to namespace

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

    Aggregated storage statistics of the namespace.

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

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

    Total storage limit of the root namespace in bytes

  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def temporaryStorageIncreaseEndsOn: SelectionBuilder[Namespace, Option[Time]]

    Date until the temporary storage increase is active

  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def totalRepositorySize: SelectionBuilder[Namespace, Option[Double]]

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

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

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

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

    Visibility of the namespace

  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped