Class: Google::Cloud::DiscoveryEngine::V1::UpdateDataStoreRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb

Overview

Request message for DataStoreService.UpdateDataStore method.

Instance Attribute Summary collapse

Instance Attribute Details

#data_store::Google::Cloud::DiscoveryEngine::V1::DataStore

Returns 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.

Returns:



191
192
193
194
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb', line 191

class UpdateDataStoreRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Indicates which fields in the provided DataStore to update.

If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

Returns:



191
192
193
194
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb', line 191

class UpdateDataStoreRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end