Class GetViewRequest (4.0.0)

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

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:

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

Property Value
TypeDescription
String