Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::UpdateAssistantRequest (v0.28.0)

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
Returns
  • (::Google::Cloud::DiscoveryEngine::V1beta::Assistant) — Required. The Assistant to update.

    The Assistant's name field 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
Parameter
  • value (::Google::Cloud::DiscoveryEngine::V1beta::Assistant) — Required. The Assistant to update.

    The Assistant's name field 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.

Returns
  • (::Google::Cloud::DiscoveryEngine::V1beta::Assistant) — Required. The Assistant to update.

    The Assistant's name field 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
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns