google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.datacatalog/v1.getEntry

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:datacatalog/v1:getEntry
  arguments:
    # arguments dictionary

The following arguments are supported:

EntryGroupId string
EntryId string
Location string
Project string
EntryGroupId string
EntryId string
Location string
Project string
entryGroupId String
entryId String
location String
project String
entryGroupId string
entryId string
location string
project string
entryGroupId String
entryId String
location String
project String

getEntry Result

The following output properties are available:

BigqueryDateShardedSpec Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).

BigqueryTableSpec Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1BigQueryTableSpecResponse

Specification that applies to a BigQuery table. Valid only for entries with the TABLE type.

BusinessContext Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1BusinessContextResponse

Business Context of the entry. Not supported for BigQuery datasets

DataSource Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1DataSourceResponse

Physical location of the entry.

DataSourceConnectionSpec Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1DataSourceConnectionSpecResponse

Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION type.

DatabaseTableSpec Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1DatabaseTableSpecResponse

Specification that applies to a table resource. Valid only for entries with the TABLE or EXPLORE type.

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.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1FilesetSpecResponse

Specification that applies to a fileset resource. Valid only for entries with the FILESET type.

FullyQualifiedName string

Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms: * For non-regionalized resources: {SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} * For regionalized resources: {SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} Example for a DPMS table: dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}

GcsFilesetSpec Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1GcsFilesetSpecResponse

Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESET type.

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_resource is the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, the linked_resource for 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 the EntryType enum. For entries with a user_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.

LookerSystemSpec Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1LookerSystemSpecResponse

Specification that applies to Looker sysstem. Only settable when user_specified_system is equal to LOOKER

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.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1PersonalDetailsResponse

Additional information related to the entry. Private to the current user.

RoutineSpec Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1RoutineSpecResponse

Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINE type.

Schema Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1SchemaResponse

Schema of the entry. An entry might not have any schema attached to it.

SourceSystemTimestamps Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystem enum. For entries with user_specified_system, this field is optional and defaults to an empty timestamp.

SqlDatabaseSystemSpec Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponse

Specification that applies to a relational database system. Only settable when user_specified_system is equal to SQL_DATABASE

Type string

The type of the entry. Only used for entries with types listed in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created in Data Catalog must use the user_specified_type.

UsageSignal Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1UsageSignalResponse

Resource usage statistics.

UserSpecifiedSystem string

Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_system string 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.

UserSpecifiedType string

Custom entry type that doesn't match any of the values allowed for input and listed in the EntryType enum. 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. The user_specified_type string 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.

BigqueryDateShardedSpec GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).

BigqueryTableSpec GoogleCloudDatacatalogV1BigQueryTableSpecResponse

Specification that applies to a BigQuery table. Valid only for entries with the TABLE type.

BusinessContext GoogleCloudDatacatalogV1BusinessContextResponse

Business Context of the entry. Not supported for BigQuery datasets

DataSource GoogleCloudDatacatalogV1DataSourceResponse

Physical location of the entry.

DataSourceConnectionSpec GoogleCloudDatacatalogV1DataSourceConnectionSpecResponse

Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION type.

DatabaseTableSpec GoogleCloudDatacatalogV1DatabaseTableSpecResponse

Specification that applies to a table resource. Valid only for entries with the TABLE or EXPLORE type.

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 GoogleCloudDatacatalogV1FilesetSpecResponse

Specification that applies to a fileset resource. Valid only for entries with the FILESET type.

FullyQualifiedName string

Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms: * For non-regionalized resources: {SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} * For regionalized resources: {SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} Example for a DPMS table: dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}

GcsFilesetSpec GoogleCloudDatacatalogV1GcsFilesetSpecResponse

Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESET type.

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_resource is the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, the linked_resource for 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 the EntryType enum. For entries with a user_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.

LookerSystemSpec GoogleCloudDatacatalogV1LookerSystemSpecResponse

Specification that applies to Looker sysstem. Only settable when user_specified_system is equal to LOOKER

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 GoogleCloudDatacatalogV1PersonalDetailsResponse

Additional information related to the entry. Private to the current user.

RoutineSpec GoogleCloudDatacatalogV1RoutineSpecResponse

Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINE type.

Schema GoogleCloudDatacatalogV1SchemaResponse

Schema of the entry. An entry might not have any schema attached to it.

SourceSystemTimestamps GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystem enum. For entries with user_specified_system, this field is optional and defaults to an empty timestamp.

SqlDatabaseSystemSpec GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponse

Specification that applies to a relational database system. Only settable when user_specified_system is equal to SQL_DATABASE

Type string

The type of the entry. Only used for entries with types listed in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created in Data Catalog must use the user_specified_type.

UsageSignal GoogleCloudDatacatalogV1UsageSignalResponse

Resource usage statistics.

UserSpecifiedSystem string

Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_system string 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.

UserSpecifiedType string

Custom entry type that doesn't match any of the values allowed for input and listed in the EntryType enum. 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. The user_specified_type string 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.

bigqueryDateShardedSpec GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).

bigqueryTableSpec GoogleCloudDatacatalogV1BigQueryTableSpecResponse

Specification that applies to a BigQuery table. Valid only for entries with the TABLE type.

businessContext GoogleCloudDatacatalogV1BusinessContextResponse

Business Context of the entry. Not supported for BigQuery datasets

dataSource GoogleCloudDatacatalogV1DataSourceResponse

Physical location of the entry.

dataSourceConnectionSpec GoogleCloudDatacatalogV1DataSourceConnectionSpecResponse

Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION type.

databaseTableSpec GoogleCloudDatacatalogV1DatabaseTableSpecResponse

Specification that applies to a table resource. Valid only for entries with the TABLE or EXPLORE type.

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 GoogleCloudDatacatalogV1FilesetSpecResponse

Specification that applies to a fileset resource. Valid only for entries with the FILESET type.

fullyQualifiedName String

Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms: * For non-regionalized resources: {SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} * For regionalized resources: {SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} Example for a DPMS table: dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}

gcsFilesetSpec GoogleCloudDatacatalogV1GcsFilesetSpecResponse

Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESET type.

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_resource is the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, the linked_resource for 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 the EntryType enum. For entries with a user_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.

lookerSystemSpec GoogleCloudDatacatalogV1LookerSystemSpecResponse

Specification that applies to Looker sysstem. Only settable when user_specified_system is equal to LOOKER

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 GoogleCloudDatacatalogV1PersonalDetailsResponse

Additional information related to the entry. Private to the current user.

routineSpec GoogleCloudDatacatalogV1RoutineSpecResponse

Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINE type.

schema GoogleCloudDatacatalogV1SchemaResponse

Schema of the entry. An entry might not have any schema attached to it.

sourceSystemTimestamps GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystem enum. For entries with user_specified_system, this field is optional and defaults to an empty timestamp.

sqlDatabaseSystemSpec GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponse

Specification that applies to a relational database system. Only settable when user_specified_system is equal to SQL_DATABASE

type String

The type of the entry. Only used for entries with types listed in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created in Data Catalog must use the user_specified_type.

usageSignal GoogleCloudDatacatalogV1UsageSignalResponse

Resource usage statistics.

userSpecifiedSystem String

Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_system string 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.

userSpecifiedType String

Custom entry type that doesn't match any of the values allowed for input and listed in the EntryType enum. 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. The user_specified_type string 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.

bigqueryDateShardedSpec GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).

bigqueryTableSpec GoogleCloudDatacatalogV1BigQueryTableSpecResponse

Specification that applies to a BigQuery table. Valid only for entries with the TABLE type.

businessContext GoogleCloudDatacatalogV1BusinessContextResponse

Business Context of the entry. Not supported for BigQuery datasets

dataSource GoogleCloudDatacatalogV1DataSourceResponse

Physical location of the entry.

dataSourceConnectionSpec GoogleCloudDatacatalogV1DataSourceConnectionSpecResponse

Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION type.

databaseTableSpec GoogleCloudDatacatalogV1DatabaseTableSpecResponse

Specification that applies to a table resource. Valid only for entries with the TABLE or EXPLORE type.

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 GoogleCloudDatacatalogV1FilesetSpecResponse

Specification that applies to a fileset resource. Valid only for entries with the FILESET type.

fullyQualifiedName string

Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms: * For non-regionalized resources: {SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} * For regionalized resources: {SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} Example for a DPMS table: dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}

gcsFilesetSpec GoogleCloudDatacatalogV1GcsFilesetSpecResponse

Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESET type.

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_resource is the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, the linked_resource for 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 the EntryType enum. For entries with a user_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.

lookerSystemSpec GoogleCloudDatacatalogV1LookerSystemSpecResponse

Specification that applies to Looker sysstem. Only settable when user_specified_system is equal to LOOKER

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 GoogleCloudDatacatalogV1PersonalDetailsResponse

Additional information related to the entry. Private to the current user.

routineSpec GoogleCloudDatacatalogV1RoutineSpecResponse

Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINE type.

schema GoogleCloudDatacatalogV1SchemaResponse

Schema of the entry. An entry might not have any schema attached to it.

sourceSystemTimestamps GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystem enum. For entries with user_specified_system, this field is optional and defaults to an empty timestamp.

sqlDatabaseSystemSpec GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponse

Specification that applies to a relational database system. Only settable when user_specified_system is equal to SQL_DATABASE

type string

The type of the entry. Only used for entries with types listed in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created in Data Catalog must use the user_specified_type.

usageSignal GoogleCloudDatacatalogV1UsageSignalResponse

Resource usage statistics.

userSpecifiedSystem string

Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_system string 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.

userSpecifiedType string

Custom entry type that doesn't match any of the values allowed for input and listed in the EntryType enum. 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. The user_specified_type string 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_sharded_spec GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).

bigquery_table_spec GoogleCloudDatacatalogV1BigQueryTableSpecResponse

Specification that applies to a BigQuery table. Valid only for entries with the TABLE type.

business_context GoogleCloudDatacatalogV1BusinessContextResponse

Business Context of the entry. Not supported for BigQuery datasets

data_source GoogleCloudDatacatalogV1DataSourceResponse

Physical location of the entry.

data_source_connection_spec GoogleCloudDatacatalogV1DataSourceConnectionSpecResponse

Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION type.

database_table_spec GoogleCloudDatacatalogV1DatabaseTableSpecResponse

Specification that applies to a table resource. Valid only for entries with the TABLE or EXPLORE type.

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 GoogleCloudDatacatalogV1FilesetSpecResponse

Specification that applies to a fileset resource. Valid only for entries with the FILESET type.

fully_qualified_name str

Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms: * For non-regionalized resources: {SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} * For regionalized resources: {SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} Example for a DPMS table: dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}

gcs_fileset_spec GoogleCloudDatacatalogV1GcsFilesetSpecResponse

Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESET type.

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_resource is the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, the linked_resource for 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 the EntryType enum. For entries with a user_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_spec GoogleCloudDatacatalogV1LookerSystemSpecResponse

Specification that applies to Looker sysstem. Only settable when user_specified_system is equal to LOOKER

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 GoogleCloudDatacatalogV1PersonalDetailsResponse

Additional information related to the entry. Private to the current user.

routine_spec GoogleCloudDatacatalogV1RoutineSpecResponse

Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINE type.

schema GoogleCloudDatacatalogV1SchemaResponse

Schema of the entry. An entry might not have any schema attached to it.

source_system_timestamps GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystem enum. For entries with user_specified_system, this field is optional and defaults to an empty timestamp.

sql_database_system_spec GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponse

Specification that applies to a relational database system. Only settable when user_specified_system is equal to SQL_DATABASE

type str

The type of the entry. Only used for entries with types listed in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created in Data Catalog must use the user_specified_type.

usage_signal GoogleCloudDatacatalogV1UsageSignalResponse

Resource usage statistics.

user_specified_system str

Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_system string 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_type str

Custom entry type that doesn't match any of the values allowed for input and listed in the EntryType enum. 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. The user_specified_type string 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.

bigqueryDateShardedSpec Property Map

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).

bigqueryTableSpec Property Map

Specification that applies to a BigQuery table. Valid only for entries with the TABLE type.

businessContext Property Map

Business Context of the entry. Not supported for BigQuery datasets

dataSource Property Map

Physical location of the entry.

dataSourceConnectionSpec Property Map

Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION type.

databaseTableSpec Property Map

Specification that applies to a table resource. Valid only for entries with the TABLE or EXPLORE type.

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 FILESET type.

fullyQualifiedName String

Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms: * For non-regionalized resources: {SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} * For regionalized resources: {SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS} Example for a DPMS table: dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}

gcsFilesetSpec Property Map

Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESET type.

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_resource is the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, the linked_resource for 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 the EntryType enum. For entries with a user_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.

lookerSystemSpec Property Map

Specification that applies to Looker sysstem. Only settable when user_specified_system is equal to LOOKER

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 ROUTINE type.

schema Property Map

Schema of the entry. An entry might not have any schema attached to it.

sourceSystemTimestamps Property Map

Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystem enum. For entries with user_specified_system, this field is optional and defaults to an empty timestamp.

sqlDatabaseSystemSpec Property Map

Specification that applies to a relational database system. Only settable when user_specified_system is equal to SQL_DATABASE

type String

The type of the entry. Only used for entries with types listed in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created in Data Catalog must use the user_specified_type.

usageSignal Property Map

Resource usage statistics.

userSpecifiedSystem String

Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_system string 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.

userSpecifiedType String

Custom entry type that doesn't match any of the values allowed for input and listed in the EntryType enum. 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. The user_specified_type string 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.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponse

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 GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponse

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 GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponse

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 GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponse

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 GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponse

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}.

LatestShardResource string

BigQuery resource name of the latest shard.

ShardCount 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 the MyTable20180101 shard, the table_prefix is MyTable.

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}.

LatestShardResource string

BigQuery resource name of the latest shard.

ShardCount 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 the MyTable20180101 shard, the table_prefix is MyTable.

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}.

latestShardResource String

BigQuery resource name of the latest shard.

shardCount 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 the MyTable20180101 shard, the table_prefix is MyTable.

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}.

latestShardResource string

BigQuery resource name of the latest shard.

shardCount 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 the MyTable20180101 shard, the table_prefix is MyTable.

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_resource str

BigQuery resource name of the latest shard.

shard_count 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 the MyTable20180101 shard, the table_prefix is MyTable.

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}.

latestShardResource String

BigQuery resource name of the latest shard.

shardCount 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 the MyTable20180101 shard, the table_prefix is MyTable.

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

TableSourceType string

The table source type.

TableSpec Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1TableSpecResponse

Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

ViewSpec Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ViewSpecResponse

Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

TableSourceType string

The table source type.

TableSpec GoogleCloudDatacatalogV1TableSpecResponse

Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

ViewSpec GoogleCloudDatacatalogV1ViewSpecResponse

Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

tableSourceType String

The table source type.

tableSpec GoogleCloudDatacatalogV1TableSpecResponse

Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

viewSpec GoogleCloudDatacatalogV1ViewSpecResponse

Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

tableSourceType string

The table source type.

tableSpec GoogleCloudDatacatalogV1TableSpecResponse

Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

viewSpec GoogleCloudDatacatalogV1ViewSpecResponse

Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

table_source_type str

The table source type.

table_spec GoogleCloudDatacatalogV1TableSpecResponse

Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

view_spec GoogleCloudDatacatalogV1ViewSpecResponse

Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

tableSourceType String

The table source type.

tableSpec Property Map

Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

viewSpec Property Map

Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

GoogleCloudDatacatalogV1BusinessContextResponse

Contacts GoogleCloudDatacatalogV1ContactsResponse

Contact people for the entry.

EntryOverview GoogleCloudDatacatalogV1EntryOverviewResponse

Entry overview fields for rich text descriptions of entries.

contacts GoogleCloudDatacatalogV1ContactsResponse

Contact people for the entry.

entryOverview GoogleCloudDatacatalogV1EntryOverviewResponse

Entry overview fields for rich text descriptions of entries.

contacts GoogleCloudDatacatalogV1ContactsResponse

Contact people for the entry.

entryOverview GoogleCloudDatacatalogV1EntryOverviewResponse

Entry overview fields for rich text descriptions of entries.

contacts GoogleCloudDatacatalogV1ContactsResponse

Contact people for the entry.

entry_overview GoogleCloudDatacatalogV1EntryOverviewResponse

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.

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.

HighestIndexingType string

Optional. Most important inclusion of this column.

LookerColumnSpec Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecResponse

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, and REPEATED values are supported. Default mode is NULLABLE.

OrdinalPosition int

Optional. Ordinal position

Subcolumns List<Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ColumnSchemaResponse>

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.

HighestIndexingType string

Optional. Most important inclusion of this column.

LookerColumnSpec GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecResponse

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, and REPEATED values are supported. Default mode is NULLABLE.

OrdinalPosition int

Optional. Ordinal position

Subcolumns []GoogleCloudDatacatalogV1ColumnSchemaResponse

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.

highestIndexingType String

Optional. Most important inclusion of this column.

lookerColumnSpec GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecResponse

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, and REPEATED values are supported. Default mode is NULLABLE.

ordinalPosition Integer

Optional. Ordinal position

subcolumns List<GoogleCloudDatacatalogV1ColumnSchemaResponse>

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.

highestIndexingType string

Optional. Most important inclusion of this column.

lookerColumnSpec GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecResponse

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, and REPEATED values are supported. Default mode is NULLABLE.

ordinalPosition number

Optional. Ordinal position

subcolumns GoogleCloudDatacatalogV1ColumnSchemaResponse[]

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_type str

Optional. Most important inclusion of this column.

looker_column_spec GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecResponse

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, and REPEATED values are supported. Default mode is NULLABLE.

ordinal_position int

Optional. Ordinal position

subcolumns Sequence[GoogleCloudDatacatalogV1ColumnSchemaResponse]

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.

highestIndexingType String

Optional. Most important inclusion of this column.

lookerColumnSpec Property Map

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, and REPEATED values are supported. Default mode is NULLABLE.

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, ``, or John Doe.

Designation string

Designation of the person, for example, Data Steward.

Email string

Email of the person in the format of john.doe@xyz, ``, or John Doe.

designation String

Designation of the person, for example, Data Steward.

email String

Email of the person in the format of john.doe@xyz, ``, or John Doe.

designation string

Designation of the person, for example, Data Steward.

email string

Email of the person in the format of john.doe@xyz, ``, or John Doe.

designation str

Designation of the person, for example, Data Steward.

email str

Email of the person in the format of john.doe@xyz, ``, or John Doe.

designation String

Designation of the person, for example, Data Steward.

email String

Email of the person in the format of john.doe@xyz, ``, or John Doe.

GoogleCloudDatacatalogV1ContactsResponse

People []GoogleCloudDatacatalogV1ContactsPersonResponse

The list of contact people for the entry.

people List<GoogleCloudDatacatalogV1ContactsPersonResponse>

The list of contact people for the entry.

people GoogleCloudDatacatalogV1ContactsPersonResponse[]

The list of contact people for the entry.

people Sequence[GoogleCloudDatacatalogV1ContactsPersonResponse]

The list of contact people for the entry.

people List<Property Map>

The list of contact people for the entry.

GoogleCloudDatacatalogV1DataSourceConnectionSpecResponse

bigqueryConnectionSpec Property Map

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.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1StoragePropertiesResponse

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 GoogleCloudDatacatalogV1StoragePropertiesResponse

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 GoogleCloudDatacatalogV1StoragePropertiesResponse

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 GoogleCloudDatacatalogV1StoragePropertiesResponse

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 GoogleCloudDatacatalogV1StoragePropertiesResponse

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

BaseTable string

Name of a singular table this view reflects one to one.

SqlQuery string

SQL query used to generate this view.

ViewType string

Type of this view.

BaseTable string

Name of a singular table this view reflects one to one.

SqlQuery string

SQL query used to generate this view.

ViewType string

Type of this view.

baseTable String

Name of a singular table this view reflects one to one.

sqlQuery String

SQL query used to generate this view.

viewType String

Type of this view.

baseTable string

Name of a singular table this view reflects one to one.

sqlQuery string

SQL query used to generate this view.

viewType string

Type of this view.

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.

baseTable String

Name of a singular table this view reflects one to one.

sqlQuery String

SQL query used to generate this view.

viewType String

Type of this view.

GoogleCloudDatacatalogV1DatabaseTableSpecResponse

DatabaseViewSpec Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecResponse

Spec what aplies to tables that are actually views. Not set for "real" tables.

DataplexTable Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DataplexTableSpecResponse

Fields specific to a Dataplex table and present only in the Dataplex table entries.

Type string

Type of this table.

DatabaseViewSpec GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecResponse

Spec what aplies to tables that are actually views. Not set for "real" tables.

DataplexTable GoogleCloudDatacatalogV1DataplexTableSpecResponse

Fields specific to a Dataplex table and present only in the Dataplex table entries.

Type string

Type of this table.

databaseViewSpec GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecResponse

Spec what aplies to tables that are actually views. Not set for "real" tables.

dataplexTable GoogleCloudDatacatalogV1DataplexTableSpecResponse

Fields specific to a Dataplex table and present only in the Dataplex table entries.

type String

Type of this table.

databaseViewSpec GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecResponse

Spec what aplies to tables that are actually views. Not set for "real" tables.

dataplexTable GoogleCloudDatacatalogV1DataplexTableSpecResponse

Fields specific to a Dataplex table and present only in the Dataplex table entries.

type string

Type of this table.

database_view_spec GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecResponse

Spec what aplies to tables that are actually views. Not set for "real" tables.

dataplex_table GoogleCloudDatacatalogV1DataplexTableSpecResponse

Fields specific to a Dataplex table and present only in the Dataplex table entries.

type str

Type of this table.

databaseViewSpec Property Map

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

DataCatalogEntry string

Name of the Data Catalog entry representing the external table.

FullyQualifiedName string

Fully qualified name (FQN) of the external table.

GoogleCloudResource string

Google Cloud resource name of the external table.

System string

Service in which the external table is registered.

DataCatalogEntry string

Name of the Data Catalog entry representing the external table.

FullyQualifiedName string

Fully qualified name (FQN) of the external table.

GoogleCloudResource string

Google Cloud resource name of the external table.

System string

Service in which the external table is registered.

dataCatalogEntry String

Name of the Data Catalog entry representing the external table.

fullyQualifiedName String

Fully qualified name (FQN) of the external table.

googleCloudResource String

Google Cloud resource name of the external table.

system String

Service in which the external table is registered.

dataCatalogEntry string

Name of the Data Catalog entry representing the external table.

fullyQualifiedName string

Fully qualified name (FQN) of the external table.

googleCloudResource string

Google Cloud resource name of the external table.

system string

Service in which the external table is registered.

data_catalog_entry str

Name of the Data Catalog entry representing the external table.

fully_qualified_name str

Fully qualified name (FQN) of the external table.

google_cloud_resource str

Google Cloud resource name of the external table.

system str

Service in which the external table is registered.

dataCatalogEntry String

Name of the Data Catalog entry representing the external table.

fullyQualifiedName String

Fully qualified name (FQN) of the external table.

googleCloudResource String

Google Cloud resource name of the external table.

system String

Service in which the external table is registered.

GoogleCloudDatacatalogV1DataplexFilesetSpecResponse

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.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaResponse

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 GoogleCloudDatacatalogV1PhysicalSchemaResponse

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 GoogleCloudDatacatalogV1PhysicalSchemaResponse

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 GoogleCloudDatacatalogV1PhysicalSchemaResponse

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 GoogleCloudDatacatalogV1PhysicalSchemaResponse

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.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DataplexSpecResponse

Common Dataplex fields.

ExternalTables List<Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DataplexExternalTableResponse>

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 GoogleCloudDatacatalogV1DataplexSpecResponse

Common Dataplex fields.

ExternalTables []GoogleCloudDatacatalogV1DataplexExternalTableResponse

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 GoogleCloudDatacatalogV1DataplexSpecResponse

Common Dataplex fields.

externalTables List<GoogleCloudDatacatalogV1DataplexExternalTableResponse>

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 GoogleCloudDatacatalogV1DataplexSpecResponse

Common Dataplex fields.

externalTables GoogleCloudDatacatalogV1DataplexExternalTableResponse[]

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 GoogleCloudDatacatalogV1DataplexSpecResponse

Common Dataplex fields.

external_tables Sequence[GoogleCloudDatacatalogV1DataplexExternalTableResponse]

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.

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.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DataplexFilesetSpecResponse

Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.

DataplexFileset GoogleCloudDatacatalogV1DataplexFilesetSpecResponse

Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.

dataplexFileset GoogleCloudDatacatalogV1DataplexFilesetSpecResponse

Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.

dataplexFileset GoogleCloudDatacatalogV1DataplexFilesetSpecResponse

Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.

dataplex_fileset GoogleCloudDatacatalogV1DataplexFilesetSpecResponse

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.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1SystemTimestampsResponse

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 GoogleCloudDatacatalogV1SystemTimestampsResponse

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 GoogleCloudDatacatalogV1SystemTimestampsResponse

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 GoogleCloudDatacatalogV1SystemTimestampsResponse

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 GoogleCloudDatacatalogV1SystemTimestampsResponse

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 in bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in bucket_name/dir and all subdirectories * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt You can combine wildcards to match complex sets of files, for example: gs://bucket_name/[a-m]??.j*g

SampleGcsFileSpecs List<Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1GcsFileSpecResponse>

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 in bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in bucket_name/dir and all subdirectories * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt You can combine wildcards to match complex sets of files, for example: gs://bucket_name/[a-m]??.j*g

SampleGcsFileSpecs []GoogleCloudDatacatalogV1GcsFileSpecResponse

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 in bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in bucket_name/dir and all subdirectories * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt You can combine wildcards to match complex sets of files, for example: gs://bucket_name/[a-m]??.j*g

sampleGcsFileSpecs List<GoogleCloudDatacatalogV1GcsFileSpecResponse>

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 in bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in bucket_name/dir and all subdirectories * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt You can combine wildcards to match complex sets of files, for example: gs://bucket_name/[a-m]??.j*g

sampleGcsFileSpecs GoogleCloudDatacatalogV1GcsFileSpecResponse[]

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 in bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in bucket_name/dir and all subdirectories * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt You can combine wildcards to match complex sets of files, for example: gs://bucket_name/[a-m]??.j*g

sample_gcs_file_specs Sequence[GoogleCloudDatacatalogV1GcsFileSpecResponse]

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 in bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in bucket_name/dir and all subdirectories * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://another_bucket/a.txt You can combine wildcards to match complex sets of files, for example: gs://bucket_name/[a-m]??.j*g

sampleGcsFileSpecs List<Property Map>

Sample files contained in this fileset, not all files contained in this fileset are represented here.

GoogleCloudDatacatalogV1LookerSystemSpecResponse

ParentInstanceDisplayName string

Name of the parent Looker Instance. Empty if it does not exist.

ParentInstanceId string

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

ParentModelDisplayName string

Name of the parent Model. Empty if it does not exist.

ParentModelId string

ID of the parent Model. Empty if it does not exist.

ParentViewDisplayName string

Name of the parent View. Empty if it does not exist.

ParentViewId string

ID of the parent View. Empty if it does not exist.

ParentInstanceDisplayName string

Name of the parent Looker Instance. Empty if it does not exist.

ParentInstanceId string

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

ParentModelDisplayName string

Name of the parent Model. Empty if it does not exist.

ParentModelId string

ID of the parent Model. Empty if it does not exist.

ParentViewDisplayName string

Name of the parent View. Empty if it does not exist.

ParentViewId string

ID of the parent View. Empty if it does not exist.

parentInstanceDisplayName String

Name of the parent Looker Instance. Empty if it does not exist.

parentInstanceId String

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

parentModelDisplayName String

Name of the parent Model. Empty if it does not exist.

parentModelId String

ID of the parent Model. Empty if it does not exist.

parentViewDisplayName String

Name of the parent View. Empty if it does not exist.

parentViewId String

ID of the parent View. Empty if it does not exist.

parentInstanceDisplayName string

Name of the parent Looker Instance. Empty if it does not exist.

parentInstanceId string

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

parentModelDisplayName string

Name of the parent Model. Empty if it does not exist.

parentModelId string

ID of the parent Model. Empty if it does not exist.

parentViewDisplayName string

Name of the parent View. Empty if it does not exist.

parentViewId string

ID of the parent View. Empty if it does not exist.

parent_instance_display_name str

Name of the parent Looker Instance. Empty if it does not exist.

parent_instance_id str

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

parent_model_display_name str

Name of the parent Model. Empty if it does not exist.

parent_model_id str

ID of the parent Model. Empty if it does not exist.

parent_view_display_name str

Name of the parent View. Empty if it does not exist.

parent_view_id str

ID of the parent View. Empty if it does not exist.

parentInstanceDisplayName String

Name of the parent Looker Instance. Empty if it does not exist.

parentInstanceId String

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

parentModelDisplayName String

Name of the parent Model. Empty if it does not exist.

parentModelId String

ID of the parent Model. Empty if it does not exist.

parentViewDisplayName String

Name of the parent View. Empty if it does not exist.

parentViewId String

ID of the parent View. Empty if it does not exist.

GoogleCloudDatacatalogV1PersonalDetailsResponse

StarTime string

Set if the entry is starred; unset otherwise.

Starred bool

True if the entry is starred by the user; false otherwise.

StarTime string

Set if the entry is starred; unset otherwise.

Starred bool

True if the entry is starred by the user; false otherwise.

starTime String

Set if the entry is starred; unset otherwise.

starred Boolean

True if the entry is starred by the user; false otherwise.

starTime string

Set if the entry is starred; unset otherwise.

starred boolean

True if the entry is starred by the user; false otherwise.

star_time str

Set if the entry is starred; unset otherwise.

starred bool

True if the entry is starred by the user; false otherwise.

starTime String

Set if the entry is starred; unset otherwise.

starred Boolean

True if the entry is starred by the user; false otherwise.

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.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaResponse

Schema in Avro JSON format.

Csv Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaCsvSchemaResponse

Marks a CSV-encoded data source.

Orc Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaOrcSchemaResponse

Marks an ORC-encoded data source.

Parquet Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaParquetSchemaResponse

Marks a Parquet-encoded data source.

Protobuf Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaResponse

Schema in protocol buffer format.

Thrift Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaResponse

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

Mode string

Specifies whether the argument is input or output.

Name string

The name of the argument. A return argument of a function might not have a name.

Type string

Type of the argument. The exact value depends on the source system and the language.

Mode string

Specifies whether the argument is input or output.

Name string

The name of the argument. A return argument of a function might not have a name.

Type string

Type of the argument. The exact value depends on the source system and the language.

mode String

Specifies whether the argument is input or output.

name String

The name of the argument. A return argument of a function might not have a name.

type String

Type of the argument. The exact value depends on the source system and the language.

mode string

Specifies whether the argument is input or output.

name string

The name of the argument. A return argument of a function might not have a name.

type string

Type of the argument. The exact value depends on the source system and the language.

mode str

Specifies whether the argument is input or output.

name str

The name of the argument. A return argument of a function might not have a name.

type str

Type of the argument. The exact value depends on the source system and the language.

mode String

Specifies whether the argument is input or output.

name String

The name of the argument. A return argument of a function might not have a name.

type String

Type of the argument. The exact value depends on the source system and the language.

GoogleCloudDatacatalogV1RoutineSpecResponse

BigqueryRoutineSpec Pulumi.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse

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.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1RoutineSpecArgumentResponse>

Arguments of the routine.

RoutineType string

The type of the routine.

BigqueryRoutineSpec GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse

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 []GoogleCloudDatacatalogV1RoutineSpecArgumentResponse

Arguments of the routine.

RoutineType string

The type of the routine.

bigqueryRoutineSpec GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse

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<GoogleCloudDatacatalogV1RoutineSpecArgumentResponse>

Arguments of the routine.

routineType String

The type of the routine.

bigqueryRoutineSpec GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse

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 GoogleCloudDatacatalogV1RoutineSpecArgumentResponse[]

Arguments of the routine.

routineType string

The type of the routine.

bigquery_routine_spec GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse

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[GoogleCloudDatacatalogV1RoutineSpecArgumentResponse]

Arguments of the routine.

routine_type str

The type of the routine.

bigqueryRoutineSpec Property Map

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.GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ColumnSchemaResponse>

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 []GoogleCloudDatacatalogV1ColumnSchemaResponse

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<GoogleCloudDatacatalogV1ColumnSchemaResponse>

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 GoogleCloudDatacatalogV1ColumnSchemaResponse[]

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[GoogleCloudDatacatalogV1ColumnSchemaResponse]

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.

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 the bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in the bucket_name/dir and all subdirectories recursively * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://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 the bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in the bucket_name/dir and all subdirectories recursively * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://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 the bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in the bucket_name/dir and all subdirectories recursively * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://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 the bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in the bucket_name/dir and all subdirectories recursively * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://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 the bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in the bucket_name/dir and all subdirectories recursively * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://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 the bucket_name/dir directory * gs://bucket_name/dir/**: matches all files in the bucket_name/dir and all subdirectories recursively * gs://bucket_name/file*: matches files prefixed by file in bucket_name * gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name * gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name * gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name * gs://bucket_name/a/*/b: matches all files in bucket_name that match the a/*/b pattern, such as a/c/b, a/d/b * gs://another_bucket/a.txt: matches gs://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]YYYYMMDD name 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_entry is empty.

GroupedEntry string

If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD name 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_entry is empty.

groupedEntry String

If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD name 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_entry is empty.

groupedEntry string

If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD name 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_entry is empty.

grouped_entry str

If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD name 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_entry is empty.

groupedEntry String

If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD name 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_entry is empty.

GoogleCloudDatacatalogV1UsageSignalResponse

CommonUsageWithinTimeRange Dictionary<string, string>

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.

UsageWithinTimeRange Dictionary<string, string>

BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.

CommonUsageWithinTimeRange map[string]string

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.

UsageWithinTimeRange map[string]string

BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.

commonUsageWithinTimeRange Map<String,String>

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.

usageWithinTimeRange Map<String,String>

BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.

commonUsageWithinTimeRange {[key: string]: string}

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.

usageWithinTimeRange {[key: string]: string}

BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.

common_usage_within_time_range Mapping[str, str]

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_time_range Mapping[str, str]

BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.

commonUsageWithinTimeRange Map<String>

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.

usageWithinTimeRange Map<String>

BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.

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