Cloud Build v2 API - Class RunWorkflowCustomOperationMetadata (1.5.0)

public sealed class RunWorkflowCustomOperationMetadata : IMessage<RunWorkflowCustomOperationMetadata>, IEquatable<RunWorkflowCustomOperationMetadata>, IDeepCloneable<RunWorkflowCustomOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Build v2 API class RunWorkflowCustomOperationMetadata.

Represents the custom metadata of the RunWorkflow long-running operation.

Inheritance

object > RunWorkflowCustomOperationMetadata

Namespace

Google.Cloud.CloudBuild.V2

Assembly

Google.Cloud.CloudBuild.V2.dll

Constructors

RunWorkflowCustomOperationMetadata()

public RunWorkflowCustomOperationMetadata()

RunWorkflowCustomOperationMetadata(RunWorkflowCustomOperationMetadata)

public RunWorkflowCustomOperationMetadata(RunWorkflowCustomOperationMetadata other)
Parameter
Name Description
other RunWorkflowCustomOperationMetadata

Properties

ApiVersion

public string ApiVersion { get; set; }

Output only. API version used to start the operation.

Property Value
Type Description
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
Type Description
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
Type Description
Timestamp

PipelineRunId

public string PipelineRunId { get; set; }

Output only. ID of the pipeline run created by RunWorkflow.

Property Value
Type Description
string

RequestedCancellation

public bool RequestedCancellation { get; set; }

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.

Property Value
Type Description
bool

Target

public string Target { get; set; }

Output only. Server-defined resource path for the target of the operation.

Property Value
Type Description
string

Verb

public string Verb { get; set; }

Output only. Name of the verb executed by the operation.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.