Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::SearchCatalogRequest::Scope.
The criteria that select the subspace used for query matching.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#include_gcp_public_datasets
def include_gcp_public_datasets() -> ::Boolean
-
(::Boolean) — If
true
, include Google Cloud public datasets in search results. By default, they are excluded.See Google Cloud Public Datasets for more information.
#include_gcp_public_datasets=
def include_gcp_public_datasets=(value) -> ::Boolean
-
value (::Boolean) — If
true
, include Google Cloud public datasets in search results. By default, they are excluded.See Google Cloud Public Datasets for more information.
-
(::Boolean) — If
true
, include Google Cloud public datasets in search results. By default, they are excluded.See Google Cloud Public Datasets for more information.
#include_org_ids
def include_org_ids() -> ::Array<::String>
-
(::Array<::String>) — The list of organization IDs to search within.
To find your organization ID, follow the steps from Creating and managing organizations.
#include_org_ids=
def include_org_ids=(value) -> ::Array<::String>
-
value (::Array<::String>) — The list of organization IDs to search within.
To find your organization ID, follow the steps from Creating and managing organizations.
-
(::Array<::String>) — The list of organization IDs to search within.
To find your organization ID, follow the steps from Creating and managing organizations.
#include_project_ids
def include_project_ids() -> ::Array<::String>
-
(::Array<::String>) — The list of project IDs to search within.
For more information on the distinction between project names, IDs, and numbers, see Projects.
#include_project_ids=
def include_project_ids=(value) -> ::Array<::String>
-
value (::Array<::String>) — The list of project IDs to search within.
For more information on the distinction between project names, IDs, and numbers, see Projects.
-
(::Array<::String>) — The list of project IDs to search within.
For more information on the distinction between project names, IDs, and numbers, see Projects.
#include_public_tag_templates
def include_public_tag_templates() -> ::Boolean
- (::Boolean) — Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.
#include_public_tag_templates=
def include_public_tag_templates=(value) -> ::Boolean
- value (::Boolean) — Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.
- (::Boolean) — Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.
#restricted_locations
def restricted_locations() -> ::Array<::String>
-
(::Array<::String>) — 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.
#restricted_locations=
def restricted_locations=(value) -> ::Array<::String>
-
value (::Array<::String>) — 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.
-
(::Array<::String>) — 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
def starred_only() -> ::Boolean
-
(::Boolean) — Optional. If
true
, search only among starred entries.By default, all results are returned, starred or not.
#starred_only=
def starred_only=(value) -> ::Boolean
-
value (::Boolean) — Optional. If
true
, search only among starred entries.By default, all results are returned, starred or not.
-
(::Boolean) — Optional. If
true
, search only among starred entries.By default, all results are returned, starred or not.