Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UpdateDataStoreRequest.
Request message for DataStoreService.UpdateDataStore method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_store
def data_store() -> ::Google::Cloud::DiscoveryEngine::V1beta::DataStore
-
(::Google::Cloud::DiscoveryEngine::V1beta::DataStore) — 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.
#data_store=
def data_store=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::DataStore
-
value (::Google::Cloud::DiscoveryEngine::V1beta::DataStore) — 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.
-
(::Google::Cloud::DiscoveryEngine::V1beta::DataStore) — 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.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::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.
-
(::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.