mode property

String? mode
getter/setter pair

The mode of the repository.

Optional. Possible string values are:

  • "MODE_UNSPECIFIED" : Unspecified mode.
  • "STANDARD_REPOSITORY" : A standard repository storing artifacts.
  • "VIRTUAL_REPOSITORY" : A virtual repository to serve artifacts from one or more sources.
  • "REMOTE_REPOSITORY" : A remote repository to serve artifacts from a remote source.
  • "AOSS_REPOSITORY" : An AOSS repository provides artifacts from AOSS upstreams.
  • "ASSURED_OSS_REPOSITORY" : Replacement of AOSS_REPOSITORY.

Implementation

core.String? mode;