Discovery Engine v1beta API - Enum Engine.Types.MarketplaceAgentVisibility (1.0.0-beta24)

public enum Engine.Types.MarketplaceAgentVisibility

Reference documentation and code samples for the Discovery Engine v1beta API enum Engine.Types.MarketplaceAgentVisibility.

Represents which marketplace agents are visible to any users in agent gallery.

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Fields

Name Description
ShowAgentsAlreadyIntegrated

Show marketplace agents that the user does not yet have access to but are integrated into the engine. This level also includes all agents visible with SHOW_AVAILABLE_AGENTS_ONLY.

ShowAgentsAlreadyPurchased

Show all agents visible with SHOW_AGENTS_ALREADY_INTEGRATED, plus agents that have already been purchased by the project/organization, even if they are not currently integrated into the engine.

ShowAllAgents

All agents in the marketplace are visible, regardless of access or purchase status. This level encompasses all agents shown in the previous levels.

ShowAvailableAgentsOnly

Only agents that are currently available for use by the user are visible.

Unspecified

Defaults to MARKETPLACE_AGENT_VISIBILITY_UNSPECIFIED.