public interface UpdateDataProductRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataProduct()
public abstract DataProduct getDataProduct() Required. The data product to update.
The data product's name field is used to identify the data product to
update.
.google.cloud.dataplex.v1.DataProduct data_product = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataProduct |
The dataProduct. |
getDataProductOrBuilder()
public abstract DataProductOrBuilder getDataProductOrBuilder() Required. The data product to update.
The data product's name field is used to identify the data product to
update.
.google.cloud.dataplex.v1.DataProduct data_product = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataProductOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getValidateOnly()
public abstract boolean getValidateOnly()Optional. Validates the request without actually updating the data product. Default: false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasDataProduct()
public abstract boolean hasDataProduct() Required. The data product to update.
The data product's name field is used to identify the data product to
update.
.google.cloud.dataplex.v1.DataProduct data_product = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataProduct field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |