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.

Implementation

core.String? mode;