Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class UpdateDataStoreRequest.
Request message for DataStoreService.UpdateDataStore method.
Generated from protobuf message google.cloud.discoveryengine.v1.UpdateDataStoreRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_store
↳ update_mask
Google\Protobuf\FieldMask
Indicates which fields in the provided DataStore to update. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
getDataStore
Required. The DataStore to update.
If the caller does not have permission to update the DataStore , regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the DataStore to update does not exist, a NOT_FOUND error is returned.
hasDataStore
clearDataStore
setDataStore
Required. The DataStore to update.
If the caller does not have permission to update the DataStore , regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the DataStore to update does not exist, a NOT_FOUND error is returned.
$this
getUpdateMask
Indicates which fields in the provided DataStore to update.
If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
hasUpdateMask
clearUpdateMask
setUpdateMask
Indicates which fields in the provided DataStore to update.
If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
$this
static::build
dataStore
updateMask
Google\Protobuf\FieldMask
Indicates which fields in the provided DataStore to update.
If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.