public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Serverless VPC Access v1 API class OperationMetadata.
Metadata for google.longrunning.Operation.
Implements
IMessageOperationMetadata, IEquatableOperationMetadata, IDeepCloneableOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.VpcAccess.V1Assembly
Google.Cloud.VpcAccess.V1.dll
Constructors
OperationMetadata()
public OperationMetadata()OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
OperationMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Time when the operation was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndTime
public Timestamp EndTime { get; set; }Output only. Time when the operation completed.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Method
public string Method { get; set; }Output only. Method that initiated the operation e.g. google.cloud.vpcaccess.v1.Connectors.CreateConnector.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
TargetAsConnectorName
public ConnectorName TargetAsConnectorName { get; set; }ConnectorName-typed view over the Target resource name property.
| Property Value | |
|---|---|
| Type | Description |
ConnectorName |
|