Codebase class
The connection to an external source repository to watch for event-driven updates to the backend.
Constructors
- Codebase.new({String? repository, String? rootDirectory})
- Codebase.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- repository ↔ String?
-
The resource name for the Developer Connect
[
gitRepositoryLink
](https://cloud.google.com/developer-connect/docs/api/reference/rest/v1/projects.locations.connections.gitRepositoryLinks) connected to this backend, in the format:projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{repositoryLink}
The connection for thegitRepositoryLink
must made be using the Firebase App Hosting GitHub App via the Firebase Console.getter/setter pair - rootDirectory ↔ String?
-
If
repository
is provided, the directory relative to the root of the repository to use as the root for the deployed web app.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited