Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UpdateUserStoreRequest.
Request message for UserStoreService.UpdateUserStore method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#user_store
def user_store() -> ::Google::Cloud::DiscoveryEngine::V1beta::UserStore
Returns
-
(::Google::Cloud::DiscoveryEngine::V1beta::UserStore) — Required. The User Store to update.
Format:
projects/{project}/locations/{location}/userStores/{user_store_id}
#user_store=
def user_store=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::UserStore
Parameter
-
value (::Google::Cloud::DiscoveryEngine::V1beta::UserStore) — Required. The User Store to update.
Format:
projects/{project}/locations/{location}/userStores/{user_store_id}
Returns
-
(::Google::Cloud::DiscoveryEngine::V1beta::UserStore) — Required. The User Store to update.
Format:
projects/{project}/locations/{location}/userStores/{user_store_id}