Serverless VPC Access v1 API - Class OperationMetadata (2.4.0)

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

Reference documentation and code samples for the Serverless VPC Access v1 API class OperationMetadata.

Metadata for google.longrunning.Operation.

Inheritance

object > OperationMetadata

Namespace

Google.Cloud.VpcAccess.V1

Assembly

Google.Cloud.VpcAccess.V1.dll

Constructors

OperationMetadata()

public OperationMetadata()

OperationMetadata(OperationMetadata)

public OperationMetadata(OperationMetadata other)
Parameter
NameDescription
otherOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time when the operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. Time when the operation completed.

Property Value
TypeDescription
Timestamp

Method

public string Method { get; set; }

Output only. Method that initiated the operation e.g. google.cloud.vpcaccess.v1.Connectors.CreateConnector.

Property Value
TypeDescription
string

Target

public string Target { get; set; }

Output only. Name of the resource that this operation is acting on e.g. projects/my-project/locations/us-central1/connectors/v1.

Property Value
TypeDescription
string

TargetAsConnectorName

public ConnectorName TargetAsConnectorName { get; set; }

ConnectorName-typed view over the Target resource name property.

Property Value
TypeDescription
ConnectorName