public sealed class LogView : IMessage<LogView>, IEquatable<LogView>, IDeepCloneable<LogView>, IBufferMessage, IMessage
Describes a view over logs in a bucket.
Implements
IMessage<LogView>, IEquatable<LogView>, IDeepCloneable<LogView>, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
LogView()
public LogView()
LogView(LogView)
public LogView(LogView other)
Parameter | |
---|---|
Name | Description |
other | LogView |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The creation timestamp of the view.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Describes this view.
Property Value | |
---|---|
Type | Description |
String |
Filter
public string Filter { get; set; }
Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
Property Value | |
---|---|
Type | Description |
String |
LogViewName
public LogViewName LogViewName { get; set; }
LogViewName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
LogViewName |
Name
public string Name { get; set; }
The resource name of the view. For example "projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
Property Value | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The last update timestamp of the view.
Property Value | |
---|---|
Type | Description |
Timestamp |