Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Type.
Possible target site types.
Protobuf type google.cloud.discoveryengine.v1.TargetSite.Type
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ TargetSiteMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
This value is unused. In this case, server behavior defaults to Type.INCLUDE.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
PBINCLUDE
Value: 1
Include the target site.
Generated from protobuf enum INCLUDE = 1;
EXCLUDE
Value: 2
Exclude the target site.
Generated from protobuf enum EXCLUDE = 2;