Enum Engine.MarketplaceAgentVisibility (0.90.0)

public enum Engine.MarketplaceAgentVisibility extends Enum<Engine.MarketplaceAgentVisibility> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.discoveryengine.v1beta.Engine.MarketplaceAgentVisibility

Implements

ProtocolMessageEnum

Static Fields

Name Description
MARKETPLACE_AGENT_VISIBILITY_UNSPECIFIED

Defaults to MARKETPLACE_AGENT_VISIBILITY_UNSPECIFIED.

MARKETPLACE_AGENT_VISIBILITY_UNSPECIFIED = 0;

MARKETPLACE_AGENT_VISIBILITY_UNSPECIFIED_VALUE

Defaults to MARKETPLACE_AGENT_VISIBILITY_UNSPECIFIED.

MARKETPLACE_AGENT_VISIBILITY_UNSPECIFIED = 0;

SHOW_AGENTS_ALREADY_INTEGRATED

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.

SHOW_AGENTS_ALREADY_INTEGRATED = 2;

SHOW_AGENTS_ALREADY_INTEGRATED_VALUE

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.

SHOW_AGENTS_ALREADY_INTEGRATED = 2;

SHOW_AGENTS_ALREADY_PURCHASED

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.

SHOW_AGENTS_ALREADY_PURCHASED = 3;

SHOW_AGENTS_ALREADY_PURCHASED_VALUE

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.

SHOW_AGENTS_ALREADY_PURCHASED = 3;

SHOW_ALL_AGENTS

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

SHOW_ALL_AGENTS = 4;

SHOW_ALL_AGENTS_VALUE

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

SHOW_ALL_AGENTS = 4;

SHOW_AVAILABLE_AGENTS_ONLY

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

SHOW_AVAILABLE_AGENTS_ONLY = 1;

SHOW_AVAILABLE_AGENTS_ONLY_VALUE

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

SHOW_AVAILABLE_AGENTS_ONLY = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()