Class: Google::Cloud::DataCatalog::V1::SearchCatalogRequest::Scope
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::SearchCatalogRequest::Scope
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
The criteria that select the subspace used for query matching.
Instance Attribute Summary collapse
-
#include_gcp_public_datasets ⇒ ::Boolean
If
true
, include Google Cloud public datasets in search results. -
#include_org_ids ⇒ ::Array<::String>
The list of organization IDs to search within.
-
#include_project_ids ⇒ ::Array<::String>
The list of project IDs to search within.
-
#include_public_tag_templates ⇒ ::Boolean
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#restricted_locations ⇒ ::Array<::String>
Optional.
-
#starred_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#include_gcp_public_datasets ⇒ ::Boolean
Returns If true
, include Google Cloud public datasets in
search results. By default, they are excluded.
See Google Cloud Public Datasets for more information.
136 137 138 139 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 136 class Scope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_org_ids ⇒ ::Array<::String>
Returns The list of organization IDs to search within.
To find your organization ID, follow the steps from Creating and managing organizations.
136 137 138 139 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 136 class Scope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_project_ids ⇒ ::Array<::String>
Returns The list of project IDs to search within.
For more information on the distinction between project names, IDs, and numbers, see Projects.
136 137 138 139 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 136 class Scope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_public_tag_templates ⇒ ::Boolean
This field is deprecated and may be removed in the next major version update.
Returns Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.
136 137 138 139 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 136 class Scope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#restricted_locations ⇒ ::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.
136 137 138 139 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 136 class Scope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#starred_only ⇒ ::Boolean
Returns Optional. If true
, search only among starred entries.
By default, all results are returned, starred or not.
136 137 138 139 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 136 class Scope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |