Class HttpUpdate
A file you can add to your existing, non-Hosting hosting service that confirms your intent to allow Hosting's Certificate Authorities to create an SSL certificate for your domain.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1.Data
Assembly: Google.Apis.FirebaseHosting.v1.dll
Syntax
public class HttpUpdate : IDirectResponseSchema
Properties
CheckError
Output only. An error encountered during the last contents check. If null, the check completed successfully.
Declaration
[JsonProperty("checkError")]
public virtual Status CheckError { get; set; }
Property Value
Type | Description |
---|---|
Status |
Desired
Output only. A text string to serve at the path.
Declaration
[JsonProperty("desired")]
public virtual string Desired { get; set; }
Property Value
Type | Description |
---|---|
string |
Discovered
Output only. Whether Hosting was able to find the required file contents on the specified path during its last check.
Declaration
[JsonProperty("discovered")]
public virtual string Discovered { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastCheckTime
object representation of LastCheckTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastCheckTimeDateTimeOffset instead.")]
public virtual object LastCheckTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastCheckTimeDateTimeOffset
DateTimeOffset representation of LastCheckTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastCheckTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastCheckTimeRaw
Output only. The last time Hosting systems checked for the file contents.
Declaration
[JsonProperty("lastCheckTime")]
public virtual string LastCheckTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
Output only. The path to the file.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |