Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1beta1SearchCatalogResponse

Response message for SearchCatalog.

Inheritance
object
GoogleCloudDatacatalogV1beta1SearchCatalogResponse
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 GoogleCloudDatacatalogV1beta1SearchCatalogResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

The token that can be used to retrieve the next page of results.

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

Results

Search results.

Declaration
[JsonProperty("results")]
public virtual IList<GoogleCloudDatacatalogV1beta1SearchCatalogResult> Results { get; set; }
Property Value
Type Description
IList<GoogleCloudDatacatalogV1beta1SearchCatalogResult>

TotalSize

The approximate total number of entries matched by the query.

Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type Description
int?

Unreachable

Unreachable locations. Search result does not include data from those locations. Users can get additional information on the error by repeating the search request with a more restrictive parameter -- setting the value for SearchDataCatalogRequest.scope.restricted_locations.

Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX