Show / Hide Table of Contents

Class Codebase

The connection to an external source repository to watch for event-driven updates to the backend.

Inheritance
object
Codebase
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1.Data
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class Codebase : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Repository

Required. The resource name for the Developer Connect gitRepositoryLink connected to this backend, in the format: projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{repositoryLink} The connection for the gitRepositoryLink must made be using the Firebase App Hosting GitHub App via the Firebase Console.

Declaration
[JsonProperty("repository")]
public virtual string Repository { get; set; }
Property Value
Type Description
string

RootDirectory

Optional. If repository is provided, the directory relative to the root of the repository to use as the root for the deployed web app.

Declaration
[JsonProperty("rootDirectory")]
public virtual string RootDirectory { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX