Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class SearchResultType.
The resource types that can be returned in search results.
Protobuf type google.cloud.datacatalog.v1.SearchResultType
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SEARCH_RESULT_TYPE_UNSPECIFIED
Value: 0Default unknown type.
Generated from protobuf enum SEARCH_RESULT_TYPE_UNSPECIFIED = 0;
ENTRY
Value: 1An Entry.
Generated from protobuf enum ENTRY = 1;
TAG_TEMPLATE
Value: 2A TagTemplate.
Generated from protobuf enum TAG_TEMPLATE = 2;
ENTRY_GROUP
Value: 3An EntryGroup.
Generated from protobuf enum ENTRY_GROUP = 3;