Google Cloud Logging v2 API - Class LinkMetadata (4.3.0)

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

Reference documentation and code samples for the Google Cloud Logging v2 API class LinkMetadata.

Metadata for long running Link operations.

Inheritance

object > LinkMetadata

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

LinkMetadata()

public LinkMetadata()

LinkMetadata(LinkMetadata)

public LinkMetadata(LinkMetadata other)
Parameter
NameDescription
otherLinkMetadata

Properties

CreateLinkRequest

public CreateLinkRequest CreateLinkRequest { get; set; }

CreateLink RPC request.

Property Value
TypeDescription
CreateLinkRequest

DeleteLinkRequest

public DeleteLinkRequest DeleteLinkRequest { get; set; }

DeleteLink RPC request.

Property Value
TypeDescription
DeleteLinkRequest

EndTime

public Timestamp EndTime { get; set; }

The end time of an operation.

Property Value
TypeDescription
Timestamp

RequestCase

public LinkMetadata.RequestOneofCase RequestCase { get; }
Property Value
TypeDescription
LinkMetadataRequestOneofCase

StartTime

public Timestamp StartTime { get; set; }

The start time of an operation.

Property Value
TypeDescription
Timestamp

State

public OperationState State { get; set; }

State of an operation.

Property Value
TypeDescription
OperationState