Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1SearchCatalogResult

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

Inheritance
object
GoogleCloudDatacatalogV1SearchCatalogResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1SearchCatalogResult : IDirectResponseSchema

Properties

Description

Entry description that can consist of several sentences or paragraphs that describe entry contents.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

The display name of the result.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FullyQualifiedName

Fully qualified name (FQN) of the resource. FQNs take two forms: * For non-regionalized resources: {SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} * For regionalized resources: {SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} Example for a DPMS table: dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID

Declaration
[JsonProperty("fullyQualifiedName")]
public virtual string FullyQualifiedName { get; set; }
Property Value
Type Description
string

IntegratedSystem

Output only. The source system that Data Catalog automatically integrates with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.

Declaration
[JsonProperty("integratedSystem")]
public virtual string IntegratedSystem { get; set; }
Property Value
Type Description
string

LinkedResource

The full name of the Google Cloud resource the entry belongs to. For more information, see [Full Resource Name] (/apis/design/resource_names#full_resource_name). Example: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

Declaration
[JsonProperty("linkedResource")]
public virtual string LinkedResource { get; set; }
Property Value
Type Description
string

ModifyTime

object representation of ModifyTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ModifyTimeDateTimeOffset instead.")]
public virtual object ModifyTime { get; set; }
Property Value
Type Description
object

ModifyTimeDateTimeOffset

DateTimeOffset representation of ModifyTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ModifyTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ModifyTimeRaw

The last modification timestamp of the entry in the source system.

Declaration
[JsonProperty("modifyTime")]
public virtual string ModifyTimeRaw { get; set; }
Property Value
Type Description
string

RelativeResourceName

The relative 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}

Declaration
[JsonProperty("relativeResourceName")]
public virtual string RelativeResourceName { get; set; }
Property Value
Type Description
string

SearchResultSubtype

Sub-type of the search result. A dot-delimited full type of the resource. The same type you specify in the type search predicate. Examples: entry.table, entry.dataStream, tagTemplate.

Declaration
[JsonProperty("searchResultSubtype")]
public virtual string SearchResultSubtype { get; set; }
Property Value
Type Description
string

SearchResultType

Type of the search result. You can use this field to determine which get method to call to fetch the full resource.

Declaration
[JsonProperty("searchResultType")]
public virtual string SearchResultType { get; set; }
Property Value
Type Description
string

UserSpecifiedSystem

Custom source system that you can manually integrate Data Catalog with.

Declaration
[JsonProperty("userSpecifiedSystem")]
public virtual string UserSpecifiedSystem { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX