public sealed class CopyLogEntriesMetadata : IMessage<CopyLogEntriesMetadata>, IEquatable<CopyLogEntriesMetadata>, IDeepCloneable<CopyLogEntriesMetadata>, IBufferMessage, IMessage
Metadata for CopyLogEntries long running operations.
Implements
IMessage<CopyLogEntriesMetadata>, IEquatable<CopyLogEntriesMetadata>, IDeepCloneable<CopyLogEntriesMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
CopyLogEntriesMetadata()
public CopyLogEntriesMetadata()
CopyLogEntriesMetadata(CopyLogEntriesMetadata)
public CopyLogEntriesMetadata(CopyLogEntriesMetadata other)
Name | Description |
other | CopyLogEntriesMetadata |
Properties
CancellationRequested
public bool CancellationRequested { get; set; }
Identifies whether the user has requested cancellation of the operation.
Type | Description |
Boolean |
EndTime
public Timestamp EndTime { get; set; }
The end time of an operation.
Type | Description |
Timestamp |
Progress
public int Progress { get; set; }
Estimated progress of the operation (0 - 100%).
Type | Description |
Int32 |
Request
public CopyLogEntriesRequest Request { get; set; }
CopyLogEntries RPC request.
Type | Description |
CopyLogEntriesRequest |
StartTime
public Timestamp StartTime { get; set; }
The create time of an operation.
Type | Description |
Timestamp |
State
public OperationState State { get; set; }
State of an operation.
Type | Description |
OperationState |
WriterIdentity
public string WriterIdentity { get; set; }
The IAM identity of a service account that must be granted access to the destination.
If the service account is not granted permission to the destination within an hour, the operation will be cancelled.
For example: "serviceAccount:foo@bar.com"
Type | Description |
String |