Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1beta1SearchCatalogResult

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

Inheritance
object
GoogleCloudDatacatalogV1beta1SearchCatalogResult
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.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1SearchCatalogResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LinkedResource

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

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

Last-modified timestamp of the entry from the managing system.

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

RelativeResourceName

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}

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

SearchResultSubtype

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.

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

SearchResultType

Type of the search result. This field can be used 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX