public sealed class UpdateMaterializedViewRequest : IMessage<UpdateMaterializedViewRequest>, IEquatable<UpdateMaterializedViewRequest>, IDeepCloneable<UpdateMaterializedViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateMaterializedViewRequest.
Request message for BigtableInstanceAdmin.UpdateMaterializedView.
Implements
IMessageUpdateMaterializedViewRequest, IEquatableUpdateMaterializedViewRequest, IDeepCloneableUpdateMaterializedViewRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
UpdateMaterializedViewRequest()
public UpdateMaterializedViewRequest()
UpdateMaterializedViewRequest(UpdateMaterializedViewRequest)
public UpdateMaterializedViewRequest(UpdateMaterializedViewRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateMaterializedViewRequest |
Properties
MaterializedView
public MaterializedView MaterializedView { get; set; }
Required. The materialized view to update.
The materialized view's name
field is used to identify the view to
update. Format:
projects/{project}/instances/{instance}/materializedViews/{materialized_view}
.
Property Value | |
---|---|
Type | Description |
MaterializedView |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The list of fields to update.
Property Value | |
---|---|
Type | Description |
FieldMask |