Google Cloud Logging v2 API - Class DeleteViewRequest (4.3.0)

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

Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteViewRequest.

The parameters to DeleteView.

Inheritance

object > DeleteViewRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

DeleteViewRequest()

public DeleteViewRequest()

DeleteViewRequest(DeleteViewRequest)

public DeleteViewRequest(DeleteViewRequest other)
Parameter
NameDescription
otherDeleteViewRequest

Properties

LogViewName

public LogViewName LogViewName { get; set; }

LogViewName-typed view over the Name resource name property.

Property Value
TypeDescription
LogViewName

Name

public string Name { get; set; }

Required. The full resource name of the view to delete:

"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"

For example:

"projects/my-project/locations/global/buckets/my-bucket/views/my-view"

Property Value
TypeDescription
string