public sealed class UpdateViewRequest : IMessage<UpdateViewRequest>, IEquatable<UpdateViewRequest>, IDeepCloneable<UpdateViewRequest>, IBufferMessage, IMessageThe parameters to UpdateView.
Inheritance
System.Object > UpdateViewRequestImplements
IMessage<UpdateViewRequest>, IEquatable<UpdateViewRequest>, IDeepCloneable<UpdateViewRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
UpdateViewRequest()
public UpdateViewRequest()UpdateViewRequest(UpdateViewRequest)
public UpdateViewRequest(UpdateViewRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | UpdateViewRequest | 
Properties
Name
public string Name { get; set; }Required. The full resource name of the view to update
"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 | |
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Field mask that specifies the fields in view that need
an update. A field will be overwritten if, and only if, it is
in the update mask. name and output only fields cannot be updated.
For a detailed FieldMask definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask
Example: updateMask=filter.
| Property Value | |
|---|---|
| Type | Description | 
| FieldMask | |
View
public LogView View { get; set; }Required. The updated view.
| Property Value | |
|---|---|
| Type | Description | 
| LogView | |