public sealed class CopyLogEntriesRequest : IMessage<CopyLogEntriesRequest>, IEquatable<CopyLogEntriesRequest>, IDeepCloneable<CopyLogEntriesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class CopyLogEntriesRequest.
The parameters to CopyLogEntries.
Implements
IMessageCopyLogEntriesRequest, IEquatableCopyLogEntriesRequest, IDeepCloneableCopyLogEntriesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
CopyLogEntriesRequest()
public CopyLogEntriesRequest()
CopyLogEntriesRequest(CopyLogEntriesRequest)
public CopyLogEntriesRequest(CopyLogEntriesRequest other)
Parameter | |
---|---|
Name | Description |
other |
CopyLogEntriesRequest |
Properties
Destination
public string Destination { get; set; }
Required. Destination to which to copy log entries.
Property Value | |
---|---|
Type | Description |
string |
Filter
public string Filter { get; set; }
Optional. A filter specifying which log entries to copy. The filter must be no more than 20k characters. An empty filter matches all log entries.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. Log bucket from which to copy log entries.
For example:
"projects/my-project/locations/global/buckets/my-source-bucket"
Property Value | |
---|---|
Type | Description |
string |