GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResponse (google_api_data_catalog v0.32.2)
View SourceResponse message for SearchCatalog.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - The token that can be used to retrieve the next page of results. -
results
(type:list(GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResult.t)
, default:nil
) - Search results. -
totalSize
(type:integer()
, default:nil
) - The approximate total number of entries matched by the query. -
unreachable
(type:list(String.t)
, default:nil
) - 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 forSearchDataCatalogRequest.scope.restricted_locations
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResponse{ nextPageToken: String.t() | nil, results: [ GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResult.t() ] | nil, totalSize: integer() | nil, unreachable: [String.t()] | nil }