Repo class
A repository (or repo) is a Git repository storing versioned source content.
Constructors
- Repo()
- Repo.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- mirrorConfig ↔ MirrorConfig
-
How this repository mirrors a repository managed by another service.
Read-only field.
read / write
- name ↔ String
-
Resource name of the repository, of the form
projects//repos/
. The repo name may contain slashes. eg,projects/myproject/repos/name/with/slash
read / write -
pubsubConfigs
↔ Map<
String, PubsubConfig> -
How this repository publishes a change in the repository through Cloud
Pub/Sub. Keyed by the topic names.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- size ↔ String
-
The disk usage of the repo, in bytes. Read-only field. Size is only
returned by GetRepo.
read / write
- url ↔ String
-
URL to clone the repository from Google Cloud Source Repositories.
Read-only field.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited