Show / Hide Table of Contents

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.

Inheritance
object
HttpUpdate
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.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX