Class GoogleCloudDatacatalogV1SearchCatalogResponse
Response message for SearchCatalog.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1SearchCatalogResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Pagination token that can be used in subsequent calls 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<GoogleCloudDatacatalogV1SearchCatalogResult> Results { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1SearchCatalogResult> |
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 results don't include data from those locations. To get additional information
on an error, repeat the search request and restrict it to specific locations by setting the
SearchCatalogRequest.scope.restricted_locations
parameter.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |