UpdateDataSourceRequest

UpdateDataSourceRequest

Request message for the UpdateDataSource method.

Fields
data_source

DataSource

Required. The data source resource to update.

update_mask

FieldMask

Required. The list of data source fields to be updated.

Fields specified in the update mask without a value specified in the body will be deleted from the data source.

Providing special "*" value for full data source replacement is not supported.

For example, If you insert updateMask=displayName in the request, it will only update the displayName leaving all other fields untouched.