Class GoogleCloudDatacatalogV1beta1SearchCatalogResponse
Response message for SearchCatalog.
Implements
Inherited Members
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> |