Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::SearchCatalogResult (v0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::SearchCatalogResult.

A result that appears in the response of a search request. Each result captures details of one entry that matches the search.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#linked_resource

def linked_resource() -> ::String
Returns
  • (::String) —

    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

#linked_resource=

def linked_resource=(value) -> ::String
Parameter
  • value (::String) —

    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
Returns
  • (::String) —

    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

#modify_time

def modify_time() -> ::Google::Protobuf::Timestamp
Returns

#modify_time=

def modify_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#relative_resource_name

def relative_resource_name() -> ::String
Returns
  • (::String) —

    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}

#relative_resource_name=

def relative_resource_name=(value) -> ::String
Parameter
  • value (::String) —

    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}
Returns
  • (::String) —

    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}

#search_result_subtype

def search_result_subtype() -> ::String
Returns
  • (::String) — 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.

#search_result_subtype=

def search_result_subtype=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#search_result_type

def search_result_type() -> ::Google::Cloud::DataCatalog::V1beta1::SearchResultType
Returns

#search_result_type=

def search_result_type=(value) -> ::Google::Cloud::DataCatalog::V1beta1::SearchResultType
Parameter
Returns