Show / Hide Table of Contents

Class OperationMetadataV1

Metadata describing an Operation

Inheritance
object
OperationMetadataV1
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.CloudFunctions.v1.Data
Assembly: Google.Apis.CloudFunctions.v1.dll
Syntax
public class OperationMetadataV1 : IDirectResponseSchema

Properties

BuildId

The Cloud Build ID of the function created or updated by an API call. This field is only populated for Create and Update operations.

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

BuildName

The Cloud Build Name of the function deployment. This field is only populated for Create and Update operations. projects//locations//builds/.

Declaration
[JsonProperty("buildName")]
public virtual string BuildName { 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

Request

The original request that started the operation.

Declaration
[JsonProperty("request")]
public virtual IDictionary<string, object> Request { get; set; }
Property Value
Type Description
IDictionary<string, object>

SourceToken

An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.

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

Target

Target of the operation - for example projects/project-1/locations/region-1/functions/function-1

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

Type

Type of operation.

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

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

The last update timestamp of the operation.

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

VersionId

Version id of the function created or updated by an API call. This field is only populated for Create and Update operations.

Declaration
[JsonProperty("versionId")]
public virtual long? VersionId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX