Google Cloud Logging v2 API - Class GetViewRequest (4.2.0)

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

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

The parameters to GetView.

Inheritance

object > GetViewRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

GetViewRequest()

public GetViewRequest()

GetViewRequest(GetViewRequest)

public GetViewRequest(GetViewRequest other)
Parameter
NameDescription
otherGetViewRequest

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 resource name of the policy:

"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