public sealed class GetViewRequest : IMessage<GetViewRequest>, IEquatable<GetViewRequest>, IDeepCloneable<GetViewRequest>, IBufferMessage, IMessage
The parameters to GetView
.
Inheritance
System.Object > GetViewRequestImplements
IMessage<GetViewRequest>, IEquatable<GetViewRequest>, IDeepCloneable<GetViewRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
GetViewRequest()
public GetViewRequest()
GetViewRequest(GetViewRequest)
public GetViewRequest(GetViewRequest other)
Parameter | |
---|---|
Name | Description |
other | GetViewRequest |
Properties
LogViewName
public LogViewName LogViewName { get; set; }
LogViewName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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]"
Example:
"projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view-id"
.
Property Value | |
---|---|
Type | Description |
String |