public static interface SearchCatalogRequest.ScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIncludeGcpPublicDatasets()
If `true`, include Google Cloud Platform (GCP) public datasets in
search results.
|
String |
getIncludeOrgIds(int index)
The list of organization IDs to search within.
|
com.google.protobuf.ByteString |
getIncludeOrgIdsBytes(int index)
The list of organization IDs to search within.
|
int |
getIncludeOrgIdsCount()
The list of organization IDs to search within.
|
List<String> |
getIncludeOrgIdsList()
The list of organization IDs to search within.
|
String |
getIncludeProjectIds(int index)
The list of project IDs to search within.
|
com.google.protobuf.ByteString |
getIncludeProjectIdsBytes(int index)
The list of project IDs to search within.
|
int |
getIncludeProjectIdsCount()
The list of project IDs to search within.
|
List<String> |
getIncludeProjectIdsList()
The list of project IDs to search within.
|
boolean |
getIncludePublicTagTemplates()
Optional.
|
String |
getRestrictedLocations(int index)
Optional.
|
com.google.protobuf.ByteString |
getRestrictedLocationsBytes(int index)
Optional.
|
int |
getRestrictedLocationsCount()
Optional.
|
List<String> |
getRestrictedLocationsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getIncludeOrgIdsList()
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).
repeated string include_org_ids = 2;int getIncludeOrgIdsCount()
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).
repeated string include_org_ids = 2;String getIncludeOrgIds(int index)
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).
repeated string include_org_ids = 2;index - The index of the element to return.com.google.protobuf.ByteString getIncludeOrgIdsBytes(int index)
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).
repeated string include_org_ids = 2;index - The index of the value to return.List<String> getIncludeProjectIdsList()
The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see [Projects](/docs/overview/#projects).
repeated string include_project_ids = 3;int getIncludeProjectIdsCount()
The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see [Projects](/docs/overview/#projects).
repeated string include_project_ids = 3;String getIncludeProjectIds(int index)
The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see [Projects](/docs/overview/#projects).
repeated string include_project_ids = 3;index - The index of the element to return.com.google.protobuf.ByteString getIncludeProjectIdsBytes(int index)
The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see [Projects](/docs/overview/#projects).
repeated string include_project_ids = 3;index - The index of the value to return.boolean getIncludeGcpPublicDatasets()
If `true`, include Google Cloud Platform (GCP) public datasets in search results. By default, they are excluded. See [Google Cloud Public Datasets](/public-datasets) for more information.
bool include_gcp_public_datasets = 7;List<String> getRestrictedLocationsList()
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](https://cloud.google.com/data-catalog/docs/concepts/regions#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.
repeated string restricted_locations = 16 [(.google.api.field_behavior) = OPTIONAL];
int getRestrictedLocationsCount()
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](https://cloud.google.com/data-catalog/docs/concepts/regions#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.
repeated string restricted_locations = 16 [(.google.api.field_behavior) = OPTIONAL];
String getRestrictedLocations(int index)
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](https://cloud.google.com/data-catalog/docs/concepts/regions#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.
repeated string restricted_locations = 16 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.com.google.protobuf.ByteString getRestrictedLocationsBytes(int index)
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](https://cloud.google.com/data-catalog/docs/concepts/regions#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.
repeated string restricted_locations = 16 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.boolean getIncludePublicTagTemplates()
Optional. If `true`, include [public tag templates][google.cloud.datacatalog.v1.TagTemplate.is_publicly_readable] in the search results. By default, they are included only if you have explicit permissions on them to view them. For example, if you are the owner. Other scope fields, for example, ``include_org_ids``, still restrict the returned public tag templates and at least one of them is required.
bool include_public_tag_templates = 19 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.