Module: Google::Cloud::DiscoveryEngine::V1::TargetSite::Type

Defined in:
proto_docs/google/cloud/discoveryengine/v1/site_search_engine.rb

Overview

Possible target site types.

Constant Summary collapse

TYPE_UNSPECIFIED =

This value is unused. In this case, server behavior defaults to Type.INCLUDE.

0
INCLUDE =

Include the target site.

1
EXCLUDE =

Exclude the target site.

2