Google Cloud Logging v2 API - Class CopyLogEntriesRequest (4.3.0)

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.

Inheritance

object > CopyLogEntriesRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

CopyLogEntriesRequest()

public CopyLogEntriesRequest()

CopyLogEntriesRequest(CopyLogEntriesRequest)

public CopyLogEntriesRequest(CopyLogEntriesRequest other)
Parameter
NameDescription
otherCopyLogEntriesRequest

Properties

Destination

public string Destination { get; set; }

Required. Destination to which to copy log entries.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string