Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UpdateAssistantRequest.
Request message for the AssistantService.UpdateAssistant method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assistant
def assistant() -> ::Google::Cloud::DiscoveryEngine::V1beta::Assistant-
(::Google::Cloud::DiscoveryEngine::V1beta::Assistant) — Required. The Assistant to
update.
The Assistant's
namefield is used to identify the Assistant to update. Format:projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}If the caller does not have permission to update the Assistant, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the Assistant to update does not exist, a NOT_FOUND error is returned.
#assistant=
def assistant=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Assistant-
value (::Google::Cloud::DiscoveryEngine::V1beta::Assistant) — Required. The Assistant to
update.
The Assistant's
namefield is used to identify the Assistant to update. Format:projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}If the caller does not have permission to update the Assistant, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the Assistant to update does not exist, a NOT_FOUND error is returned.
-
(::Google::Cloud::DiscoveryEngine::V1beta::Assistant) — Required. The Assistant to
update.
The Assistant's
namefield is used to identify the Assistant to update. Format:projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}If the caller does not have permission to update the Assistant, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the Assistant to update does not exist, a NOT_FOUND error is returned.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask- (::Google::Protobuf::FieldMask) — The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask- value (::Google::Protobuf::FieldMask) — The list of fields to update.
- (::Google::Protobuf::FieldMask) — The list of fields to update.