public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class OperationMetadata.
Represents the metadata of the long-running operation.
Implements
IMessageOperationMetadata, IEquatableOperationMetadata, IDeepCloneableOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.dll
Constructors
OperationMetadata()
public OperationMetadata()
OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
OperationMetadata |
Properties
ApiVersion
public string ApiVersion { get; set; }
API version used to start the operation.
Property Value | |
---|---|
Type | Description |
string |
BuildName
public string BuildName { get; set; }
The build name of the function for create and update operations.
Property Value | |
---|---|
Type | Description |
string |
CancelRequested
public bool CancelRequested { get; set; }
Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have
[google.longrunning.Operation.error][google.longrunning.Operation.error]
value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
corresponding to Code.CANCELLED
.
Property Value | |
---|---|
Type | Description |
bool |
CreateTime
public Timestamp CreateTime { get; set; }
The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
OperationType
public OperationType OperationType { get; set; }
The operation type.
Property Value | |
---|---|
Type | Description |
OperationType |
RequestResource
public Any RequestResource { get; set; }
The original request that started the operation.
Property Value | |
---|---|
Type | Description |
Any |
SourceToken
public string SourceToken { get; set; }
An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
Property Value | |
---|---|
Type | Description |
string |
Stages
public RepeatedField<Stage> Stages { get; }
Mechanism for reporting in-progress stages
Property Value | |
---|---|
Type | Description |
RepeatedFieldStage |
StatusDetail
public string StatusDetail { get; set; }
Human-readable status of the operation, if any.
Property Value | |
---|---|
Type | Description |
string |
Target
public string Target { get; set; }
Server-defined resource path for the target of the operation.
Property Value | |
---|---|
Type | Description |
string |
Verb
public string Verb { get; set; }
Name of the verb executed by the operation.
Property Value | |
---|---|
Type | Description |
string |