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.
Implements
IMessageLinkMetadata, IEquatableLinkMetadata, IDeepCloneableLinkMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
LinkMetadata()
public LinkMetadata()
LinkMetadata(LinkMetadata)
public LinkMetadata(LinkMetadata other)
Parameter | |
---|---|
Name | Description |
other | LinkMetadata |
Properties
CreateLinkRequest
public CreateLinkRequest CreateLinkRequest { get; set; }
CreateLink RPC request.
Property Value | |
---|---|
Type | Description |
CreateLinkRequest |
DeleteLinkRequest
public DeleteLinkRequest DeleteLinkRequest { get; set; }
DeleteLink RPC request.
Property Value | |
---|---|
Type | Description |
DeleteLinkRequest |
EndTime
public Timestamp EndTime { get; set; }
The end time of an operation.
Property Value | |
---|---|
Type | Description |
Timestamp |
RequestCase
public LinkMetadata.RequestOneofCase RequestCase { get; }
Property Value | |
---|---|
Type | Description |
LinkMetadataRequestOneofCase |
StartTime
public Timestamp StartTime { get; set; }
The start time of an operation.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public OperationState State { get; set; }
State of an operation.
Property Value | |
---|---|
Type | Description |
OperationState |