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 the
search results.
|
String |
getIncludeOrgIds(int index)
Data Catalog tries to automatically choose the right corpus of data to
search through.
|
com.google.protobuf.ByteString |
getIncludeOrgIdsBytes(int index)
Data Catalog tries to automatically choose the right corpus of data to
search through.
|
int |
getIncludeOrgIdsCount()
Data Catalog tries to automatically choose the right corpus of data to
search through.
|
List<String> |
getIncludeOrgIdsList()
Data Catalog tries to automatically choose the right corpus of data to
search through.
|
String |
getIncludeProjectIds(int index)
List of project IDs to search within.
|
com.google.protobuf.ByteString |
getIncludeProjectIdsBytes(int index)
List of project IDs to search within.
|
int |
getIncludeProjectIdsCount()
List of project IDs to search within.
|
List<String> |
getIncludeProjectIdsList()
List of project IDs to search within.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getIncludeOrgIdsList()
Data Catalog tries to automatically choose the right corpus of data to search through. You can ensure an organization is included by adding it to "include_org_ids". You can ensure a project's org is included with "include_project_ids". You must specify at least one organization using "include_org_ids" or "include_project_ids" in all search requests. List of organization IDs to search within. To find your organization ID, follow instructions in https://cloud.google.com/resource-manager/docs/creating-managing-organization
repeated string include_org_ids = 2;int getIncludeOrgIdsCount()
Data Catalog tries to automatically choose the right corpus of data to search through. You can ensure an organization is included by adding it to "include_org_ids". You can ensure a project's org is included with "include_project_ids". You must specify at least one organization using "include_org_ids" or "include_project_ids" in all search requests. List of organization IDs to search within. To find your organization ID, follow instructions in https://cloud.google.com/resource-manager/docs/creating-managing-organization
repeated string include_org_ids = 2;String getIncludeOrgIds(int index)
Data Catalog tries to automatically choose the right corpus of data to search through. You can ensure an organization is included by adding it to "include_org_ids". You can ensure a project's org is included with "include_project_ids". You must specify at least one organization using "include_org_ids" or "include_project_ids" in all search requests. List of organization IDs to search within. To find your organization ID, follow instructions in https://cloud.google.com/resource-manager/docs/creating-managing-organization
repeated string include_org_ids = 2;com.google.protobuf.ByteString getIncludeOrgIdsBytes(int index)
Data Catalog tries to automatically choose the right corpus of data to search through. You can ensure an organization is included by adding it to "include_org_ids". You can ensure a project's org is included with "include_project_ids". You must specify at least one organization using "include_org_ids" or "include_project_ids" in all search requests. List of organization IDs to search within. To find your organization ID, follow instructions in https://cloud.google.com/resource-manager/docs/creating-managing-organization
repeated string include_org_ids = 2;List<String> getIncludeProjectIdsList()
List of project IDs to search within. To learn more about the distinction between project names/IDs/numbers, go to https://cloud.google.com/docs/overview/#projects
repeated string include_project_ids = 3;int getIncludeProjectIdsCount()
List of project IDs to search within. To learn more about the distinction between project names/IDs/numbers, go to https://cloud.google.com/docs/overview/#projects
repeated string include_project_ids = 3;String getIncludeProjectIds(int index)
List of project IDs to search within. To learn more about the distinction between project names/IDs/numbers, go to https://cloud.google.com/docs/overview/#projects
repeated string include_project_ids = 3;com.google.protobuf.ByteString getIncludeProjectIdsBytes(int index)
List of project IDs to search within. To learn more about the distinction between project names/IDs/numbers, go to https://cloud.google.com/docs/overview/#projects
repeated string include_project_ids = 3;boolean getIncludeGcpPublicDatasets()
If true, include Google Cloud Platform (GCP) public datasets in the search results. Info on GCP public datasets is available at https://cloud.google.com/public-datasets/. By default, GCP public datasets are excluded.
bool include_gcp_public_datasets = 7;Copyright © 2019 Google LLC. All rights reserved.