public sealed class UpdateDataProductRequest : IMessage<UpdateDataProductRequest>, IEquatable<UpdateDataProductRequest>, IDeepCloneable<UpdateDataProductRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class UpdateDataProductRequest.
Request message for updating a data product.
Implements
IMessageUpdateDataProductRequest, IEquatableUpdateDataProductRequest, IDeepCloneableUpdateDataProductRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
UpdateDataProductRequest()
public UpdateDataProductRequest()UpdateDataProductRequest(UpdateDataProductRequest)
public UpdateDataProductRequest(UpdateDataProductRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDataProductRequest |
Properties
DataProduct
public DataProduct DataProduct { get; set; }Required. The data product to update.
The data product's name field is used to identify the data product to
update.
| Property Value | |
|---|---|
| Type | Description |
DataProduct |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|
ValidateOnly
public bool ValidateOnly { get; set; }Optional. Validates the request without actually updating the data product. Default: false.
| Property Value | |
|---|---|
| Type | Description |
bool |
|