Class: Google::Cloud::DataCatalog::V1::SearchCatalogResult
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::SearchCatalogResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/search.rb
Overview
A result that appears in the response of a search request. Each result captures details of one entry that matches the search.
Instance Attribute Summary collapse
-
#integrated_system ⇒ ::Google::Cloud::DataCatalog::V1::IntegratedSystem
readonly
Output only.
-
#linked_resource ⇒ ::String
The full name of the cloud resource the entry belongs to.
-
#relative_resource_name ⇒ ::String
The relative resource name of the resource in URL format.
-
#search_result_subtype ⇒ ::String
Sub-type of the search result.
-
#search_result_type ⇒ ::Google::Cloud::DataCatalog::V1::SearchResultType
Type of the search result.
-
#user_specified_system ⇒ ::String
This field indicates the entry's source system that Data Catalog does not integrate with.
Instance Attribute Details
#integrated_system ⇒ ::Google::Cloud::DataCatalog::V1::IntegratedSystem (readonly)
Returns Output only. This field indicates the entry's source system that Data Catalog integrates with, such as BigQuery or Cloud Pub/Sub.
58 59 60 61 |
# File 'proto_docs/google/cloud/datacatalog/v1/search.rb', line 58 class SearchCatalogResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#linked_resource ⇒ ::String
Returns The full name of the cloud resource the entry belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name. Example:
//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
.
58 59 60 61 |
# File 'proto_docs/google/cloud/datacatalog/v1/search.rb', line 58 class SearchCatalogResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relative_resource_name ⇒ ::String
Returns The relative resource name of the resource in URL format. Examples:
projects/{project_id}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
projects/{project_id}/tagTemplates/{tag_template_id}
.
58 59 60 61 |
# File 'proto_docs/google/cloud/datacatalog/v1/search.rb', line 58 class SearchCatalogResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_result_subtype ⇒ ::String
Returns Sub-type of the search result. This is a dot-delimited description of the
resource's full type, and is the same as the value callers would provide in
the "type" search facet. Examples: entry.table
, entry.dataStream
,
tagTemplate
.
58 59 60 61 |
# File 'proto_docs/google/cloud/datacatalog/v1/search.rb', line 58 class SearchCatalogResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_result_type ⇒ ::Google::Cloud::DataCatalog::V1::SearchResultType
Returns Type of the search result. This field can be used to determine which Get method to call to fetch the full resource.
58 59 60 61 |
# File 'proto_docs/google/cloud/datacatalog/v1/search.rb', line 58 class SearchCatalogResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_specified_system ⇒ ::String
Returns This field indicates the entry's source system that Data Catalog does not integrate with.
58 59 60 61 |
# File 'proto_docs/google/cloud/datacatalog/v1/search.rb', line 58 class SearchCatalogResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |