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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEARCH_RESULT_TYPE_UNSPECIFIED
Value: 0
Default unknown type.
Generated from protobuf enum SEARCH_RESULT_TYPE_UNSPECIFIED = 0;
ENTRY
Value: 1
An Entry.
Generated from protobuf enum ENTRY = 1;
TAG_TEMPLATE
Value: 2
A TagTemplate.
Generated from protobuf enum TAG_TEMPLATE = 2;
ENTRY_GROUP
Value: 3
An EntryGroup.
Generated from protobuf enum ENTRY_GROUP = 3;