Class CreateViewRequest (4.0.0)

public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessage

The parameters to CreateView.

Inheritance

Object > CreateViewRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

CreateViewRequest()

public CreateViewRequest()

CreateViewRequest(CreateViewRequest)

public CreateViewRequest(CreateViewRequest other)
Parameter
NameDescription
otherCreateViewRequest

Properties

Parent

public string Parent { get; set; }

Required. The bucket in which to create the view

&quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot;

For example:

&quot;projects/my-project/locations/global/buckets/my-bucket&quot;

Property Value
TypeDescription
String

View

public LogView View { get; set; }

Required. The new view.

Property Value
TypeDescription
LogView

ViewId

public string ViewId { get; set; }

Required. The id to use for this view.

Property Value
TypeDescription
String