public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessage
The parameters to CreateView
.
Implements
IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
CreateViewRequest()
public CreateViewRequest()
CreateViewRequest(CreateViewRequest)
public CreateViewRequest(CreateViewRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateViewRequest |
Properties
Parent
public string Parent { get; set; }
Required. The bucket in which to create the view
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
For example:
"projects/my-project/locations/global/buckets/my-bucket"
Property Value | |
---|---|
Type | Description |
String |
View
public LogView View { get; set; }
Required. The new view.
Property Value | |
---|---|
Type | Description |
LogView |
ViewId
public string ViewId { get; set; }
Required. The id to use for this view.
Property Value | |
---|---|
Type | Description |
String |