Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.datacatalog/v1.getEntry
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets an entry.
Using getEntry
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEntry(args: GetEntryArgs, opts?: InvokeOptions): Promise<GetEntryResult>
function getEntryOutput(args: GetEntryOutputArgs, opts?: InvokeOptions): Output<GetEntryResult>def get_entry(entry_group_id: Optional[str] = None,
              entry_id: Optional[str] = None,
              location: Optional[str] = None,
              project: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetEntryResult
def get_entry_output(entry_group_id: Optional[pulumi.Input[str]] = None,
              entry_id: Optional[pulumi.Input[str]] = None,
              location: Optional[pulumi.Input[str]] = None,
              project: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetEntryResult]func LookupEntry(ctx *Context, args *LookupEntryArgs, opts ...InvokeOption) (*LookupEntryResult, error)
func LookupEntryOutput(ctx *Context, args *LookupEntryOutputArgs, opts ...InvokeOption) LookupEntryResultOutput> Note: This function is named LookupEntry in the Go SDK.
public static class GetEntry 
{
    public static Task<GetEntryResult> InvokeAsync(GetEntryArgs args, InvokeOptions? opts = null)
    public static Output<GetEntryResult> Invoke(GetEntryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEntryResult> getEntry(GetEntryArgs args, InvokeOptions options)
public static Output<GetEntryResult> getEntry(GetEntryArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:datacatalog/v1:getEntry
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EntryGroup stringId 
- EntryId string
- Location string
- Project string
- EntryGroup stringId 
- EntryId string
- Location string
- Project string
- entryGroup StringId 
- entryId String
- location String
- project String
- entryGroup stringId 
- entryId string
- location string
- project string
- entry_group_ strid 
- entry_id str
- location str
- project str
- entryGroup StringId 
- entryId String
- location String
- project String
getEntry Result
The following output properties are available:
- BigqueryDate Pulumi.Sharded Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Big Query Date Sharded Spec Response 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- BigqueryTable Pulumi.Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- BusinessContext Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Business Context Response 
- Business Context of the entry. Not supported for BigQuery datasets
- CloudBigtable Pulumi.System Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Cloud Bigtable System Spec Response 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- DataSource Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Data Source Response 
- Physical location of the entry.
- DataSource Pulumi.Connection Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Data Source Connection Spec Response 
- Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTIONtype.
- DatabaseTable Pulumi.Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Database Table Spec Response 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- DatasetSpec Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Dataset Spec Response 
- Specification that applies to a dataset.
- Description string
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- DisplayName string
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- FilesetSpec Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Fileset Spec Response 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- FullyQualified stringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- GcsFileset Pulumi.Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Gcs Fileset Spec Response 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- IntegratedSystem string
- Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- Labels Dictionary<string, string>
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- LinkedResource string
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- LookerSystem Pulumi.Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Looker System Spec Response 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- ModelSpec Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Model Spec Response 
- Model specification.
- Name string
- The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
- PersonalDetails Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Personal Details Response 
- Additional information related to the entry. Private to the current user.
- RoutineSpec Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Routine Spec Response 
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- Schema
Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Schema Response 
- Schema of the entry. An entry might not have any schema attached to it.
- ServiceSpec Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Service Spec Response 
- Specification that applies to a Service resource.
- SourceSystem Pulumi.Timestamps Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1System Timestamps Response 
- Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- SqlDatabase Pulumi.System Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Sql Database System Spec Response 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- Type string
- The type of the entry. For details, see EntryType.
- UsageSignal Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Usage Signal Response 
- Resource usage statistics.
- UserSpecified stringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- UserSpecified stringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- BigqueryDate GoogleSharded Spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- BigqueryTable GoogleSpec Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- BusinessContext GoogleCloud Datacatalog V1Business Context Response 
- Business Context of the entry. Not supported for BigQuery datasets
- CloudBigtable GoogleSystem Spec Cloud Datacatalog V1Cloud Bigtable System Spec Response 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- DataSource GoogleCloud Datacatalog V1Data Source Response 
- Physical location of the entry.
- DataSource GoogleConnection Spec Cloud Datacatalog V1Data Source Connection Spec Response 
- Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTIONtype.
- DatabaseTable GoogleSpec Cloud Datacatalog V1Database Table Spec Response 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- DatasetSpec GoogleCloud Datacatalog V1Dataset Spec Response 
- Specification that applies to a dataset.
- Description string
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- DisplayName string
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- FilesetSpec GoogleCloud Datacatalog V1Fileset Spec Response 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- FullyQualified stringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- GcsFileset GoogleSpec Cloud Datacatalog V1Gcs Fileset Spec Response 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- IntegratedSystem string
- Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- Labels map[string]string
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- LinkedResource string
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- LookerSystem GoogleSpec Cloud Datacatalog V1Looker System Spec Response 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- ModelSpec GoogleCloud Datacatalog V1Model Spec Response 
- Model specification.
- Name string
- The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
- PersonalDetails GoogleCloud Datacatalog V1Personal Details Response 
- Additional information related to the entry. Private to the current user.
- RoutineSpec GoogleCloud Datacatalog V1Routine Spec Response 
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- Schema
GoogleCloud Datacatalog V1Schema Response 
- Schema of the entry. An entry might not have any schema attached to it.
- ServiceSpec GoogleCloud Datacatalog V1Service Spec Response 
- Specification that applies to a Service resource.
- SourceSystem GoogleTimestamps Cloud Datacatalog V1System Timestamps Response 
- Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- SqlDatabase GoogleSystem Spec Cloud Datacatalog V1Sql Database System Spec Response 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- Type string
- The type of the entry. For details, see EntryType.
- UsageSignal GoogleCloud Datacatalog V1Usage Signal Response 
- Resource usage statistics.
- UserSpecified stringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- UserSpecified stringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- bigqueryDate GoogleSharded Spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- bigqueryTable GoogleSpec Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- businessContext GoogleCloud Datacatalog V1Business Context Response 
- Business Context of the entry. Not supported for BigQuery datasets
- cloudBigtable GoogleSystem Spec Cloud Datacatalog V1Cloud Bigtable System Spec Response 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- dataSource GoogleCloud Datacatalog V1Data Source Response 
- Physical location of the entry.
- dataSource GoogleConnection Spec Cloud Datacatalog V1Data Source Connection Spec Response 
- Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTIONtype.
- databaseTable GoogleSpec Cloud Datacatalog V1Database Table Spec Response 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- datasetSpec GoogleCloud Datacatalog V1Dataset Spec Response 
- Specification that applies to a dataset.
- description String
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- displayName String
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- filesetSpec GoogleCloud Datacatalog V1Fileset Spec Response 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- fullyQualified StringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcsFileset GoogleSpec Cloud Datacatalog V1Gcs Fileset Spec Response 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- integratedSystem String
- Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- labels Map<String,String>
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- linkedResource String
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- lookerSystem GoogleSpec Cloud Datacatalog V1Looker System Spec Response 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- modelSpec GoogleCloud Datacatalog V1Model Spec Response 
- Model specification.
- name String
- The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
- personalDetails GoogleCloud Datacatalog V1Personal Details Response 
- Additional information related to the entry. Private to the current user.
- routineSpec GoogleCloud Datacatalog V1Routine Spec Response 
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- schema
GoogleCloud Datacatalog V1Schema Response 
- Schema of the entry. An entry might not have any schema attached to it.
- serviceSpec GoogleCloud Datacatalog V1Service Spec Response 
- Specification that applies to a Service resource.
- sourceSystem GoogleTimestamps Cloud Datacatalog V1System Timestamps Response 
- Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- sqlDatabase GoogleSystem Spec Cloud Datacatalog V1Sql Database System Spec Response 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- type String
- The type of the entry. For details, see EntryType.
- usageSignal GoogleCloud Datacatalog V1Usage Signal Response 
- Resource usage statistics.
- userSpecified StringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- userSpecified StringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- bigqueryDate GoogleSharded Spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- bigqueryTable GoogleSpec Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- businessContext GoogleCloud Datacatalog V1Business Context Response 
- Business Context of the entry. Not supported for BigQuery datasets
- cloudBigtable GoogleSystem Spec Cloud Datacatalog V1Cloud Bigtable System Spec Response 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- dataSource GoogleCloud Datacatalog V1Data Source Response 
- Physical location of the entry.
- dataSource GoogleConnection Spec Cloud Datacatalog V1Data Source Connection Spec Response 
- Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTIONtype.
- databaseTable GoogleSpec Cloud Datacatalog V1Database Table Spec Response 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- datasetSpec GoogleCloud Datacatalog V1Dataset Spec Response 
- Specification that applies to a dataset.
- description string
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- displayName string
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- filesetSpec GoogleCloud Datacatalog V1Fileset Spec Response 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- fullyQualified stringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcsFileset GoogleSpec Cloud Datacatalog V1Gcs Fileset Spec Response 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- integratedSystem string
- Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- labels {[key: string]: string}
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- linkedResource string
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- lookerSystem GoogleSpec Cloud Datacatalog V1Looker System Spec Response 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- modelSpec GoogleCloud Datacatalog V1Model Spec Response 
- Model specification.
- name string
- The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
- personalDetails GoogleCloud Datacatalog V1Personal Details Response 
- Additional information related to the entry. Private to the current user.
- routineSpec GoogleCloud Datacatalog V1Routine Spec Response 
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- schema
GoogleCloud Datacatalog V1Schema Response 
- Schema of the entry. An entry might not have any schema attached to it.
- serviceSpec GoogleCloud Datacatalog V1Service Spec Response 
- Specification that applies to a Service resource.
- sourceSystem GoogleTimestamps Cloud Datacatalog V1System Timestamps Response 
- Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- sqlDatabase GoogleSystem Spec Cloud Datacatalog V1Sql Database System Spec Response 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- type string
- The type of the entry. For details, see EntryType.
- usageSignal GoogleCloud Datacatalog V1Usage Signal Response 
- Resource usage statistics.
- userSpecified stringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- userSpecified stringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- bigquery_date_ Googlesharded_ spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- bigquery_table_ Googlespec Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- business_context GoogleCloud Datacatalog V1Business Context Response 
- Business Context of the entry. Not supported for BigQuery datasets
- cloud_bigtable_ Googlesystem_ spec Cloud Datacatalog V1Cloud Bigtable System Spec Response 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- data_source GoogleCloud Datacatalog V1Data Source Response 
- Physical location of the entry.
- data_source_ Googleconnection_ spec Cloud Datacatalog V1Data Source Connection Spec Response 
- Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTIONtype.
- database_table_ Googlespec Cloud Datacatalog V1Database Table Spec Response 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- dataset_spec GoogleCloud Datacatalog V1Dataset Spec Response 
- Specification that applies to a dataset.
- description str
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- display_name str
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- fileset_spec GoogleCloud Datacatalog V1Fileset Spec Response 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- fully_qualified_ strname 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcs_fileset_ Googlespec Cloud Datacatalog V1Gcs Fileset Spec Response 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- integrated_system str
- Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- labels Mapping[str, str]
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- linked_resource str
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- looker_system_ Googlespec Cloud Datacatalog V1Looker System Spec Response 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- model_spec GoogleCloud Datacatalog V1Model Spec Response 
- Model specification.
- name str
- The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
- personal_details GoogleCloud Datacatalog V1Personal Details Response 
- Additional information related to the entry. Private to the current user.
- routine_spec GoogleCloud Datacatalog V1Routine Spec Response 
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- schema
GoogleCloud Datacatalog V1Schema Response 
- Schema of the entry. An entry might not have any schema attached to it.
- service_spec GoogleCloud Datacatalog V1Service Spec Response 
- Specification that applies to a Service resource.
- source_system_ Googletimestamps Cloud Datacatalog V1System Timestamps Response 
- Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- sql_database_ Googlesystem_ spec Cloud Datacatalog V1Sql Database System Spec Response 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- type str
- The type of the entry. For details, see EntryType.
- usage_signal GoogleCloud Datacatalog V1Usage Signal Response 
- Resource usage statistics.
- user_specified_ strsystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- user_specified_ strtype 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- bigqueryDate Property MapSharded Spec 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- bigqueryTable Property MapSpec 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- businessContext Property Map
- Business Context of the entry. Not supported for BigQuery datasets
- cloudBigtable Property MapSystem Spec 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- dataSource Property Map
- Physical location of the entry.
- dataSource Property MapConnection Spec 
- Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTIONtype.
- databaseTable Property MapSpec 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- datasetSpec Property Map
- Specification that applies to a dataset.
- description String
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- displayName String
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- filesetSpec Property Map
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- fullyQualified StringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcsFileset Property MapSpec 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- integratedSystem String
- Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- labels Map<String>
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- linkedResource String
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- lookerSystem Property MapSpec 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- modelSpec Property Map
- Model specification.
- name String
- The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
- personalDetails Property Map
- Additional information related to the entry. Private to the current user.
- routineSpec Property Map
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- schema Property Map
- Schema of the entry. An entry might not have any schema attached to it.
- serviceSpec Property Map
- Specification that applies to a Service resource.
- sourceSystem Property MapTimestamps 
- Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- sqlDatabase Property MapSystem Spec 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- type String
- The type of the entry. For details, see EntryType.
- usageSignal Property Map
- Resource usage statistics.
- userSpecified StringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- userSpecified StringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
Supporting Types
GoogleCloudDatacatalogV1BigQueryConnectionSpecResponse       
- CloudSql Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- ConnectionType string
- The type of the BigQuery connection.
- HasCredential bool
- True if there are credentials attached to the BigQuery connection; false otherwise.
- CloudSql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- ConnectionType string
- The type of the BigQuery connection.
- HasCredential bool
- True if there are credentials attached to the BigQuery connection; false otherwise.
- cloudSql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- connectionType String
- The type of the BigQuery connection.
- hasCredential Boolean
- True if there are credentials attached to the BigQuery connection; false otherwise.
- cloudSql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- connectionType string
- The type of the BigQuery connection.
- hasCredential boolean
- True if there are credentials attached to the BigQuery connection; false otherwise.
- cloud_sql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- connection_type str
- The type of the BigQuery connection.
- has_credential bool
- True if there are credentials attached to the BigQuery connection; false otherwise.
- cloudSql Property Map
- Specification for the BigQuery connection to a Cloud SQL instance.
- connectionType String
- The type of the BigQuery connection.
- hasCredential Boolean
- True if there are credentials attached to the BigQuery connection; false otherwise.
GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse        
- Dataset string
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- LatestShard stringResource 
- BigQuery resource name of the latest shard.
- string
- Total number of shards.
- TablePrefix string
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- Dataset string
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- LatestShard stringResource 
- BigQuery resource name of the latest shard.
- string
- Total number of shards.
- TablePrefix string
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- dataset String
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- latestShard StringResource 
- BigQuery resource name of the latest shard.
- String
- Total number of shards.
- tablePrefix String
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- dataset string
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- latestShard stringResource 
- BigQuery resource name of the latest shard.
- string
- Total number of shards.
- tablePrefix string
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- dataset str
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- latest_shard_ strresource 
- BigQuery resource name of the latest shard.
- str
- Total number of shards.
- table_prefix str
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- dataset String
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- latestShard StringResource 
- BigQuery resource name of the latest shard.
- String
- Total number of shards.
- tablePrefix String
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse       
- ImportedLibraries List<string>
- Paths of the imported libraries.
- ImportedLibraries []string
- Paths of the imported libraries.
- importedLibraries List<String>
- Paths of the imported libraries.
- importedLibraries string[]
- Paths of the imported libraries.
- imported_libraries Sequence[str]
- Paths of the imported libraries.
- importedLibraries List<String>
- Paths of the imported libraries.
GoogleCloudDatacatalogV1BigQueryTableSpecResponse       
- TableSource stringType 
- The table source type.
- TableSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- ViewSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- TableSource stringType 
- The table source type.
- TableSpec GoogleCloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- ViewSpec GoogleCloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- tableSource StringType 
- The table source type.
- tableSpec GoogleCloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- viewSpec GoogleCloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- tableSource stringType 
- The table source type.
- tableSpec GoogleCloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- viewSpec GoogleCloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- table_source_ strtype 
- The table source type.
- table_spec GoogleCloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- view_spec GoogleCloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- tableSource StringType 
- The table source type.
- tableSpec Property Map
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- viewSpec Property Map
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
GoogleCloudDatacatalogV1BusinessContextResponse     
- Contacts
Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Contacts Response 
- Contact people for the entry.
- EntryOverview Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- Contacts
GoogleCloud Datacatalog V1Contacts Response 
- Contact people for the entry.
- EntryOverview GoogleCloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- contacts
GoogleCloud Datacatalog V1Contacts Response 
- Contact people for the entry.
- entryOverview GoogleCloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- contacts
GoogleCloud Datacatalog V1Contacts Response 
- Contact people for the entry.
- entryOverview GoogleCloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- contacts
GoogleCloud Datacatalog V1Contacts Response 
- Contact people for the entry.
- entry_overview GoogleCloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- contacts Property Map
- Contact people for the entry.
- entryOverview Property Map
- Entry overview fields for rich text descriptions of entries.
GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecResponse           
- DisplayName string
- Name of the cluster.
- LinkedResource string
- A link back to the parent resource, in this case Instance.
- Location string
- Location of the cluster, typically a Cloud zone.
- Type string
- Type of the resource. For a cluster this would be "CLUSTER".
- DisplayName string
- Name of the cluster.
- LinkedResource string
- A link back to the parent resource, in this case Instance.
- Location string
- Location of the cluster, typically a Cloud zone.
- Type string
- Type of the resource. For a cluster this would be "CLUSTER".
- displayName String
- Name of the cluster.
- linkedResource String
- A link back to the parent resource, in this case Instance.
- location String
- Location of the cluster, typically a Cloud zone.
- type String
- Type of the resource. For a cluster this would be "CLUSTER".
- displayName string
- Name of the cluster.
- linkedResource string
- A link back to the parent resource, in this case Instance.
- location string
- Location of the cluster, typically a Cloud zone.
- type string
- Type of the resource. For a cluster this would be "CLUSTER".
- display_name str
- Name of the cluster.
- linked_resource str
- A link back to the parent resource, in this case Instance.
- location str
- Location of the cluster, typically a Cloud zone.
- type str
- Type of the resource. For a cluster this would be "CLUSTER".
- displayName String
- Name of the cluster.
- linkedResource String
- A link back to the parent resource, in this case Instance.
- location String
- Location of the cluster, typically a Cloud zone.
- type String
- Type of the resource. For a cluster this would be "CLUSTER".
GoogleCloudDatacatalogV1CloudBigtableInstanceSpecResponse       
- CloudBigtable List<Pulumi.Cluster Specs Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response> 
- The list of clusters for the Instance.
- CloudBigtable []GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response 
- The list of clusters for the Instance.
- cloudBigtable List<GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response> 
- The list of clusters for the Instance.
- cloudBigtable GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response[] 
- The list of clusters for the Instance.
- cloud_bigtable_ Sequence[Googlecluster_ specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response] 
- The list of clusters for the Instance.
- cloudBigtable List<Property Map>Cluster Specs 
- The list of clusters for the Instance.
GoogleCloudDatacatalogV1CloudBigtableSystemSpecResponse       
- InstanceDisplay stringName 
- Display name of the Instance. This is user specified and different from the resource name.
- InstanceDisplay stringName 
- Display name of the Instance. This is user specified and different from the resource name.
- instanceDisplay StringName 
- Display name of the Instance. This is user specified and different from the resource name.
- instanceDisplay stringName 
- Display name of the Instance. This is user specified and different from the resource name.
- instance_display_ strname 
- Display name of the Instance. This is user specified and different from the resource name.
- instanceDisplay StringName 
- Display name of the Instance. This is user specified and different from the resource name.
GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponse         
- Database string
- Database name.
- InstanceId string
- Cloud SQL instance ID in the format of project:location:instance.
- Type string
- Type of the Cloud SQL database.
- Database string
- Database name.
- InstanceId string
- Cloud SQL instance ID in the format of project:location:instance.
- Type string
- Type of the Cloud SQL database.
- database String
- Database name.
- instanceId String
- Cloud SQL instance ID in the format of project:location:instance.
- type String
- Type of the Cloud SQL database.
- database string
- Database name.
- instanceId string
- Cloud SQL instance ID in the format of project:location:instance.
- type string
- Type of the Cloud SQL database.
- database str
- Database name.
- instance_id str
- Cloud SQL instance ID in the format of project:location:instance.
- type str
- Type of the Cloud SQL database.
- database String
- Database name.
- instanceId String
- Cloud SQL instance ID in the format of project:location:instance.
- type String
- Type of the Cloud SQL database.
GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecResponse        
- Type string
- Looker specific column type of this column.
- Type string
- Looker specific column type of this column.
- type String
- Looker specific column type of this column.
- type string
- Looker specific column type of this column.
- type str
- Looker specific column type of this column.
- type String
- Looker specific column type of this column.
GoogleCloudDatacatalogV1ColumnSchemaResponse     
- Column string
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- DefaultValue string
- Optional. Default value for the column.
- Description string
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- GcRule string
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- HighestIndexing stringType 
- Optional. Most important inclusion of this column.
- LookerColumn Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- Mode string
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- OrdinalPosition int
- Optional. Ordinal position
- Subcolumns
List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema Response> 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- Type string
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- Column string
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- DefaultValue string
- Optional. Default value for the column.
- Description string
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- GcRule string
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- HighestIndexing stringType 
- Optional. Most important inclusion of this column.
- LookerColumn GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- Mode string
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- OrdinalPosition int
- Optional. Ordinal position
- Subcolumns
[]GoogleCloud Datacatalog V1Column Schema Response 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- Type string
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column String
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- defaultValue String
- Optional. Default value for the column.
- description String
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gcRule String
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highestIndexing StringType 
- Optional. Most important inclusion of this column.
- lookerColumn GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- mode String
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinalPosition Integer
- Optional. Ordinal position
- subcolumns
List<GoogleCloud Datacatalog V1Column Schema Response> 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type String
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column string
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- defaultValue string
- Optional. Default value for the column.
- description string
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gcRule string
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highestIndexing stringType 
- Optional. Most important inclusion of this column.
- lookerColumn GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- mode string
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinalPosition number
- Optional. Ordinal position
- subcolumns
GoogleCloud Datacatalog V1Column Schema Response[] 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type string
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column str
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- default_value str
- Optional. Default value for the column.
- description str
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gc_rule str
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highest_indexing_ strtype 
- Optional. Most important inclusion of this column.
- looker_column_ Googlespec Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- mode str
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinal_position int
- Optional. Ordinal position
- subcolumns
Sequence[GoogleCloud Datacatalog V1Column Schema Response] 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type str
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column String
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- defaultValue String
- Optional. Default value for the column.
- description String
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gcRule String
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highestIndexing StringType 
- Optional. Most important inclusion of this column.
- lookerColumn Property MapSpec 
- Looker specific column info of this column.
- mode String
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinalPosition Number
- Optional. Ordinal position
- subcolumns List<Property Map>
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type String
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
GoogleCloudDatacatalogV1ContactsPersonResponse     
- Designation string
- Designation of the person, for example, Data Steward.
- Email string
- Email of the person in the format of john.doe@xyz, ``, orJohn Doe.
- Designation string
- Designation of the person, for example, Data Steward.
- Email string
- Email of the person in the format of john.doe@xyz, ``, orJohn Doe.
- designation String
- Designation of the person, for example, Data Steward.
- email String
- Email of the person in the format of john.doe@xyz, ``, orJohn Doe.
- designation string
- Designation of the person, for example, Data Steward.
- email string
- Email of the person in the format of john.doe@xyz, ``, orJohn Doe.
- designation str
- Designation of the person, for example, Data Steward.
- email str
- Email of the person in the format of john.doe@xyz, ``, orJohn Doe.
- designation String
- Designation of the person, for example, Data Steward.
- email String
- Email of the person in the format of john.doe@xyz, ``, orJohn Doe.
GoogleCloudDatacatalogV1ContactsResponse    
- People
List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Contacts Person Response> 
- The list of contact people for the entry.
- People
[]GoogleCloud Datacatalog V1Contacts Person Response 
- The list of contact people for the entry.
- people
List<GoogleCloud Datacatalog V1Contacts Person Response> 
- The list of contact people for the entry.
- people
GoogleCloud Datacatalog V1Contacts Person Response[] 
- The list of contact people for the entry.
- people
Sequence[GoogleCloud Datacatalog V1Contacts Person Response] 
- The list of contact people for the entry.
- people List<Property Map>
- The list of contact people for the entry.
GoogleCloudDatacatalogV1DataSourceConnectionSpecResponse       
- BigqueryConnection Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- BigqueryConnection GoogleSpec Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- bigqueryConnection GoogleSpec Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- bigqueryConnection GoogleSpec Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- bigquery_connection_ Googlespec Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- bigqueryConnection Property MapSpec 
- Fields specific to BigQuery connections.
GoogleCloudDatacatalogV1DataSourceResponse     
- Resource string
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- Service string
- Service that physically stores the data.
- SourceEntry string
- Data Catalog entry name, if applicable.
- StorageProperties Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- Resource string
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- Service string
- Service that physically stores the data.
- SourceEntry string
- Data Catalog entry name, if applicable.
- StorageProperties GoogleCloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- resource String
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service String
- Service that physically stores the data.
- sourceEntry String
- Data Catalog entry name, if applicable.
- storageProperties GoogleCloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- resource string
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service string
- Service that physically stores the data.
- sourceEntry string
- Data Catalog entry name, if applicable.
- storageProperties GoogleCloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- resource str
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service str
- Service that physically stores the data.
- source_entry str
- Data Catalog entry name, if applicable.
- storage_properties GoogleCloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- resource String
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service String
- Service that physically stores the data.
- sourceEntry String
- Data Catalog entry name, if applicable.
- storageProperties Property Map
- Detailed properties of the underlying storage.
GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecResponse         
- base_table str
- Name of a singular table this view reflects one to one.
- sql_query str
- SQL query used to generate this view.
- view_type str
- Type of this view.
GoogleCloudDatacatalogV1DatabaseTableSpecResponse      
- DatabaseView Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- DataplexTable Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- Type string
- Type of this table.
- DatabaseView GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- DataplexTable GoogleCloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- Type string
- Type of this table.
- databaseView GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplexTable GoogleCloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type String
- Type of this table.
- databaseView GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplexTable GoogleCloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type string
- Type of this table.
- database_view_ Googlespec Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplex_table GoogleCloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type str
- Type of this table.
- databaseView Property MapSpec 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplexTable Property Map
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type String
- Type of this table.
GoogleCloudDatacatalogV1DataplexExternalTableResponse      
- DataCatalog stringEntry 
- Name of the Data Catalog entry representing the external table.
- FullyQualified stringName 
- Fully qualified name (FQN) of the external table.
- GoogleCloud stringResource 
- Google Cloud resource name of the external table.
- System string
- Service in which the external table is registered.
- DataCatalog stringEntry 
- Name of the Data Catalog entry representing the external table.
- FullyQualified stringName 
- Fully qualified name (FQN) of the external table.
- GoogleCloud stringResource 
- Google Cloud resource name of the external table.
- System string
- Service in which the external table is registered.
- dataCatalog StringEntry 
- Name of the Data Catalog entry representing the external table.
- fullyQualified StringName 
- Fully qualified name (FQN) of the external table.
- googleCloud StringResource 
- Google Cloud resource name of the external table.
- system String
- Service in which the external table is registered.
- dataCatalog stringEntry 
- Name of the Data Catalog entry representing the external table.
- fullyQualified stringName 
- Fully qualified name (FQN) of the external table.
- googleCloud stringResource 
- Google Cloud resource name of the external table.
- system string
- Service in which the external table is registered.
- data_catalog_ strentry 
- Name of the Data Catalog entry representing the external table.
- fully_qualified_ strname 
- Fully qualified name (FQN) of the external table.
- google_cloud_ strresource 
- Google Cloud resource name of the external table.
- system str
- Service in which the external table is registered.
- dataCatalog StringEntry 
- Name of the Data Catalog entry representing the external table.
- fullyQualified StringName 
- Fully qualified name (FQN) of the external table.
- googleCloud StringResource 
- Google Cloud resource name of the external table.
- system String
- Service in which the external table is registered.
GoogleCloudDatacatalogV1DataplexFilesetSpecResponse      
- DataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- dataplex_spec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- dataplexSpec Property Map
- Common Dataplex fields.
GoogleCloudDatacatalogV1DataplexSpecResponse     
- Asset string
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- CompressionFormat string
- Compression format of the data, e.g., zip, gzip etc.
- DataFormat Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Response 
- Format of the data.
- Project string
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- Asset string
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- CompressionFormat string
- Compression format of the data, e.g., zip, gzip etc.
- DataFormat GoogleCloud Datacatalog V1Physical Schema Response 
- Format of the data.
- Project string
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset String
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compressionFormat String
- Compression format of the data, e.g., zip, gzip etc.
- dataFormat GoogleCloud Datacatalog V1Physical Schema Response 
- Format of the data.
- project String
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset string
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compressionFormat string
- Compression format of the data, e.g., zip, gzip etc.
- dataFormat GoogleCloud Datacatalog V1Physical Schema Response 
- Format of the data.
- project string
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset str
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compression_format str
- Compression format of the data, e.g., zip, gzip etc.
- data_format GoogleCloud Datacatalog V1Physical Schema Response 
- Format of the data.
- project str
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset String
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compressionFormat String
- Compression format of the data, e.g., zip, gzip etc.
- dataFormat Property Map
- Format of the data.
- project String
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
GoogleCloudDatacatalogV1DataplexTableSpecResponse      
- DataplexSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- ExternalTables List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex External Table Response> 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- UserManaged bool
- Indicates if the table schema is managed by the user or not.
- DataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- ExternalTables []GoogleCloud Datacatalog V1Dataplex External Table Response 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- UserManaged bool
- Indicates if the table schema is managed by the user or not.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- externalTables List<GoogleCloud Datacatalog V1Dataplex External Table Response> 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- userManaged Boolean
- Indicates if the table schema is managed by the user or not.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- externalTables GoogleCloud Datacatalog V1Dataplex External Table Response[] 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- userManaged boolean
- Indicates if the table schema is managed by the user or not.
- dataplex_spec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- external_tables Sequence[GoogleCloud Datacatalog V1Dataplex External Table Response] 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- user_managed bool
- Indicates if the table schema is managed by the user or not.
- dataplexSpec Property Map
- Common Dataplex fields.
- externalTables List<Property Map>
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- userManaged Boolean
- Indicates if the table schema is managed by the user or not.
GoogleCloudDatacatalogV1DatasetSpecResponse     
- VertexDataset Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- VertexDataset GoogleSpec Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- vertexDataset GoogleSpec Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- vertexDataset GoogleSpec Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- vertex_dataset_ Googlespec Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- vertexDataset Property MapSpec 
- Vertex AI Dataset specific fields
GoogleCloudDatacatalogV1EntryOverviewResponse     
- Overview string
- Entry overview with support for rich text. The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.
- Overview string
- Entry overview with support for rich text. The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.
- overview String
- Entry overview with support for rich text. The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.
- overview string
- Entry overview with support for rich text. The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.
- overview str
- Entry overview with support for rich text. The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.
- overview String
- Entry overview with support for rich text. The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.
GoogleCloudDatacatalogV1FilesetSpecResponse     
- DataplexFileset Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- DataplexFileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplexFileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplexFileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex_fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplexFileset Property Map
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
GoogleCloudDatacatalogV1GcsFileSpecResponse      
- FilePath string
- Full file path. Example: gs://bucket_name/a/b.txt.
- GcsTimestamps Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- SizeBytes string
- File size in bytes.
- FilePath string
- Full file path. Example: gs://bucket_name/a/b.txt.
- GcsTimestamps GoogleCloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- SizeBytes string
- File size in bytes.
- filePath String
- Full file path. Example: gs://bucket_name/a/b.txt.
- gcsTimestamps GoogleCloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- sizeBytes String
- File size in bytes.
- filePath string
- Full file path. Example: gs://bucket_name/a/b.txt.
- gcsTimestamps GoogleCloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- sizeBytes string
- File size in bytes.
- file_path str
- Full file path. Example: gs://bucket_name/a/b.txt.
- gcs_timestamps GoogleCloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- size_bytes str
- File size in bytes.
- filePath String
- Full file path. Example: gs://bucket_name/a/b.txt.
- gcsTimestamps Property Map
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- sizeBytes String
- File size in bytes.
GoogleCloudDatacatalogV1GcsFilesetSpecResponse      
- FilePatterns List<string>
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- SampleGcs List<Pulumi.File Specs Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Gcs File Spec Response> 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- FilePatterns []string
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- SampleGcs []GoogleFile Specs Cloud Datacatalog V1Gcs File Spec Response 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- filePatterns List<String>
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- sampleGcs List<GoogleFile Specs Cloud Datacatalog V1Gcs File Spec Response> 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- filePatterns string[]
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- sampleGcs GoogleFile Specs Cloud Datacatalog V1Gcs File Spec Response[] 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- file_patterns Sequence[str]
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- sample_gcs_ Sequence[Googlefile_ specs Cloud Datacatalog V1Gcs File Spec Response] 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- filePatterns List<String>
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- sampleGcs List<Property Map>File Specs 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
GoogleCloudDatacatalogV1LookerSystemSpecResponse      
- ParentInstance stringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- ParentInstance stringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- ParentModel stringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- ParentModel stringId 
- ID of the parent Model. Empty if it does not exist.
- ParentView stringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- ParentView stringId 
- ID of the parent View. Empty if it does not exist.
- ParentInstance stringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- ParentInstance stringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- ParentModel stringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- ParentModel stringId 
- ID of the parent Model. Empty if it does not exist.
- ParentView stringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- ParentView stringId 
- ID of the parent View. Empty if it does not exist.
- parentInstance StringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parentInstance StringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parentModel StringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- parentModel StringId 
- ID of the parent Model. Empty if it does not exist.
- parentView StringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- parentView StringId 
- ID of the parent View. Empty if it does not exist.
- parentInstance stringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parentInstance stringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parentModel stringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- parentModel stringId 
- ID of the parent Model. Empty if it does not exist.
- parentView stringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- parentView stringId 
- ID of the parent View. Empty if it does not exist.
- parent_instance_ strdisplay_ name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parent_instance_ strid 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parent_model_ strdisplay_ name 
- Name of the parent Model. Empty if it does not exist.
- parent_model_ strid 
- ID of the parent Model. Empty if it does not exist.
- parent_view_ strdisplay_ name 
- Name of the parent View. Empty if it does not exist.
- parent_view_ strid 
- ID of the parent View. Empty if it does not exist.
- parentInstance StringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parentInstance StringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parentModel StringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- parentModel StringId 
- ID of the parent Model. Empty if it does not exist.
- parentView StringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- parentView StringId 
- ID of the parent View. Empty if it does not exist.
GoogleCloudDatacatalogV1ModelSpecResponse     
- VertexModel Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- VertexModel GoogleSpec Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- vertexModel GoogleSpec Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- vertexModel GoogleSpec Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- vertex_model_ Googlespec Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- vertexModel Property MapSpec 
- Specification for vertex model resources.
GoogleCloudDatacatalogV1PersonalDetailsResponse     
GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaResponse       
- Text string
- JSON source of the Avro schema.
- Text string
- JSON source of the Avro schema.
- text String
- JSON source of the Avro schema.
- text string
- JSON source of the Avro schema.
- text str
- JSON source of the Avro schema.
- text String
- JSON source of the Avro schema.
GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaResponse       
- Text string
- Protocol buffer source of the schema.
- Text string
- Protocol buffer source of the schema.
- text String
- Protocol buffer source of the schema.
- text string
- Protocol buffer source of the schema.
- text str
- Protocol buffer source of the schema.
- text String
- Protocol buffer source of the schema.
GoogleCloudDatacatalogV1PhysicalSchemaResponse     
- Avro
Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Avro Schema Response 
- Schema in Avro JSON format.
- Csv
Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Csv Schema Response 
- Marks a CSV-encoded data source.
- Orc
Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Orc Schema Response 
- Marks an ORC-encoded data source.
- Parquet
Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Parquet Schema Response 
- Marks a Parquet-encoded data source.
- Protobuf
Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Protobuf Schema Response 
- Schema in protocol buffer format.
- Thrift
Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Thrift Schema Response 
- Schema in Thrift format.
- Avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema Response 
- Schema in Avro JSON format.
- Csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema Response 
- Marks a CSV-encoded data source.
- Orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema Response 
- Marks an ORC-encoded data source.
- Parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema Response 
- Marks a Parquet-encoded data source.
- Protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema Response 
- Schema in protocol buffer format.
- Thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema Response 
- Schema in Thrift format.
- avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema Response 
- Schema in Avro JSON format.
- csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema Response 
- Marks a CSV-encoded data source.
- orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema Response 
- Marks an ORC-encoded data source.
- parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema Response 
- Marks a Parquet-encoded data source.
- protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema Response 
- Schema in protocol buffer format.
- thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema Response 
- Schema in Thrift format.
- avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema Response 
- Schema in Avro JSON format.
- csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema Response 
- Marks a CSV-encoded data source.
- orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema Response 
- Marks an ORC-encoded data source.
- parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema Response 
- Marks a Parquet-encoded data source.
- protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema Response 
- Schema in protocol buffer format.
- thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema Response 
- Schema in Thrift format.
- avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema Response 
- Schema in Avro JSON format.
- csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema Response 
- Marks a CSV-encoded data source.
- orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema Response 
- Marks an ORC-encoded data source.
- parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema Response 
- Marks a Parquet-encoded data source.
- protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema Response 
- Schema in protocol buffer format.
- thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema Response 
- Schema in Thrift format.
- avro Property Map
- Schema in Avro JSON format.
- csv Property Map
- Marks a CSV-encoded data source.
- orc Property Map
- Marks an ORC-encoded data source.
- parquet Property Map
- Marks a Parquet-encoded data source.
- protobuf Property Map
- Schema in protocol buffer format.
- thrift Property Map
- Schema in Thrift format.
GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaResponse       
- Text string
- Thrift IDL source of the schema.
- Text string
- Thrift IDL source of the schema.
- text String
- Thrift IDL source of the schema.
- text string
- Thrift IDL source of the schema.
- text str
- Thrift IDL source of the schema.
- text String
- Thrift IDL source of the schema.
GoogleCloudDatacatalogV1RoutineSpecArgumentResponse      
GoogleCloudDatacatalogV1RoutineSpecResponse     
- BigqueryRoutine Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- DefinitionBody string
- The body of the routine.
- Language string
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- ReturnType string
- Return type of the argument. The exact value depends on the source system and the language.
- RoutineArguments List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Routine Spec Argument Response> 
- Arguments of the routine.
- RoutineType string
- The type of the routine.
- BigqueryRoutine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- DefinitionBody string
- The body of the routine.
- Language string
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- ReturnType string
- Return type of the argument. The exact value depends on the source system and the language.
- RoutineArguments []GoogleCloud Datacatalog V1Routine Spec Argument Response 
- Arguments of the routine.
- RoutineType string
- The type of the routine.
- bigqueryRoutine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- definitionBody String
- The body of the routine.
- language String
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- returnType String
- Return type of the argument. The exact value depends on the source system and the language.
- routineArguments List<GoogleCloud Datacatalog V1Routine Spec Argument Response> 
- Arguments of the routine.
- routineType String
- The type of the routine.
- bigqueryRoutine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- definitionBody string
- The body of the routine.
- language string
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- returnType string
- Return type of the argument. The exact value depends on the source system and the language.
- routineArguments GoogleCloud Datacatalog V1Routine Spec Argument Response[] 
- Arguments of the routine.
- routineType string
- The type of the routine.
- bigquery_routine_ Googlespec Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- definition_body str
- The body of the routine.
- language str
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- return_type str
- Return type of the argument. The exact value depends on the source system and the language.
- routine_arguments Sequence[GoogleCloud Datacatalog V1Routine Spec Argument Response] 
- Arguments of the routine.
- routine_type str
- The type of the routine.
- bigqueryRoutine Property MapSpec 
- Fields specific for BigQuery routines.
- definitionBody String
- The body of the routine.
- language String
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- returnType String
- Return type of the argument. The exact value depends on the source system and the language.
- routineArguments List<Property Map>
- Arguments of the routine.
- routineType String
- The type of the routine.
GoogleCloudDatacatalogV1SchemaResponse    
- Columns
List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema Response> 
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- Columns
[]GoogleCloud Datacatalog V1Column Schema Response 
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns
List<GoogleCloud Datacatalog V1Column Schema Response> 
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns
GoogleCloud Datacatalog V1Column Schema Response[] 
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns
Sequence[GoogleCloud Datacatalog V1Column Schema Response] 
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns List<Property Map>
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
GoogleCloudDatacatalogV1ServiceSpecResponse     
- CloudBigtable Pulumi.Instance Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- CloudBigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloudBigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloudBigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloud_bigtable_ Googleinstance_ spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloudBigtable Property MapInstance Spec 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponse       
- DatabaseVersion string
- Version of the database engine.
- InstanceHost string
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- SqlEngine string
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- DatabaseVersion string
- Version of the database engine.
- InstanceHost string
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- SqlEngine string
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- databaseVersion String
- Version of the database engine.
- instanceHost String
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sqlEngine String
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- databaseVersion string
- Version of the database engine.
- instanceHost string
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sqlEngine string
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- database_version str
- Version of the database engine.
- instance_host str
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sql_engine str
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- databaseVersion String
- Version of the database engine.
- instanceHost String
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sqlEngine String
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
GoogleCloudDatacatalogV1StoragePropertiesResponse     
- FilePattern List<string>
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- FileType string
- File type in MIME format, for example, text/plain.
- FilePattern []string
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- FileType string
- File type in MIME format, for example, text/plain.
- filePattern List<String>
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- fileType String
- File type in MIME format, for example, text/plain.
- filePattern string[]
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- fileType string
- File type in MIME format, for example, text/plain.
- file_pattern Sequence[str]
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- file_type str
- File type in MIME format, for example, text/plain.
- filePattern List<String>
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- fileType String
- File type in MIME format, for example, text/plain.
GoogleCloudDatacatalogV1SystemTimestampsResponse     
- CreateTime string
- Creation timestamp of the resource within the given system.
- ExpireTime string
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- UpdateTime string
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- CreateTime string
- Creation timestamp of the resource within the given system.
- ExpireTime string
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- UpdateTime string
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- createTime String
- Creation timestamp of the resource within the given system.
- expireTime String
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- updateTime String
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- createTime string
- Creation timestamp of the resource within the given system.
- expireTime string
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- updateTime string
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- create_time str
- Creation timestamp of the resource within the given system.
- expire_time str
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- update_time str
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- createTime String
- Creation timestamp of the resource within the given system.
- expireTime String
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- updateTime String
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
GoogleCloudDatacatalogV1TableSpecResponse     
- GroupedEntry string
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- GroupedEntry string
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- groupedEntry String
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- groupedEntry string
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- grouped_entry str
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- groupedEntry String
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
GoogleCloudDatacatalogV1UsageSignalResponse     
- CommonUsage Dictionary<string, string>Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- FavoriteCount string
- Favorite count in the source system.
- UpdateTime string
- The end timestamp of the duration of usage statistics.
- UsageWithin Dictionary<string, string>Time Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- CommonUsage map[string]stringWithin Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- FavoriteCount string
- Favorite count in the source system.
- UpdateTime string
- The end timestamp of the duration of usage statistics.
- UsageWithin map[string]stringTime Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- commonUsage Map<String,String>Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favoriteCount String
- Favorite count in the source system.
- updateTime String
- The end timestamp of the duration of usage statistics.
- usageWithin Map<String,String>Time Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- commonUsage {[key: string]: string}Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favoriteCount string
- Favorite count in the source system.
- updateTime string
- The end timestamp of the duration of usage statistics.
- usageWithin {[key: string]: string}Time Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- common_usage_ Mapping[str, str]within_ time_ range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favorite_count str
- Favorite count in the source system.
- update_time str
- The end timestamp of the duration of usage statistics.
- usage_within_ Mapping[str, str]time_ range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- commonUsage Map<String>Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favoriteCount String
- Favorite count in the source system.
- updateTime String
- The end timestamp of the duration of usage statistics.
- usageWithin Map<String>Time Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
GoogleCloudDatacatalogV1VertexDatasetSpecResponse      
- DataItem stringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- DataType string
- Type of the dataset.
- DataItem stringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- DataType string
- Type of the dataset.
- dataItem StringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- dataType String
- Type of the dataset.
- dataItem stringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- dataType string
- Type of the dataset.
- data_item_ strcount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- data_type str
- Type of the dataset.
- dataItem StringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- dataType String
- Type of the dataset.
GoogleCloudDatacatalogV1VertexModelSourceInfoResponse       
- Copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- SourceType string
- Type of the model source.
- Copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- SourceType string
- Type of the model source.
- copy Boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType String
- Type of the model source.
- copy boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType string
- Type of the model source.
- copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- source_type str
- Type of the model source.
- copy Boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType String
- Type of the model source.
GoogleCloudDatacatalogV1VertexModelSpecResponse      
- ContainerImage stringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- VersionAliases List<string>
- User provided version aliases so that a model version can be referenced via alias
- VersionDescription string
- The description of this version.
- VersionId string
- The version ID of the model.
- VertexModel Pulumi.Source Info Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- ContainerImage stringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- VersionAliases []string
- User provided version aliases so that a model version can be referenced via alias
- VersionDescription string
- The description of this version.
- VersionId string
- The version ID of the model.
- VertexModel GoogleSource Info Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- containerImage StringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- versionAliases List<String>
- User provided version aliases so that a model version can be referenced via alias
- versionDescription String
- The description of this version.
- versionId String
- The version ID of the model.
- vertexModel GoogleSource Info Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- containerImage stringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- versionAliases string[]
- User provided version aliases so that a model version can be referenced via alias
- versionDescription string
- The description of this version.
- versionId string
- The version ID of the model.
- vertexModel GoogleSource Info Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- container_image_ struri 
- URI of the Docker image to be used as the custom container for serving predictions.
- version_aliases Sequence[str]
- User provided version aliases so that a model version can be referenced via alias
- version_description str
- The description of this version.
- version_id str
- The version ID of the model.
- vertex_model_ Googlesource_ info Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- containerImage StringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- versionAliases List<String>
- User provided version aliases so that a model version can be referenced via alias
- versionDescription String
- The description of this version.
- versionId String
- The version ID of the model.
- vertexModel Property MapSource Info 
- Source of a Vertex model.
GoogleCloudDatacatalogV1ViewSpecResponse     
- ViewQuery string
- The query that defines the table view.
- ViewQuery string
- The query that defines the table view.
- viewQuery String
- The query that defines the table view.
- viewQuery string
- The query that defines the table view.
- view_query str
- The query that defines the table view.
- viewQuery String
- The query that defines the table view.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi