Class GoogleCloudDatacatalogV1SearchCatalogRequestScope
The criteria that select the subspace used for query matching.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1SearchCatalogRequestScope : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeGcpPublicDatasets
If true
, include Google Cloud public datasets in search results. By default, they are excluded. See
Google Cloud Public Datasets for more information.
Declaration
[JsonProperty("includeGcpPublicDatasets")]
public virtual bool? IncludeGcpPublicDatasets { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeOrgIds
The list of organization IDs to search within. To find your organization ID, follow the steps from [Creating and managing organizations] (/resource-manager/docs/creating-managing-organization).
Declaration
[JsonProperty("includeOrgIds")]
public virtual IList<string> IncludeOrgIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IncludeProjectIds
The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see Projects.
Declaration
[JsonProperty("includeProjectIds")]
public virtual IList<string> IncludeProjectIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IncludePublicTagTemplates
Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.
Declaration
[JsonProperty("includePublicTagTemplates")]
public virtual bool? IncludePublicTagTemplates { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RestrictedLocations
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.
Declaration
[JsonProperty("restrictedLocations")]
public virtual IList<string> RestrictedLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
StarredOnly
Optional. If true
, search only among starred entries. By default, all results are returned, starred or
not.
Declaration
[JsonProperty("starredOnly")]
public virtual bool? StarredOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |