GoogleCloudDatacatalogV1SearchCatalogRequestScope constructor

GoogleCloudDatacatalogV1SearchCatalogRequestScope({
  1. bool? includeGcpPublicDatasets,
  2. List<String>? includeOrgIds,
  3. List<String>? includeProjectIds,
  4. bool? includePublicTagTemplates,
  5. List<String>? restrictedLocations,
  6. bool? starredOnly,
})

Implementation

GoogleCloudDatacatalogV1SearchCatalogRequestScope({
  this.includeGcpPublicDatasets,
  this.includeOrgIds,
  this.includeProjectIds,
  this.includePublicTagTemplates,
  this.restrictedLocations,
  this.starredOnly,
});