Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class Scope.
The criteria that select the subspace used for query matching.
Generated from protobuf message google.cloud.datacatalog.v1.SearchCatalogRequest.Scope
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ include_org_ids
array
The list of organization IDs to search within. To find your organization ID, follow the steps from Creating and managing organizations .
↳ include_project_ids
array
The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see Projects .
↳ include_gcp_public_datasets
bool
If true
, include Google Cloud public datasets in search results. By default, they are excluded. See Google Cloud Public Datasets
for more information.
↳ restricted_locations
array
Optional. The list of locations to search within. If empty, all locations are searched. Returns an error if any location in the list isn't one of the Supported regions
. If a location is unreachable, its name is returned in the SearchCatalogResponse.unreachable
field. To get additional information on the error, repeat the search request and set the location name as the value of this parameter.
↳ starred_only
bool
Optional. If true
, search only among starred entries. By default, all results are returned, starred or not.
↳ include_public_tag_templates
bool
Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.
getIncludeOrgIds
The list of organization IDs to search within.
To find your organization ID, follow the steps from Creating and managing organizations .
setIncludeOrgIds
The list of organization IDs to search within.
To find your organization ID, follow the steps from Creating and managing organizations .
var
string[]
$this
getIncludeProjectIds
The list of project IDs to search within.
For more information on the distinction between project names, IDs, and numbers, see Projects .
setIncludeProjectIds
The list of project IDs to search within.
For more information on the distinction between project names, IDs, and numbers, see Projects .
var
string[]
$this
getIncludeGcpPublicDatasets
If true
, include Google Cloud public datasets in
search results. By default, they are excluded.
See Google Cloud Public Datasets for more information.
bool
setIncludeGcpPublicDatasets
If true
, include Google Cloud public datasets in
search results. By default, they are excluded.
See Google Cloud Public Datasets for more information.
var
bool
$this
getRestrictedLocations
Optional. The list of locations to search within. If empty, all locations are searched.
Returns an error if any location in the list isn't one of the Supported
regions
.
If a location is unreachable, its name is returned in the SearchCatalogResponse.unreachable
field. To get additional information
on the error, repeat the search request and set the location name as the
value of this parameter.
setRestrictedLocations
Optional. The list of locations to search within. If empty, all locations are searched.
Returns an error if any location in the list isn't one of the Supported
regions
.
If a location is unreachable, its name is returned in the SearchCatalogResponse.unreachable
field. To get additional information
on the error, repeat the search request and set the location name as the
value of this parameter.
var
string[]
$this
getStarredOnly
Optional. If true
, search only among starred entries.
By default, all results are returned, starred or not.
bool
setStarredOnly
Optional. If true
, search only among starred entries.
By default, all results are returned, starred or not.
var
bool
$this
getIncludePublicTagTemplates
Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.
bool
setIncludePublicTagTemplates
Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.
var
bool
$this