Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.datacatalog/v1.Entry
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates an entry. You can create entries only with ‘FILESET’, ‘CLUSTER’, ‘DATA_STREAM’, or custom types. Data Catalog automatically creates entries with other types during metadata ingestion from integrated systems. You must enable the Data Catalog API in the project identified by the parent
parameter. For more information, see Data Catalog resource project. An entry group can have a maximum of 100,000 entries.
Auto-naming is currently not supported for this resource.
Create Entry Resource
new Entry(name: string, args: EntryArgs, opts?: CustomResourceOptions);
@overload
def Entry(resource_name: str,
opts: Optional[ResourceOptions] = None,
business_context: Optional[GoogleCloudDatacatalogV1BusinessContextArgs] = None,
cloud_bigtable_system_spec: Optional[GoogleCloudDatacatalogV1CloudBigtableSystemSpecArgs] = None,
data_source_connection_spec: Optional[GoogleCloudDatacatalogV1DataSourceConnectionSpecArgs] = None,
database_table_spec: Optional[GoogleCloudDatacatalogV1DatabaseTableSpecArgs] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
entry_group_id: Optional[str] = None,
entry_id: Optional[str] = None,
fileset_spec: Optional[GoogleCloudDatacatalogV1FilesetSpecArgs] = None,
fully_qualified_name: Optional[str] = None,
gcs_fileset_spec: Optional[GoogleCloudDatacatalogV1GcsFilesetSpecArgs] = None,
labels: Optional[Mapping[str, str]] = None,
linked_resource: Optional[str] = None,
location: Optional[str] = None,
looker_system_spec: Optional[GoogleCloudDatacatalogV1LookerSystemSpecArgs] = None,
project: Optional[str] = None,
routine_spec: Optional[GoogleCloudDatacatalogV1RoutineSpecArgs] = None,
schema: Optional[GoogleCloudDatacatalogV1SchemaArgs] = None,
service_spec: Optional[GoogleCloudDatacatalogV1ServiceSpecArgs] = None,
source_system_timestamps: Optional[GoogleCloudDatacatalogV1SystemTimestampsArgs] = None,
sql_database_system_spec: Optional[GoogleCloudDatacatalogV1SqlDatabaseSystemSpecArgs] = None,
type: Optional[EntryType] = None,
usage_signal: Optional[GoogleCloudDatacatalogV1UsageSignalArgs] = None,
user_specified_system: Optional[str] = None,
user_specified_type: Optional[str] = None)
@overload
def Entry(resource_name: str,
args: EntryArgs,
opts: Optional[ResourceOptions] = None)
func NewEntry(ctx *Context, name string, args EntryArgs, opts ...ResourceOption) (*Entry, error)
public Entry(string name, EntryArgs args, CustomResourceOptions? opts = null)
type: google-native:datacatalog/v1:Entry
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EntryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EntryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EntryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EntryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EntryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Entry Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Entry resource accepts the following input properties:
- Entry
Group stringId - Entry
Id string Required. The ID of the entry to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.
- Business
Context Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Business Context Business Context of the entry. Not supported for BigQuery datasets
- Cloud
Bigtable Pulumi.System Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable System Spec Specification that applies to Cloud Bigtable system. Only settable when
integrated_system
is equal toCLOUD_BIGTABLE
- Data
Source Pulumi.Connection Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Data Source Connection Spec Specification that applies to a data source connection. Valid only for entries with the
DATA_SOURCE_CONNECTION
type.- Database
Table Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Database Table Spec Specification that applies to a table resource. Valid only for entries with the
TABLE
orEXPLORE
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.
- Display
Name string Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- Fileset
Spec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Fileset Spec Specification that applies to a fileset resource. Valid only for entries with the
FILESET
type.- Fully
Qualified stringName Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- Gcs
Fileset Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Gcs Fileset Spec Specification that applies to a Cloud Storage fileset. Valid only for entries with the
FILESET
type.- 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.
- Linked
Resource 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, thelinked_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 theEntryType
enum. For entries with auser_specified_type
, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.- Location string
- Looker
System Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Looker System Spec Specification that applies to Looker sysstem. Only settable when
user_specified_system
is equal toLOOKER
- Project string
- Routine
Spec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Routine Spec Specification that applies to a user-defined function or procedure. Valid only for entries with the
ROUTINE
type.- Schema
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Schema Schema of the entry. An entry might not have any schema attached to it.
- Service
Spec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Service Spec Specification that applies to a Service resource.
- Source
System Pulumi.Timestamps Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1System Timestamps 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 withuser_specified_system
, this field is optional and defaults to an empty timestamp.- Sql
Database Pulumi.System Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Sql Database System Spec Specification that applies to a relational database system. Only settable when
user_specified_system
is equal toSQL_DATABASE
- Type
Pulumi.
Google Native. Data Catalog. V1. Entry Type The type of the entry. Only used for entries with types listed in the
EntryType
enum. Currently, onlyFILESET
enum value is allowed. All other entries created in Data Catalog must use theuser_specified_type
.- Usage
Signal Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Usage Signal Resource usage statistics.
- User
Specified stringSystem 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 stringType 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
. Theuser_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.
- Entry
Group stringId - Entry
Id string Required. The ID of the entry to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.
- Business
Context GoogleCloud Datacatalog V1Business Context Args Business Context of the entry. Not supported for BigQuery datasets
- Cloud
Bigtable GoogleSystem Spec Cloud Datacatalog V1Cloud Bigtable System Spec Args Specification that applies to Cloud Bigtable system. Only settable when
integrated_system
is equal toCLOUD_BIGTABLE
- Data
Source GoogleConnection Spec Cloud Datacatalog V1Data Source Connection Spec Args Specification that applies to a data source connection. Valid only for entries with the
DATA_SOURCE_CONNECTION
type.- Database
Table GoogleSpec Cloud Datacatalog V1Database Table Spec Args Specification that applies to a table resource. Valid only for entries with the
TABLE
orEXPLORE
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.
- Display
Name string Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- Fileset
Spec GoogleCloud Datacatalog V1Fileset Spec Args Specification that applies to a fileset resource. Valid only for entries with the
FILESET
type.- Fully
Qualified stringName Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- Gcs
Fileset GoogleSpec Cloud Datacatalog V1Gcs Fileset Spec Args Specification that applies to a Cloud Storage fileset. Valid only for entries with the
FILESET
type.- 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.
- Linked
Resource 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, thelinked_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 theEntryType
enum. For entries with auser_specified_type
, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.- Location string
- Looker
System GoogleSpec Cloud Datacatalog V1Looker System Spec Args Specification that applies to Looker sysstem. Only settable when
user_specified_system
is equal toLOOKER
- Project string
- Routine
Spec GoogleCloud Datacatalog V1Routine Spec Args Specification that applies to a user-defined function or procedure. Valid only for entries with the
ROUTINE
type.- Schema
Google
Cloud Datacatalog V1Schema Args Schema of the entry. An entry might not have any schema attached to it.
- Service
Spec GoogleCloud Datacatalog V1Service Spec Args Specification that applies to a Service resource.
- Source
System GoogleTimestamps Cloud Datacatalog V1System Timestamps Args 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 withuser_specified_system
, this field is optional and defaults to an empty timestamp.- Sql
Database GoogleSystem Spec Cloud Datacatalog V1Sql Database System Spec Args Specification that applies to a relational database system. Only settable when
user_specified_system
is equal toSQL_DATABASE
- Type
Entry
Type The type of the entry. Only used for entries with types listed in the
EntryType
enum. Currently, onlyFILESET
enum value is allowed. All other entries created in Data Catalog must use theuser_specified_type
.- Usage
Signal GoogleCloud Datacatalog V1Usage Signal Args Resource usage statistics.
- User
Specified stringSystem 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 stringType 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
. Theuser_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.
- entry
Group StringId - entry
Id String Required. The ID of the entry to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.
- business
Context GoogleCloud Datacatalog V1Business Context Business Context of the entry. Not supported for BigQuery datasets
- cloud
Bigtable GoogleSystem Spec Cloud Datacatalog V1Cloud Bigtable System Spec Specification that applies to Cloud Bigtable system. Only settable when
integrated_system
is equal toCLOUD_BIGTABLE
- data
Source GoogleConnection Spec Cloud Datacatalog V1Data Source Connection Spec Specification that applies to a data source connection. Valid only for entries with the
DATA_SOURCE_CONNECTION
type.- database
Table GoogleSpec Cloud Datacatalog V1Database Table Spec Specification that applies to a table resource. Valid only for entries with the
TABLE
orEXPLORE
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.
- display
Name String Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- fileset
Spec GoogleCloud Datacatalog V1Fileset Spec Specification that applies to a fileset resource. Valid only for entries with the
FILESET
type.- fully
Qualified StringName Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcs
Fileset GoogleSpec Cloud Datacatalog V1Gcs Fileset Spec Specification that applies to a Cloud Storage fileset. Valid only for entries with the
FILESET
type.- 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.
- linked
Resource 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, thelinked_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 theEntryType
enum. For entries with auser_specified_type
, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.- location String
- looker
System GoogleSpec Cloud Datacatalog V1Looker System Spec Specification that applies to Looker sysstem. Only settable when
user_specified_system
is equal toLOOKER
- project String
- routine
Spec GoogleCloud Datacatalog V1Routine Spec Specification that applies to a user-defined function or procedure. Valid only for entries with the
ROUTINE
type.- schema
Google
Cloud Datacatalog V1Schema Schema of the entry. An entry might not have any schema attached to it.
- service
Spec GoogleCloud Datacatalog V1Service Spec Specification that applies to a Service resource.
- source
System GoogleTimestamps Cloud Datacatalog V1System Timestamps 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 withuser_specified_system
, this field is optional and defaults to an empty timestamp.- sql
Database GoogleSystem Spec Cloud Datacatalog V1Sql Database System Spec Specification that applies to a relational database system. Only settable when
user_specified_system
is equal toSQL_DATABASE
- type
Entry
Type The type of the entry. Only used for entries with types listed in the
EntryType
enum. Currently, onlyFILESET
enum value is allowed. All other entries created in Data Catalog must use theuser_specified_type
.- usage
Signal GoogleCloud Datacatalog V1Usage Signal Resource usage statistics.
- user
Specified StringSystem 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 StringType 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
. Theuser_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.
- entry
Group stringId - entry
Id string Required. The ID of the entry to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.
- business
Context GoogleCloud Datacatalog V1Business Context Business Context of the entry. Not supported for BigQuery datasets
- cloud
Bigtable GoogleSystem Spec Cloud Datacatalog V1Cloud Bigtable System Spec Specification that applies to Cloud Bigtable system. Only settable when
integrated_system
is equal toCLOUD_BIGTABLE
- data
Source GoogleConnection Spec Cloud Datacatalog V1Data Source Connection Spec Specification that applies to a data source connection. Valid only for entries with the
DATA_SOURCE_CONNECTION
type.- database
Table GoogleSpec Cloud Datacatalog V1Database Table Spec Specification that applies to a table resource. Valid only for entries with the
TABLE
orEXPLORE
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.
- display
Name string Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- fileset
Spec GoogleCloud Datacatalog V1Fileset Spec Specification that applies to a fileset resource. Valid only for entries with the
FILESET
type.- fully
Qualified stringName Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcs
Fileset GoogleSpec Cloud Datacatalog V1Gcs Fileset Spec Specification that applies to a Cloud Storage fileset. Valid only for entries with the
FILESET
type.- 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.
- linked
Resource 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, thelinked_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 theEntryType
enum. For entries with auser_specified_type
, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.- location string
- looker
System GoogleSpec Cloud Datacatalog V1Looker System Spec Specification that applies to Looker sysstem. Only settable when
user_specified_system
is equal toLOOKER
- project string
- routine
Spec GoogleCloud Datacatalog V1Routine Spec Specification that applies to a user-defined function or procedure. Valid only for entries with the
ROUTINE
type.- schema
Google
Cloud Datacatalog V1Schema Schema of the entry. An entry might not have any schema attached to it.
- service
Spec GoogleCloud Datacatalog V1Service Spec Specification that applies to a Service resource.
- source
System GoogleTimestamps Cloud Datacatalog V1System Timestamps 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 withuser_specified_system
, this field is optional and defaults to an empty timestamp.- sql
Database GoogleSystem Spec Cloud Datacatalog V1Sql Database System Spec Specification that applies to a relational database system. Only settable when
user_specified_system
is equal toSQL_DATABASE
- type
Entry
Type The type of the entry. Only used for entries with types listed in the
EntryType
enum. Currently, onlyFILESET
enum value is allowed. All other entries created in Data Catalog must use theuser_specified_type
.- usage
Signal GoogleCloud Datacatalog V1Usage Signal Resource usage statistics.
- user
Specified stringSystem 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 stringType 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
. Theuser_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.
- entry_
group_ strid - entry_
id str Required. The ID of the entry to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.
- business_
context GoogleCloud Datacatalog V1Business Context Args Business Context of the entry. Not supported for BigQuery datasets
- cloud_
bigtable_ Googlesystem_ spec Cloud Datacatalog V1Cloud Bigtable System Spec Args Specification that applies to Cloud Bigtable system. Only settable when
integrated_system
is equal toCLOUD_BIGTABLE
- data_
source_ Googleconnection_ spec Cloud Datacatalog V1Data Source Connection Spec Args Specification that applies to a data source connection. Valid only for entries with the
DATA_SOURCE_CONNECTION
type.- database_
table_ Googlespec Cloud Datacatalog V1Database Table Spec Args Specification that applies to a table resource. Valid only for entries with the
TABLE
orEXPLORE
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 GoogleCloud Datacatalog V1Fileset Spec Args Specification that applies to a fileset resource. Valid only for entries with the
FILESET
type.- fully_
qualified_ strname Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcs_
fileset_ Googlespec Cloud Datacatalog V1Gcs Fileset Spec Args Specification that applies to a Cloud Storage fileset. Valid only for entries with the
FILESET
type.- 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, thelinked_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 theEntryType
enum. For entries with auser_specified_type
, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.- location str
- looker_
system_ Googlespec Cloud Datacatalog V1Looker System Spec Args Specification that applies to Looker sysstem. Only settable when
user_specified_system
is equal toLOOKER
- project str
- routine_
spec GoogleCloud Datacatalog V1Routine Spec Args Specification that applies to a user-defined function or procedure. Valid only for entries with the
ROUTINE
type.- schema
Google
Cloud Datacatalog V1Schema Args Schema of the entry. An entry might not have any schema attached to it.
- service_
spec GoogleCloud Datacatalog V1Service Spec Args Specification that applies to a Service resource.
- source_
system_ Googletimestamps Cloud Datacatalog V1System Timestamps Args 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 withuser_specified_system
, this field is optional and defaults to an empty timestamp.- sql_
database_ Googlesystem_ spec Cloud Datacatalog V1Sql Database System Spec Args Specification that applies to a relational database system. Only settable when
user_specified_system
is equal toSQL_DATABASE
- type
Entry
Type The type of the entry. Only used for entries with types listed in the
EntryType
enum. Currently, onlyFILESET
enum value is allowed. All other entries created in Data Catalog must use theuser_specified_type
.- usage_
signal GoogleCloud Datacatalog V1Usage Signal Args Resource usage statistics.
- user_
specified_ strsystem 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_ strtype 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
. Theuser_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.
- entry
Group StringId - entry
Id String Required. The ID of the entry to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.
- business
Context Property Map Business Context of the entry. Not supported for BigQuery datasets
- cloud
Bigtable Property MapSystem Spec Specification that applies to Cloud Bigtable system. Only settable when
integrated_system
is equal toCLOUD_BIGTABLE
- data
Source Property MapConnection Spec Specification that applies to a data source connection. Valid only for entries with the
DATA_SOURCE_CONNECTION
type.- database
Table Property MapSpec Specification that applies to a table resource. Valid only for entries with the
TABLE
orEXPLORE
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.
- display
Name String Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- fileset
Spec Property Map Specification that applies to a fileset resource. Valid only for entries with the
FILESET
type.- fully
Qualified StringName Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcs
Fileset Property MapSpec Specification that applies to a Cloud Storage fileset. Valid only for entries with the
FILESET
type.- 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.
- linked
Resource 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, thelinked_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 theEntryType
enum. For entries with auser_specified_type
, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.- location String
- looker
System Property MapSpec Specification that applies to Looker sysstem. Only settable when
user_specified_system
is equal toLOOKER
- project String
- routine
Spec 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.
- service
Spec Property Map Specification that applies to a Service resource.
- source
System Property MapTimestamps 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 withuser_specified_system
, this field is optional and defaults to an empty timestamp.- sql
Database Property MapSystem Spec Specification that applies to a relational database system. Only settable when
user_specified_system
is equal toSQL_DATABASE
- type "ENTRY_TYPE_UNSPECIFIED" | "TABLE" | "MODEL" | "DATA_STREAM" | "FILESET" | "CLUSTER" | "DATABASE" | "DATA_SOURCE_CONNECTION" | "ROUTINE" | "LAKE" | "ZONE" | "SERVICE" | "DATABASE_SCHEMA" | "DASHBOARD" | "EXPLORE" | "LOOK"
The type of the entry. Only used for entries with types listed in the
EntryType
enum. Currently, onlyFILESET
enum value is allowed. All other entries created in Data Catalog must use theuser_specified_type
.- usage
Signal Property Map Resource usage statistics.
- user
Specified StringSystem 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 StringType 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
. Theuser_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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Entry resource produces the following output properties:
- Bigquery
Date Pulumi.Sharded Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Big Query Date Sharded Spec Response Specification for a group of BigQuery tables with the
[prefix]YYYYMMDD
name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).- Bigquery
Table Pulumi.Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Big Query Table Spec Response Specification that applies to a BigQuery table. Valid only for entries with the
TABLE
type.- Data
Source Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Data Source Response Physical location of the entry.
- Id string
The provider-assigned unique ID for this managed resource.
- Integrated
System string Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- 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.
- Personal
Details Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Personal Details Response Additional information related to the entry. Private to the current user.
- Bigquery
Date GoogleSharded Spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 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 GoogleSpec Cloud Datacatalog V1Big Query Table Spec Response Specification that applies to a BigQuery table. Valid only for entries with the
TABLE
type.- Data
Source GoogleCloud Datacatalog V1Data Source Response Physical location of the entry.
- Id string
The provider-assigned unique ID for this managed resource.
- Integrated
System string Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- 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.
- Personal
Details GoogleCloud Datacatalog V1Personal Details Response Additional information related to the entry. Private to the current user.
- bigquery
Date GoogleSharded Spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 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 GoogleSpec Cloud Datacatalog V1Big Query Table Spec Response Specification that applies to a BigQuery table. Valid only for entries with the
TABLE
type.- data
Source GoogleCloud Datacatalog V1Data Source Response Physical location of the entry.
- id String
The provider-assigned unique ID for this managed resource.
- integrated
System String Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- 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.
- personal
Details GoogleCloud Datacatalog V1Personal Details Response Additional information related to the entry. Private to the current user.
- bigquery
Date GoogleSharded Spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 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 GoogleSpec Cloud Datacatalog V1Big Query Table Spec Response Specification that applies to a BigQuery table. Valid only for entries with the
TABLE
type.- data
Source GoogleCloud Datacatalog V1Data Source Response Physical location of the entry.
- id string
The provider-assigned unique ID for this managed resource.
- integrated
System string Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- 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.
- personal
Details GoogleCloud Datacatalog V1Personal Details Response Additional information related to the entry. Private to the current user.
- bigquery_
date_ Googlesharded_ spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 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_ Googlespec Cloud Datacatalog V1Big Query Table Spec Response Specification that applies to a BigQuery table. Valid only for entries with the
TABLE
type.- data_
source GoogleCloud Datacatalog V1Data Source Response Physical location of the entry.
- id str
The provider-assigned unique ID for this managed resource.
- integrated_
system str Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- name str
The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
- personal_
details GoogleCloud Datacatalog V1Personal Details Response Additional information related to the entry. Private to the current user.
- bigquery
Date Property MapSharded Spec 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 Property MapSpec Specification that applies to a BigQuery table. Valid only for entries with the
TABLE
type.- data
Source Property Map Physical location of the entry.
- id String
The provider-assigned unique ID for this managed resource.
- integrated
System String Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
- 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.
- personal
Details Property Map Additional information related to the entry. Private to the current user.
Supporting Types
EntryType, EntryTypeArgs
- Entry
Type Unspecified - ENTRY_TYPE_UNSPECIFIED
Default unknown type.
- Table
- TABLE
The entry type that has a GoogleSQL schema, including logical views.
- Model
- MODEL
Output only. The type of models. For more information, see [Supported models in BigQuery ML] (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).
- Data
Stream - DATA_STREAM
An entry type for streaming entries. For example, a Pub/Sub topic.
- Fileset
- FILESET
An entry type for a set of files or objects. For example, a Cloud Storage fileset.
- Cluster
- CLUSTER
A group of servers that work together. For example, a Kafka cluster.
- Database
- DATABASE
A database.
- Data
Source Connection - DATA_SOURCE_CONNECTION
Output only. Connection to a data source. For example, a BigQuery connection.
- Routine
- ROUTINE
Output only. Routine, for example, a BigQuery routine.
- Lake
- LAKE
A Dataplex lake.
- Zone
- ZONE
A Dataplex zone.
- Service
- SERVICE
A service, for example, a Dataproc Metastore service.
- Database
Schema - DATABASE_SCHEMA
Schema within a relational database.
- Dashboard
- DASHBOARD
A Dashboard, for example from Looker.
- Explore
- EXPLORE
A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- Look
- LOOK
A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- Entry
Type Entry Type Unspecified - ENTRY_TYPE_UNSPECIFIED
Default unknown type.
- Entry
Type Table - TABLE
The entry type that has a GoogleSQL schema, including logical views.
- Entry
Type Model - MODEL
Output only. The type of models. For more information, see [Supported models in BigQuery ML] (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).
- Entry
Type Data Stream - DATA_STREAM
An entry type for streaming entries. For example, a Pub/Sub topic.
- Entry
Type Fileset - FILESET
An entry type for a set of files or objects. For example, a Cloud Storage fileset.
- Entry
Type Cluster - CLUSTER
A group of servers that work together. For example, a Kafka cluster.
- Entry
Type Database - DATABASE
A database.
- Entry
Type Data Source Connection - DATA_SOURCE_CONNECTION
Output only. Connection to a data source. For example, a BigQuery connection.
- Entry
Type Routine - ROUTINE
Output only. Routine, for example, a BigQuery routine.
- Entry
Type Lake - LAKE
A Dataplex lake.
- Entry
Type Zone - ZONE
A Dataplex zone.
- Entry
Type Service - SERVICE
A service, for example, a Dataproc Metastore service.
- Entry
Type Database Schema - DATABASE_SCHEMA
Schema within a relational database.
- Entry
Type Dashboard - DASHBOARD
A Dashboard, for example from Looker.
- Entry
Type Explore - EXPLORE
A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- Entry
Type Look - LOOK
A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- Entry
Type Unspecified - ENTRY_TYPE_UNSPECIFIED
Default unknown type.
- Table
- TABLE
The entry type that has a GoogleSQL schema, including logical views.
- Model
- MODEL
Output only. The type of models. For more information, see [Supported models in BigQuery ML] (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).
- Data
Stream - DATA_STREAM
An entry type for streaming entries. For example, a Pub/Sub topic.
- Fileset
- FILESET
An entry type for a set of files or objects. For example, a Cloud Storage fileset.
- Cluster
- CLUSTER
A group of servers that work together. For example, a Kafka cluster.
- Database
- DATABASE
A database.
- Data
Source Connection - DATA_SOURCE_CONNECTION
Output only. Connection to a data source. For example, a BigQuery connection.
- Routine
- ROUTINE
Output only. Routine, for example, a BigQuery routine.
- Lake
- LAKE
A Dataplex lake.
- Zone
- ZONE
A Dataplex zone.
- Service
- SERVICE
A service, for example, a Dataproc Metastore service.
- Database
Schema - DATABASE_SCHEMA
Schema within a relational database.
- Dashboard
- DASHBOARD
A Dashboard, for example from Looker.
- Explore
- EXPLORE
A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- Look
- LOOK
A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- Entry
Type Unspecified - ENTRY_TYPE_UNSPECIFIED
Default unknown type.
- Table
- TABLE
The entry type that has a GoogleSQL schema, including logical views.
- Model
- MODEL
Output only. The type of models. For more information, see [Supported models in BigQuery ML] (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).
- Data
Stream - DATA_STREAM
An entry type for streaming entries. For example, a Pub/Sub topic.
- Fileset
- FILESET
An entry type for a set of files or objects. For example, a Cloud Storage fileset.
- Cluster
- CLUSTER
A group of servers that work together. For example, a Kafka cluster.
- Database
- DATABASE
A database.
- Data
Source Connection - DATA_SOURCE_CONNECTION
Output only. Connection to a data source. For example, a BigQuery connection.
- Routine
- ROUTINE
Output only. Routine, for example, a BigQuery routine.
- Lake
- LAKE
A Dataplex lake.
- Zone
- ZONE
A Dataplex zone.
- Service
- SERVICE
A service, for example, a Dataproc Metastore service.
- Database
Schema - DATABASE_SCHEMA
Schema within a relational database.
- Dashboard
- DASHBOARD
A Dashboard, for example from Looker.
- Explore
- EXPLORE
A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- Look
- LOOK
A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- ENTRY_TYPE_UNSPECIFIED
- ENTRY_TYPE_UNSPECIFIED
Default unknown type.
- TABLE
- TABLE
The entry type that has a GoogleSQL schema, including logical views.
- MODEL
- MODEL
Output only. The type of models. For more information, see [Supported models in BigQuery ML] (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).
- DATA_STREAM
- DATA_STREAM
An entry type for streaming entries. For example, a Pub/Sub topic.
- FILESET
- FILESET
An entry type for a set of files or objects. For example, a Cloud Storage fileset.
- CLUSTER
- CLUSTER
A group of servers that work together. For example, a Kafka cluster.
- DATABASE
- DATABASE
A database.
- DATA_SOURCE_CONNECTION
- DATA_SOURCE_CONNECTION
Output only. Connection to a data source. For example, a BigQuery connection.
- ROUTINE
- ROUTINE
Output only. Routine, for example, a BigQuery routine.
- LAKE
- LAKE
A Dataplex lake.
- ZONE
- ZONE
A Dataplex zone.
- SERVICE
- SERVICE
A service, for example, a Dataproc Metastore service.
- DATABASE_SCHEMA
- DATABASE_SCHEMA
Schema within a relational database.
- DASHBOARD
- DASHBOARD
A Dashboard, for example from Looker.
- EXPLORE
- EXPLORE
A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- LOOK
- LOOK
A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- "ENTRY_TYPE_UNSPECIFIED"
- ENTRY_TYPE_UNSPECIFIED
Default unknown type.
- "TABLE"
- TABLE
The entry type that has a GoogleSQL schema, including logical views.
- "MODEL"
- MODEL
Output only. The type of models. For more information, see [Supported models in BigQuery ML] (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).
- "DATA_STREAM"
- DATA_STREAM
An entry type for streaming entries. For example, a Pub/Sub topic.
- "FILESET"
- FILESET
An entry type for a set of files or objects. For example, a Cloud Storage fileset.
- "CLUSTER"
- CLUSTER
A group of servers that work together. For example, a Kafka cluster.
- "DATABASE"
- DATABASE
A database.
- "DATA_SOURCE_CONNECTION"
- DATA_SOURCE_CONNECTION
Output only. Connection to a data source. For example, a BigQuery connection.
- "ROUTINE"
- ROUTINE
Output only. Routine, for example, a BigQuery routine.
- "LAKE"
- LAKE
A Dataplex lake.
- "ZONE"
- ZONE
A Dataplex zone.
- "SERVICE"
- SERVICE
A service, for example, a Dataproc Metastore service.
- "DATABASE_SCHEMA"
- DATABASE_SCHEMA
Schema within a relational database.
- "DASHBOARD"
- DASHBOARD
A Dashboard, for example from Looker.
- "EXPLORE"
- EXPLORE
A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- "LOOK"
- LOOK
A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
GoogleCloudDatacatalogV1BigQueryConnectionSpecResponse, GoogleCloudDatacatalogV1BigQueryConnectionSpecResponseArgs
- Cloud
Sql Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Sql Big Query Connection Spec Response Specification for the BigQuery connection to a Cloud SQL instance.
- Connection
Type string The type of the BigQuery connection.
- Has
Credential bool True if there are credentials attached to the BigQuery connection; false otherwise.
- Cloud
Sql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response Specification for the BigQuery connection to a Cloud SQL instance.
- Connection
Type string The type of the BigQuery connection.
- Has
Credential bool True if there are credentials attached to the BigQuery connection; false otherwise.
- cloud
Sql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response Specification for the BigQuery connection to a Cloud SQL instance.
- connection
Type String The type of the BigQuery connection.
- has
Credential Boolean True if there are credentials attached to the BigQuery connection; false otherwise.
- cloud
Sql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response Specification for the BigQuery connection to a Cloud SQL instance.
- connection
Type string The type of the BigQuery connection.
- has
Credential boolean True if there are credentials attached to the BigQuery connection; false otherwise.
- cloud_
sql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response Specification for the BigQuery connection to a Cloud SQL instance.
- connection_
type str The type of the BigQuery connection.
- has_
credential bool True if there are credentials attached to the BigQuery connection; false otherwise.
- cloud
Sql Property Map Specification for the BigQuery connection to a Cloud SQL instance.
- connection
Type String The type of the BigQuery connection.
- has
Credential Boolean True if there are credentials attached to the BigQuery connection; false otherwise.
GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse, GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponseArgs
- 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}
.- Latest
Shard stringResource BigQuery resource name of the latest shard.
- string
Total number of shards.
- Table
Prefix string The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
. For example, for theMyTable20180101
shard, thetable_prefix
isMyTable
.
- 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}
.- Latest
Shard stringResource BigQuery resource name of the latest shard.
- string
Total number of shards.
- Table
Prefix string The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
. For example, for theMyTable20180101
shard, thetable_prefix
isMyTable
.
- 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}
.- latest
Shard StringResource BigQuery resource name of the latest shard.
- String
Total number of shards.
- table
Prefix String The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
. For example, for theMyTable20180101
shard, thetable_prefix
isMyTable
.
- 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}
.- latest
Shard stringResource BigQuery resource name of the latest shard.
- string
Total number of shards.
- table
Prefix string The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
. For example, for theMyTable20180101
shard, thetable_prefix
isMyTable
.
- dataset str
The Data Catalog resource name of the dataset entry the current table belongs to. For example:
projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
.- latest_
shard_ strresource BigQuery resource name of the latest shard.
- str
Total number of shards.
- table_
prefix str The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
. For example, for theMyTable20180101
shard, thetable_prefix
isMyTable
.
- 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}
.- latest
Shard StringResource BigQuery resource name of the latest shard.
- String
Total number of shards.
- table
Prefix String The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
. For example, for theMyTable20180101
shard, thetable_prefix
isMyTable
.
GoogleCloudDatacatalogV1BigQueryRoutineSpec, GoogleCloudDatacatalogV1BigQueryRoutineSpecArgs
- Imported
Libraries List<string> Paths of the imported libraries.
- Imported
Libraries []string Paths of the imported libraries.
- imported
Libraries List<String> Paths of the imported libraries.
- imported
Libraries string[] Paths of the imported libraries.
- imported_
libraries Sequence[str] Paths of the imported libraries.
- imported
Libraries List<String> Paths of the imported libraries.
GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse, GoogleCloudDatacatalogV1BigQueryRoutineSpecResponseArgs
- Imported
Libraries List<string> Paths of the imported libraries.
- Imported
Libraries []string Paths of the imported libraries.
- imported
Libraries List<String> Paths of the imported libraries.
- imported
Libraries string[] Paths of the imported libraries.
- imported_
libraries Sequence[str] Paths of the imported libraries.
- imported
Libraries List<String> Paths of the imported libraries.
GoogleCloudDatacatalogV1BigQueryTableSpecResponse, GoogleCloudDatacatalogV1BigQueryTableSpecResponseArgs
- Table
Source stringType The table source type.
- Table
Spec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Table Spec Response Specification of a BigQuery table. Populated only if the
table_source_type
isBIGQUERY_TABLE
.- View
Spec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1View Spec Response Table view specification. Populated only if the
table_source_type
isBIGQUERY_VIEW
.
- Table
Source stringType The table source type.
- Table
Spec GoogleCloud Datacatalog V1Table Spec Response Specification of a BigQuery table. Populated only if the
table_source_type
isBIGQUERY_TABLE
.- View
Spec GoogleCloud Datacatalog V1View Spec Response Table view specification. Populated only if the
table_source_type
isBIGQUERY_VIEW
.
- table
Source StringType The table source type.
- table
Spec GoogleCloud Datacatalog V1Table Spec Response Specification of a BigQuery table. Populated only if the
table_source_type
isBIGQUERY_TABLE
.- view
Spec GoogleCloud Datacatalog V1View Spec Response Table view specification. Populated only if the
table_source_type
isBIGQUERY_VIEW
.
- table
Source stringType The table source type.
- table
Spec GoogleCloud Datacatalog V1Table Spec Response Specification of a BigQuery table. Populated only if the
table_source_type
isBIGQUERY_TABLE
.- view
Spec GoogleCloud Datacatalog V1View Spec Response Table view specification. Populated only if the
table_source_type
isBIGQUERY_VIEW
.
- table_
source_ strtype The table source type.
- table_
spec GoogleCloud Datacatalog V1Table Spec Response Specification of a BigQuery table. Populated only if the
table_source_type
isBIGQUERY_TABLE
.- view_
spec GoogleCloud Datacatalog V1View Spec Response Table view specification. Populated only if the
table_source_type
isBIGQUERY_VIEW
.
- table
Source StringType The table source type.
- table
Spec Property Map Specification of a BigQuery table. Populated only if the
table_source_type
isBIGQUERY_TABLE
.- view
Spec Property Map Table view specification. Populated only if the
table_source_type
isBIGQUERY_VIEW
.
GoogleCloudDatacatalogV1BusinessContext, GoogleCloudDatacatalogV1BusinessContextArgs
- Contacts
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Contacts Contact people for the entry.
- Entry
Overview Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Entry Overview Entry overview fields for rich text descriptions of entries.
- Contacts
Google
Cloud Datacatalog V1Contacts Contact people for the entry.
- Entry
Overview GoogleCloud Datacatalog V1Entry Overview Entry overview fields for rich text descriptions of entries.
- contacts
Google
Cloud Datacatalog V1Contacts Contact people for the entry.
- entry
Overview GoogleCloud Datacatalog V1Entry Overview Entry overview fields for rich text descriptions of entries.
- contacts
Google
Cloud Datacatalog V1Contacts Contact people for the entry.
- entry
Overview GoogleCloud Datacatalog V1Entry Overview Entry overview fields for rich text descriptions of entries.
- contacts
Google
Cloud Datacatalog V1Contacts Contact people for the entry.
- entry_
overview GoogleCloud Datacatalog V1Entry Overview Entry overview fields for rich text descriptions of entries.
- contacts Property Map
Contact people for the entry.
- entry
Overview Property Map Entry overview fields for rich text descriptions of entries.
GoogleCloudDatacatalogV1BusinessContextResponse, GoogleCloudDatacatalogV1BusinessContextResponseArgs
- Contacts
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Contacts Response Contact people for the entry.
- Entry
Overview Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Entry Overview Response Entry overview fields for rich text descriptions of entries.
- Contacts
Google
Cloud Datacatalog V1Contacts Response Contact people for the entry.
- Entry
Overview GoogleCloud Datacatalog V1Entry Overview Response Entry overview fields for rich text descriptions of entries.
- contacts
Google
Cloud Datacatalog V1Contacts Response Contact people for the entry.
- entry
Overview GoogleCloud Datacatalog V1Entry Overview Response Entry overview fields for rich text descriptions of entries.
- contacts
Google
Cloud Datacatalog V1Contacts Response Contact people for the entry.
- entry
Overview GoogleCloud Datacatalog V1Entry Overview Response Entry overview fields for rich text descriptions of entries.
- contacts
Google
Cloud Datacatalog V1Contacts Response Contact people for the entry.
- entry_
overview GoogleCloud Datacatalog V1Entry Overview Response Entry overview fields for rich text descriptions of entries.
- contacts Property Map
Contact people for the entry.
- entry
Overview Property Map Entry overview fields for rich text descriptions of entries.
GoogleCloudDatacatalogV1CloudBigtableInstanceSpec, GoogleCloudDatacatalogV1CloudBigtableInstanceSpecArgs
- Cloud
Bigtable List<Pulumi.Cluster Specs Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec> The list of clusters for the Instance.
- Cloud
Bigtable []GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec The list of clusters for the Instance.
- cloud
Bigtable List<GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec> The list of clusters for the Instance.
- cloud
Bigtable GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec[] The list of clusters for the Instance.
- cloud_
bigtable_ Sequence[Googlecluster_ specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec] The list of clusters for the Instance.
- cloud
Bigtable List<Property Map>Cluster Specs The list of clusters for the Instance.
GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec, GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecArgs
- Display
Name string Name of the cluster.
- Linked
Resource string A link back to the parent resource, in this case Instance.
- Location string
Location of the cluster, typically a Cloud zone.
- Type string
Type of the resource. For a cluster this would be "CLUSTER".
- Display
Name string Name of the cluster.
- Linked
Resource string A link back to the parent resource, in this case Instance.
- Location string
Location of the cluster, typically a Cloud zone.
- Type string
Type of the resource. For a cluster this would be "CLUSTER".
- display
Name String Name of the cluster.
- linked
Resource String A link back to the parent resource, in this case Instance.
- location String
Location of the cluster, typically a Cloud zone.
- type String
Type of the resource. For a cluster this would be "CLUSTER".
- display
Name string Name of the cluster.
- linked
Resource string A link back to the parent resource, in this case Instance.
- location string
Location of the cluster, typically a Cloud zone.
- type string
Type of the resource. For a cluster this would be "CLUSTER".
- display_
name str Name of the cluster.
- linked_
resource str A link back to the parent resource, in this case Instance.
- location str
Location of the cluster, typically a Cloud zone.
- type str
Type of the resource. For a cluster this would be "CLUSTER".
- display
Name String Name of the cluster.
- linked
Resource String A link back to the parent resource, in this case Instance.
- location String
Location of the cluster, typically a Cloud zone.
- type String
Type of the resource. For a cluster this would be "CLUSTER".
GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecResponse, GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecResponseArgs
- Display
Name string Name of the cluster.
- Linked
Resource string A link back to the parent resource, in this case Instance.
- Location string
Location of the cluster, typically a Cloud zone.
- Type string
Type of the resource. For a cluster this would be "CLUSTER".
- Display
Name string Name of the cluster.
- Linked
Resource string A link back to the parent resource, in this case Instance.
- Location string
Location of the cluster, typically a Cloud zone.
- Type string
Type of the resource. For a cluster this would be "CLUSTER".
- display
Name String Name of the cluster.
- linked
Resource String A link back to the parent resource, in this case Instance.
- location String
Location of the cluster, typically a Cloud zone.
- type String
Type of the resource. For a cluster this would be "CLUSTER".
- display
Name string Name of the cluster.
- linked
Resource string A link back to the parent resource, in this case Instance.
- location string
Location of the cluster, typically a Cloud zone.
- type string
Type of the resource. For a cluster this would be "CLUSTER".
- display_
name str Name of the cluster.
- linked_
resource str A link back to the parent resource, in this case Instance.
- location str
Location of the cluster, typically a Cloud zone.
- type str
Type of the resource. For a cluster this would be "CLUSTER".
- display
Name String Name of the cluster.
- linked
Resource String A link back to the parent resource, in this case Instance.
- location String
Location of the cluster, typically a Cloud zone.
- type String
Type of the resource. For a cluster this would be "CLUSTER".
GoogleCloudDatacatalogV1CloudBigtableInstanceSpecResponse, GoogleCloudDatacatalogV1CloudBigtableInstanceSpecResponseArgs
- Cloud
Bigtable List<Pulumi.Cluster Specs Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response> The list of clusters for the Instance.
- Cloud
Bigtable []GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response The list of clusters for the Instance.
- cloud
Bigtable List<GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response> The list of clusters for the Instance.
- cloud
Bigtable GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response[] The list of clusters for the Instance.
- cloud_
bigtable_ Sequence[Googlecluster_ specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response] The list of clusters for the Instance.
- cloud
Bigtable List<Property Map>Cluster Specs The list of clusters for the Instance.
GoogleCloudDatacatalogV1CloudBigtableSystemSpec, GoogleCloudDatacatalogV1CloudBigtableSystemSpecArgs
- Instance
Display stringName Display name of the Instance. This is user specified and different from the resource name.
- Instance
Display stringName Display name of the Instance. This is user specified and different from the resource name.
- instance
Display StringName Display name of the Instance. This is user specified and different from the resource name.
- instance
Display stringName Display name of the Instance. This is user specified and different from the resource name.
- instance_
display_ strname Display name of the Instance. This is user specified and different from the resource name.
- instance
Display StringName Display name of the Instance. This is user specified and different from the resource name.
GoogleCloudDatacatalogV1CloudBigtableSystemSpecResponse, GoogleCloudDatacatalogV1CloudBigtableSystemSpecResponseArgs
- Instance
Display stringName Display name of the Instance. This is user specified and different from the resource name.
- Instance
Display stringName Display name of the Instance. This is user specified and different from the resource name.
- instance
Display StringName Display name of the Instance. This is user specified and different from the resource name.
- instance
Display stringName Display name of the Instance. This is user specified and different from the resource name.
- instance_
display_ strname Display name of the Instance. This is user specified and different from the resource name.
- instance
Display StringName Display name of the Instance. This is user specified and different from the resource name.
GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponse, GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponseArgs
- Database string
Database name.
- Instance
Id string Cloud SQL instance ID in the format of
project:location:instance
.- Type string
Type of the Cloud SQL database.
- Database string
Database name.
- Instance
Id string Cloud SQL instance ID in the format of
project:location:instance
.- Type string
Type of the Cloud SQL database.
- database String
Database name.
- instance
Id String Cloud SQL instance ID in the format of
project:location:instance
.- type String
Type of the Cloud SQL database.
- database string
Database name.
- instance
Id 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.
- instance
Id String Cloud SQL instance ID in the format of
project:location:instance
.- type String
Type of the Cloud SQL database.
GoogleCloudDatacatalogV1ColumnSchema, GoogleCloudDatacatalogV1ColumnSchemaArgs
- Column string
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- Type string
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- Default
Value 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.
- Gc
Rule string Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- Highest
Indexing Pulumi.Type Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Column Schema Highest Indexing Type Optional. Most important inclusion of this column.
- Looker
Column Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema Looker Column Spec 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
, andREPEATED
values are supported. Default mode isNULLABLE
.- Ordinal
Position int Optional. Ordinal position
- Subcolumns
List<Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema> Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- Column string
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- Type string
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- Default
Value 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.
- Gc
Rule string Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- Highest
Indexing GoogleType Cloud Datacatalog V1Column Schema Highest Indexing Type Optional. Most important inclusion of this column.
- Looker
Column GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec 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
, andREPEATED
values are supported. Default mode isNULLABLE
.- Ordinal
Position int Optional. Ordinal position
- Subcolumns
[]Google
Cloud Datacatalog V1Column Schema Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- column String
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- type String
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- default
Value 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.
- gc
Rule String Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highest
Indexing GoogleType Cloud Datacatalog V1Column Schema Highest Indexing Type Optional. Most important inclusion of this column.
- looker
Column GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec 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
, andREPEATED
values are supported. Default mode isNULLABLE
.- ordinal
Position Integer Optional. Ordinal position
- subcolumns
List<Google
Cloud Datacatalog V1Column Schema> Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- column string
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- type string
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- default
Value 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.
- gc
Rule string Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highest
Indexing GoogleType Cloud Datacatalog V1Column Schema Highest Indexing Type Optional. Most important inclusion of this column.
- looker
Column GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec 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
, andREPEATED
values are supported. Default mode isNULLABLE
.- ordinal
Position number Optional. Ordinal position
- subcolumns
Google
Cloud Datacatalog V1Column Schema[] Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- column str
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- type str
Type of the column. Must be a UTF-8 string with the maximum size of 128 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_ Googletype Cloud Datacatalog V1Column Schema Highest Indexing Type Optional. Most important inclusion of this column.
- looker_
column_ Googlespec Cloud Datacatalog V1Column Schema Looker Column Spec 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
, andREPEATED
values are supported. Default mode isNULLABLE
.- ordinal_
position int Optional. Ordinal position
- subcolumns
Sequence[Google
Cloud Datacatalog V1Column Schema] Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- column String
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- type String
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- default
Value 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.
- gc
Rule String Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highest
Indexing "INDEXING_TYPE_UNSPECIFIED" | "INDEXING_TYPE_NONE" | "INDEXING_TYPE_NON_UNIQUE" | "INDEXING_TYPE_UNIQUE" | "INDEXING_TYPE_PRIMARY_KEY"Type Optional. Most important inclusion of this column.
- looker
Column Property MapSpec Looker specific column info of this column.
- mode String
Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only
NULLABLE
,REQUIRED
, andREPEATED
values are supported. Default mode isNULLABLE
.- ordinal
Position Number Optional. Ordinal position
- subcolumns List<Property Map>
Optional. Schema of sub-columns. A column can have zero or more sub-columns.
GoogleCloudDatacatalogV1ColumnSchemaHighestIndexingType, GoogleCloudDatacatalogV1ColumnSchemaHighestIndexingTypeArgs
- Indexing
Type Unspecified - INDEXING_TYPE_UNSPECIFIED
Unspecified.
- Indexing
Type None - INDEXING_TYPE_NONE
Column not a part of an index.
- Indexing
Type Non Unique - INDEXING_TYPE_NON_UNIQUE
Column Part of non unique index.
- Indexing
Type Unique - INDEXING_TYPE_UNIQUE
Column part of unique index.
- Indexing
Type Primary Key - INDEXING_TYPE_PRIMARY_KEY
Column part of the primary key.
- Google
Cloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type Unspecified - INDEXING_TYPE_UNSPECIFIED
Unspecified.
- Google
Cloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type None - INDEXING_TYPE_NONE
Column not a part of an index.
- Google
Cloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type Non Unique - INDEXING_TYPE_NON_UNIQUE
Column Part of non unique index.
- Google
Cloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type Unique - INDEXING_TYPE_UNIQUE
Column part of unique index.
- Google
Cloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type Primary Key - INDEXING_TYPE_PRIMARY_KEY
Column part of the primary key.
- Indexing
Type Unspecified - INDEXING_TYPE_UNSPECIFIED
Unspecified.
- Indexing
Type None - INDEXING_TYPE_NONE
Column not a part of an index.
- Indexing
Type Non Unique - INDEXING_TYPE_NON_UNIQUE
Column Part of non unique index.
- Indexing
Type Unique - INDEXING_TYPE_UNIQUE
Column part of unique index.
- Indexing
Type Primary Key - INDEXING_TYPE_PRIMARY_KEY
Column part of the primary key.
- Indexing
Type Unspecified - INDEXING_TYPE_UNSPECIFIED
Unspecified.
- Indexing
Type None - INDEXING_TYPE_NONE
Column not a part of an index.
- Indexing
Type Non Unique - INDEXING_TYPE_NON_UNIQUE
Column Part of non unique index.
- Indexing
Type Unique - INDEXING_TYPE_UNIQUE
Column part of unique index.
- Indexing
Type Primary Key - INDEXING_TYPE_PRIMARY_KEY
Column part of the primary key.
- INDEXING_TYPE_UNSPECIFIED
- INDEXING_TYPE_UNSPECIFIED
Unspecified.
- INDEXING_TYPE_NONE
- INDEXING_TYPE_NONE
Column not a part of an index.
- INDEXING_TYPE_NON_UNIQUE
- INDEXING_TYPE_NON_UNIQUE
Column Part of non unique index.
- INDEXING_TYPE_UNIQUE
- INDEXING_TYPE_UNIQUE
Column part of unique index.
- INDEXING_TYPE_PRIMARY_KEY
- INDEXING_TYPE_PRIMARY_KEY
Column part of the primary key.
- "INDEXING_TYPE_UNSPECIFIED"
- INDEXING_TYPE_UNSPECIFIED
Unspecified.
- "INDEXING_TYPE_NONE"
- INDEXING_TYPE_NONE
Column not a part of an index.
- "INDEXING_TYPE_NON_UNIQUE"
- INDEXING_TYPE_NON_UNIQUE
Column Part of non unique index.
- "INDEXING_TYPE_UNIQUE"
- INDEXING_TYPE_UNIQUE
Column part of unique index.
- "INDEXING_TYPE_PRIMARY_KEY"
- INDEXING_TYPE_PRIMARY_KEY
Column part of the primary key.
GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec, GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecArgs
- Type
Pulumi.
Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Column Schema Looker Column Spec Type Looker specific column type of this column.
- Type
Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Looker specific column type of this column.
- type
Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Looker specific column type of this column.
- type
Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Looker specific column type of this column.
- type
Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Looker specific column type of this column.
- type "LOOKER_COLUMN_TYPE_UNSPECIFIED" | "DIMENSION" | "DIMENSION_GROUP" | "FILTER" | "MEASURE" | "PARAMETER"
Looker specific column type of this column.
GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecResponse, GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecResponseArgs
- 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.
GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecType, GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecTypeArgs
- Looker
Column Type Unspecified - LOOKER_COLUMN_TYPE_UNSPECIFIED
Unspecified.
- Dimension
- DIMENSION
Dimension.
- Dimension
Group - DIMENSION_GROUP
Dimension group - parent for Dimension.
- Filter
- FILTER
Filter.
- Measure
- MEASURE
Measure.
- Parameter
- PARAMETER
Parameter.
- Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Looker Column Type Unspecified - LOOKER_COLUMN_TYPE_UNSPECIFIED
Unspecified.
- Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Dimension - DIMENSION
Dimension.
- Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Dimension Group - DIMENSION_GROUP
Dimension group - parent for Dimension.
- Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Filter - FILTER
Filter.
- Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Measure - MEASURE
Measure.
- Google
Cloud Datacatalog V1Column Schema Looker Column Spec Type Parameter - PARAMETER
Parameter.
- Looker
Column Type Unspecified - LOOKER_COLUMN_TYPE_UNSPECIFIED
Unspecified.
- Dimension
- DIMENSION
Dimension.
- Dimension
Group - DIMENSION_GROUP
Dimension group - parent for Dimension.
- Filter
- FILTER
Filter.
- Measure
- MEASURE
Measure.
- Parameter
- PARAMETER
Parameter.
- Looker
Column Type Unspecified - LOOKER_COLUMN_TYPE_UNSPECIFIED
Unspecified.
- Dimension
- DIMENSION
Dimension.
- Dimension
Group - DIMENSION_GROUP
Dimension group - parent for Dimension.
- Filter
- FILTER
Filter.
- Measure
- MEASURE
Measure.
- Parameter
- PARAMETER
Parameter.
- LOOKER_COLUMN_TYPE_UNSPECIFIED
- LOOKER_COLUMN_TYPE_UNSPECIFIED
Unspecified.
- DIMENSION
- DIMENSION
Dimension.
- DIMENSION_GROUP
- DIMENSION_GROUP
Dimension group - parent for Dimension.
- FILTER
- FILTER
Filter.
- MEASURE
- MEASURE
Measure.
- PARAMETER
- PARAMETER
Parameter.
- "LOOKER_COLUMN_TYPE_UNSPECIFIED"
- LOOKER_COLUMN_TYPE_UNSPECIFIED
Unspecified.
- "DIMENSION"
- DIMENSION
Dimension.
- "DIMENSION_GROUP"
- DIMENSION_GROUP
Dimension group - parent for Dimension.
- "FILTER"
- FILTER
Filter.
- "MEASURE"
- MEASURE
Measure.
- "PARAMETER"
- PARAMETER
Parameter.
GoogleCloudDatacatalogV1ColumnSchemaResponse, GoogleCloudDatacatalogV1ColumnSchemaResponseArgs
- Column string
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- Default
Value 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.
- Gc
Rule string Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- Highest
Indexing stringType Optional. Most important inclusion of this column.
- Looker
Column Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema Looker Column Spec Response Looker specific column info of this column.
- Mode string
Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only
NULLABLE
,REQUIRED
, andREPEATED
values are supported. Default mode isNULLABLE
.- Ordinal
Position int Optional. Ordinal position
- Subcolumns
List<Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema Response> Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- Type string
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- Column string
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- Default
Value 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.
- Gc
Rule string Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- Highest
Indexing stringType Optional. Most important inclusion of this column.
- Looker
Column GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec Response Looker specific column info of this column.
- Mode string
Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only
NULLABLE
,REQUIRED
, andREPEATED
values are supported. Default mode isNULLABLE
.- Ordinal
Position int Optional. Ordinal position
- Subcolumns
[]Google
Cloud Datacatalog V1Column Schema Response Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- Type string
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column String
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- default
Value 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.
- gc
Rule String Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highest
Indexing StringType Optional. Most important inclusion of this column.
- looker
Column GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec Response Looker specific column info of this column.
- mode String
Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only
NULLABLE
,REQUIRED
, andREPEATED
values are supported. Default mode isNULLABLE
.- ordinal
Position Integer Optional. Ordinal position
- subcolumns
List<Google
Cloud Datacatalog V1Column Schema Response> Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type String
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column string
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- default
Value 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.
- gc
Rule string Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highest
Indexing stringType Optional. Most important inclusion of this column.
- looker
Column GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec Response Looker specific column info of this column.
- mode string
Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only
NULLABLE
,REQUIRED
, andREPEATED
values are supported. Default mode isNULLABLE
.- ordinal
Position number Optional. Ordinal position
- subcolumns
Google
Cloud Datacatalog V1Column Schema Response[] Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type string
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column str
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- default_
value str Optional. Default value for the column.
- description str
Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gc_
rule str Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highest_
indexing_ strtype Optional. Most important inclusion of this column.
- looker_
column_ Googlespec Cloud Datacatalog V1Column Schema Looker Column Spec Response Looker specific column info of this column.
- mode str
Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only
NULLABLE
,REQUIRED
, andREPEATED
values are supported. Default mode isNULLABLE
.- ordinal_
position int Optional. Ordinal position
- subcolumns
Sequence[Google
Cloud Datacatalog V1Column Schema Response] Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type str
Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column String
Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- default
Value 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.
- gc
Rule String Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highest
Indexing StringType Optional. Most important inclusion of this column.
- looker
Column Property MapSpec Looker specific column info of this column.
- mode String
Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only
NULLABLE
,REQUIRED
, andREPEATED
values are supported. Default mode isNULLABLE
.- ordinal
Position 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.
GoogleCloudDatacatalogV1Contacts, GoogleCloudDatacatalogV1ContactsArgs
- People
List<Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Contacts Person> The list of contact people for the entry.
- People
[]Google
Cloud Datacatalog V1Contacts Person The list of contact people for the entry.
- people
List<Google
Cloud Datacatalog V1Contacts Person> The list of contact people for the entry.
- people
Google
Cloud Datacatalog V1Contacts Person[] The list of contact people for the entry.
- people
Sequence[Google
Cloud Datacatalog V1Contacts Person] The list of contact people for the entry.
- people List<Property Map>
The list of contact people for the entry.
GoogleCloudDatacatalogV1ContactsPerson, GoogleCloudDatacatalogV1ContactsPersonArgs
- Designation string
Designation of the person, for example, Data Steward.
- Email string
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- Designation string
Designation of the person, for example, Data Steward.
- Email string
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- designation String
Designation of the person, for example, Data Steward.
- email String
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- designation string
Designation of the person, for example, Data Steward.
- email string
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- designation str
Designation of the person, for example, Data Steward.
- email str
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- designation String
Designation of the person, for example, Data Steward.
- email String
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
GoogleCloudDatacatalogV1ContactsPersonResponse, GoogleCloudDatacatalogV1ContactsPersonResponseArgs
- Designation string
Designation of the person, for example, Data Steward.
- Email string
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- Designation string
Designation of the person, for example, Data Steward.
- Email string
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- designation String
Designation of the person, for example, Data Steward.
- email String
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- designation string
Designation of the person, for example, Data Steward.
- email string
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- designation str
Designation of the person, for example, Data Steward.
- email str
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
- designation String
Designation of the person, for example, Data Steward.
- email String
Email of the person in the format of
john.doe@xyz
, ``, orJohn Doe
.
GoogleCloudDatacatalogV1ContactsResponse, GoogleCloudDatacatalogV1ContactsResponseArgs
- People
List<Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Contacts Person Response> The list of contact people for the entry.
- People
[]Google
Cloud Datacatalog V1Contacts Person Response The list of contact people for the entry.
- people
List<Google
Cloud Datacatalog V1Contacts Person Response> The list of contact people for the entry.
- people
Google
Cloud Datacatalog V1Contacts Person Response[] The list of contact people for the entry.
- people
Sequence[Google
Cloud Datacatalog V1Contacts Person Response] The list of contact people for the entry.
- people List<Property Map>
The list of contact people for the entry.
GoogleCloudDatacatalogV1DataSourceConnectionSpecResponse, GoogleCloudDatacatalogV1DataSourceConnectionSpecResponseArgs
- Bigquery
Connection Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Big Query Connection Spec Response Fields specific to BigQuery connections.
- Bigquery
Connection GoogleSpec Cloud Datacatalog V1Big Query Connection Spec Response Fields specific to BigQuery connections.
- bigquery
Connection GoogleSpec Cloud Datacatalog V1Big Query Connection Spec Response Fields specific to BigQuery connections.
- bigquery
Connection GoogleSpec Cloud Datacatalog V1Big Query Connection Spec Response Fields specific to BigQuery connections.
- bigquery_
connection_ Googlespec Cloud Datacatalog V1Big Query Connection Spec Response Fields specific to BigQuery connections.
- bigquery
Connection Property MapSpec Fields specific to BigQuery connections.
GoogleCloudDatacatalogV1DataSourceResponse, GoogleCloudDatacatalogV1DataSourceResponseArgs
- 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.
- Source
Entry string Data Catalog entry name, if applicable.
- Storage
Properties Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Storage Properties Response Detailed properties of the underlying storage.
- Resource string
Full name of a resource as defined by the service. For example:
//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- Service string
Service that physically stores the data.
- Source
Entry string Data Catalog entry name, if applicable.
- Storage
Properties GoogleCloud Datacatalog V1Storage Properties Response Detailed properties of the underlying storage.
- resource String
Full name of a resource as defined by the service. For example:
//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service String
Service that physically stores the data.
- source
Entry String Data Catalog entry name, if applicable.
- storage
Properties GoogleCloud Datacatalog V1Storage Properties Response Detailed properties of the underlying storage.
- resource string
Full name of a resource as defined by the service. For example:
//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service string
Service that physically stores the data.
- source
Entry string Data Catalog entry name, if applicable.
- storage
Properties GoogleCloud Datacatalog V1Storage Properties Response Detailed properties of the underlying storage.
- resource str
Full name of a resource as defined by the service. For example:
//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service str
Service that physically stores the data.
- source_
entry str Data Catalog entry name, if applicable.
- storage_
properties GoogleCloud Datacatalog V1Storage Properties Response Detailed properties of the underlying storage.
- resource String
Full name of a resource as defined by the service. For example:
//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service String
Service that physically stores the data.
- source
Entry String Data Catalog entry name, if applicable.
- storage
Properties Property Map Detailed properties of the underlying storage.
GoogleCloudDatacatalogV1DatabaseTableSpec, GoogleCloudDatacatalogV1DatabaseTableSpecArgs
- Database
View Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Database Table Spec Database View Spec Spec what aplies to tables that are actually views. Not set for "real" tables.
- Type
Pulumi.
Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Database Table Spec Type Type of this table.
- Database
View GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Spec what aplies to tables that are actually views. Not set for "real" tables.
- Type
Google
Cloud Datacatalog V1Database Table Spec Type Type of this table.
- database
View GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Spec what aplies to tables that are actually views. Not set for "real" tables.
- type
Google
Cloud Datacatalog V1Database Table Spec Type Type of this table.
- database
View GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Spec what aplies to tables that are actually views. Not set for "real" tables.
- type
Google
Cloud Datacatalog V1Database Table Spec Type Type of this table.
- database_
view_ Googlespec Cloud Datacatalog V1Database Table Spec Database View Spec Spec what aplies to tables that are actually views. Not set for "real" tables.
- type
Google
Cloud Datacatalog V1Database Table Spec Type Type of this table.
- database
View Property MapSpec Spec what aplies to tables that are actually views. Not set for "real" tables.
- type "TABLE_TYPE_UNSPECIFIED" | "NATIVE" | "EXTERNAL"
Type of this table.
GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec, GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs
- Base
Table string Name of a singular table this view reflects one to one.
- Sql
Query string SQL query used to generate this view.
- View
Type Pulumi.Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Database Table Spec Database View Spec View Type Type of this view.
- Base
Table string Name of a singular table this view reflects one to one.
- Sql
Query string SQL query used to generate this view.
- View
Type GoogleCloud Datacatalog V1Database Table Spec Database View Spec View Type Type of this view.
- base
Table String Name of a singular table this view reflects one to one.
- sql
Query String SQL query used to generate this view.
- view
Type GoogleCloud Datacatalog V1Database Table Spec Database View Spec View Type Type of this view.
- base
Table string Name of a singular table this view reflects one to one.
- sql
Query string SQL query used to generate this view.
- view
Type GoogleCloud Datacatalog V1Database Table Spec Database View Spec View Type 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 GoogleCloud Datacatalog V1Database Table Spec Database View Spec View Type Type of this view.
- base
Table String Name of a singular table this view reflects one to one.
- sql
Query String SQL query used to generate this view.
- view
Type "VIEW_TYPE_UNSPECIFIED" | "STANDARD_VIEW" | "MATERIALIZED_VIEW" Type of this view.
GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecResponse, GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecResponseArgs
- 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.
GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecViewType, GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecViewTypeArgs
- View
Type Unspecified - VIEW_TYPE_UNSPECIFIED
Default unknown view type.
- Standard
View - STANDARD_VIEW
Standard view.
- Materialized
View - MATERIALIZED_VIEW
Materialized view.
- Google
Cloud Datacatalog V1Database Table Spec Database View Spec View Type View Type Unspecified - VIEW_TYPE_UNSPECIFIED
Default unknown view type.
- Google
Cloud Datacatalog V1Database Table Spec Database View Spec View Type Standard View - STANDARD_VIEW
Standard view.
- Google
Cloud Datacatalog V1Database Table Spec Database View Spec View Type Materialized View - MATERIALIZED_VIEW
Materialized view.
- View
Type Unspecified - VIEW_TYPE_UNSPECIFIED
Default unknown view type.
- Standard
View - STANDARD_VIEW
Standard view.
- Materialized
View - MATERIALIZED_VIEW
Materialized view.
- View
Type Unspecified - VIEW_TYPE_UNSPECIFIED
Default unknown view type.
- Standard
View - STANDARD_VIEW
Standard view.
- Materialized
View - MATERIALIZED_VIEW
Materialized view.
- VIEW_TYPE_UNSPECIFIED
- VIEW_TYPE_UNSPECIFIED
Default unknown view type.
- STANDARD_VIEW
- STANDARD_VIEW
Standard view.
- MATERIALIZED_VIEW
- MATERIALIZED_VIEW
Materialized view.
- "VIEW_TYPE_UNSPECIFIED"
- VIEW_TYPE_UNSPECIFIED
Default unknown view type.
- "STANDARD_VIEW"
- STANDARD_VIEW
Standard view.
- "MATERIALIZED_VIEW"
- MATERIALIZED_VIEW
Materialized view.
GoogleCloudDatacatalogV1DatabaseTableSpecResponse, GoogleCloudDatacatalogV1DatabaseTableSpecResponseArgs
- Database
View Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Database Table Spec Database View Spec Response Spec what aplies to tables that are actually views. Not set for "real" tables.
- Dataplex
Table Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Table Spec Response Fields specific to a Dataplex table and present only in the Dataplex table entries.
- Type string
Type of this table.
- Database
View GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Response Spec what aplies to tables that are actually views. Not set for "real" tables.
- Dataplex
Table GoogleCloud Datacatalog V1Dataplex Table Spec Response Fields specific to a Dataplex table and present only in the Dataplex table entries.
- Type string
Type of this table.
- database
View GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Response Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplex
Table GoogleCloud Datacatalog V1Dataplex Table Spec Response Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type String
Type of this table.
- database
View GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Response Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplex
Table GoogleCloud Datacatalog V1Dataplex Table Spec Response Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type string
Type of this table.
- database_
view_ Googlespec Cloud Datacatalog V1Database Table Spec Database View Spec Response Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplex_
table GoogleCloud Datacatalog V1Dataplex Table Spec Response Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type str
Type of this table.
- database
View Property MapSpec Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplex
Table Property Map Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type String
Type of this table.
GoogleCloudDatacatalogV1DatabaseTableSpecType, GoogleCloudDatacatalogV1DatabaseTableSpecTypeArgs
- Table
Type Unspecified - TABLE_TYPE_UNSPECIFIED
Default unknown table type.
- Native
- NATIVE
Native table.
- External
- EXTERNAL
External table.
- Google
Cloud Datacatalog V1Database Table Spec Type Table Type Unspecified - TABLE_TYPE_UNSPECIFIED
Default unknown table type.
- Google
Cloud Datacatalog V1Database Table Spec Type Native - NATIVE
Native table.
- Google
Cloud Datacatalog V1Database Table Spec Type External - EXTERNAL
External table.
- Table
Type Unspecified - TABLE_TYPE_UNSPECIFIED
Default unknown table type.
- Native
- NATIVE
Native table.
- External
- EXTERNAL
External table.
- Table
Type Unspecified - TABLE_TYPE_UNSPECIFIED
Default unknown table type.
- Native
- NATIVE
Native table.
- External
- EXTERNAL
External table.
- TABLE_TYPE_UNSPECIFIED
- TABLE_TYPE_UNSPECIFIED
Default unknown table type.
- NATIVE
- NATIVE
Native table.
- EXTERNAL
- EXTERNAL
External table.
- "TABLE_TYPE_UNSPECIFIED"
- TABLE_TYPE_UNSPECIFIED
Default unknown table type.
- "NATIVE"
- NATIVE
Native table.
- "EXTERNAL"
- EXTERNAL
External table.
GoogleCloudDatacatalogV1DataplexExternalTableResponse, GoogleCloudDatacatalogV1DataplexExternalTableResponseArgs
- Data
Catalog stringEntry Name of the Data Catalog entry representing the external table.
- Fully
Qualified stringName Fully qualified name (FQN) of the external table.
- Google
Cloud stringResource Google Cloud resource name of the external table.
- System string
Service in which the external table is registered.
- Data
Catalog stringEntry Name of the Data Catalog entry representing the external table.
- Fully
Qualified stringName Fully qualified name (FQN) of the external table.
- Google
Cloud stringResource Google Cloud resource name of the external table.
- System string
Service in which the external table is registered.
- data
Catalog StringEntry Name of the Data Catalog entry representing the external table.
- fully
Qualified StringName Fully qualified name (FQN) of the external table.
- google
Cloud StringResource Google Cloud resource name of the external table.
- system String
Service in which the external table is registered.
- data
Catalog stringEntry Name of the Data Catalog entry representing the external table.
- fully
Qualified stringName Fully qualified name (FQN) of the external table.
- google
Cloud stringResource Google Cloud resource name of the external table.
- system string
Service in which the external table is registered.
- data_
catalog_ strentry Name of the Data Catalog entry representing the external table.
- fully_
qualified_ strname Fully qualified name (FQN) of the external table.
- google_
cloud_ strresource Google Cloud resource name of the external table.
- system str
Service in which the external table is registered.
- data
Catalog StringEntry Name of the Data Catalog entry representing the external table.
- fully
Qualified StringName Fully qualified name (FQN) of the external table.
- google
Cloud StringResource Google Cloud resource name of the external table.
- system String
Service in which the external table is registered.
GoogleCloudDatacatalogV1DataplexFilesetSpec, GoogleCloudDatacatalogV1DataplexFilesetSpecArgs
- Dataplex
Spec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Spec Common Dataplex fields.
- Dataplex
Spec GoogleCloud Datacatalog V1Dataplex Spec Common Dataplex fields.
- dataplex
Spec GoogleCloud Datacatalog V1Dataplex Spec Common Dataplex fields.
- dataplex
Spec GoogleCloud Datacatalog V1Dataplex Spec Common Dataplex fields.
- dataplex_
spec GoogleCloud Datacatalog V1Dataplex Spec Common Dataplex fields.
- dataplex
Spec Property Map Common Dataplex fields.
GoogleCloudDatacatalogV1DataplexFilesetSpecResponse, GoogleCloudDatacatalogV1DataplexFilesetSpecResponseArgs
- Dataplex
Spec GoogleCloud Datacatalog V1Dataplex Spec Response Common Dataplex fields.
- dataplex
Spec GoogleCloud Datacatalog V1Dataplex Spec Response Common Dataplex fields.
- dataplex
Spec GoogleCloud Datacatalog V1Dataplex Spec Response Common Dataplex fields.
- dataplex_
spec GoogleCloud Datacatalog V1Dataplex Spec Response Common Dataplex fields.
- dataplex
Spec Property Map Common Dataplex fields.
GoogleCloudDatacatalogV1DataplexSpec, GoogleCloudDatacatalogV1DataplexSpecArgs
- 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.
- Compression
Format string Compression format of the data, e.g., zip, gzip etc.
- Data
Format Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema 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.
- Compression
Format string Compression format of the data, e.g., zip, gzip etc.
- Data
Format GoogleCloud Datacatalog V1Physical Schema 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.
- compression
Format String Compression format of the data, e.g., zip, gzip etc.
- data
Format GoogleCloud Datacatalog V1Physical Schema 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.
- compression
Format string Compression format of the data, e.g., zip, gzip etc.
- data
Format GoogleCloud Datacatalog V1Physical Schema Format of the data.
- project string
Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset str
Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compression_
format str Compression format of the data, e.g., zip, gzip etc.
- data_
format GoogleCloud Datacatalog V1Physical Schema 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.
- compression
Format String Compression format of the data, e.g., zip, gzip etc.
- data
Format 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.
GoogleCloudDatacatalogV1DataplexSpecResponse, GoogleCloudDatacatalogV1DataplexSpecResponseArgs
- 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.
- Compression
Format string Compression format of the data, e.g., zip, gzip etc.
- Data
Format Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Response Format of the data.
- Project string
Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- Asset string
Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- Compression
Format string Compression format of the data, e.g., zip, gzip etc.
- Data
Format GoogleCloud Datacatalog V1Physical Schema Response Format of the data.
- Project string
Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset String
Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compression
Format String Compression format of the data, e.g., zip, gzip etc.
- data
Format GoogleCloud Datacatalog V1Physical Schema Response Format of the data.
- project String
Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset string
Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compression
Format string Compression format of the data, e.g., zip, gzip etc.
- data
Format GoogleCloud Datacatalog V1Physical Schema Response Format of the data.
- project string
Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset str
Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compression_
format str Compression format of the data, e.g., zip, gzip etc.
- data_
format GoogleCloud Datacatalog V1Physical Schema Response Format of the data.
- project str
Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset String
Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compression
Format String Compression format of the data, e.g., zip, gzip etc.
- data
Format 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, GoogleCloudDatacatalogV1DataplexTableSpecResponseArgs
- Dataplex
Spec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Spec Response Common Dataplex fields.
- External
Tables List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex External Table Response> List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- User
Managed bool Indicates if the table schema is managed by the user or not.
- Dataplex
Spec GoogleCloud Datacatalog V1Dataplex Spec Response Common Dataplex fields.
- External
Tables []GoogleCloud Datacatalog V1Dataplex External Table Response List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- User
Managed bool Indicates if the table schema is managed by the user or not.
- dataplex
Spec GoogleCloud Datacatalog V1Dataplex Spec Response Common Dataplex fields.
- external
Tables List<GoogleCloud Datacatalog V1Dataplex External Table Response> List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- user
Managed Boolean Indicates if the table schema is managed by the user or not.
- dataplex
Spec GoogleCloud Datacatalog V1Dataplex Spec Response Common Dataplex fields.
- external
Tables GoogleCloud Datacatalog V1Dataplex External Table Response[] List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- user
Managed boolean Indicates if the table schema is managed by the user or not.
- dataplex_
spec GoogleCloud Datacatalog V1Dataplex Spec Response Common Dataplex fields.
- external_
tables Sequence[GoogleCloud Datacatalog V1Dataplex External Table Response] List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- user_
managed bool Indicates if the table schema is managed by the user or not.
- dataplex
Spec Property Map Common Dataplex fields.
- external
Tables 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.
- user
Managed Boolean Indicates if the table schema is managed by the user or not.
GoogleCloudDatacatalogV1EntryOverview, GoogleCloudDatacatalogV1EntryOverviewArgs
- 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.
GoogleCloudDatacatalogV1EntryOverviewResponse, GoogleCloudDatacatalogV1EntryOverviewResponseArgs
- 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.
GoogleCloudDatacatalogV1FilesetSpec, GoogleCloudDatacatalogV1FilesetSpecArgs
- Dataplex
Fileset Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Fileset Spec Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- Dataplex
Fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex
Fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex
Fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex_
fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex
Fileset Property Map Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
GoogleCloudDatacatalogV1FilesetSpecResponse, GoogleCloudDatacatalogV1FilesetSpecResponseArgs
- Dataplex
Fileset Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Fileset Spec Response Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- Dataplex
Fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex
Fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex
Fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex_
fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex
Fileset Property Map Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
GoogleCloudDatacatalogV1GcsFileSpecResponse, GoogleCloudDatacatalogV1GcsFileSpecResponseArgs
- File
Path string Full file path. Example:
gs://bucket_name/a/b.txt
.- Gcs
Timestamps Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1System Timestamps Response Creation, modification, and expiration timestamps of a Cloud Storage file.
- Size
Bytes string File size in bytes.
- File
Path string Full file path. Example:
gs://bucket_name/a/b.txt
.- Gcs
Timestamps GoogleCloud Datacatalog V1System Timestamps Response Creation, modification, and expiration timestamps of a Cloud Storage file.
- Size
Bytes string File size in bytes.
- file
Path String Full file path. Example:
gs://bucket_name/a/b.txt
.- gcs
Timestamps GoogleCloud Datacatalog V1System Timestamps Response Creation, modification, and expiration timestamps of a Cloud Storage file.
- size
Bytes String File size in bytes.
- file
Path string Full file path. Example:
gs://bucket_name/a/b.txt
.- gcs
Timestamps GoogleCloud Datacatalog V1System Timestamps Response Creation, modification, and expiration timestamps of a Cloud Storage file.
- size
Bytes string File size in bytes.
- file_
path str Full file path. Example:
gs://bucket_name/a/b.txt
.- gcs_
timestamps GoogleCloud Datacatalog V1System Timestamps Response Creation, modification, and expiration timestamps of a Cloud Storage file.
- size_
bytes str File size in bytes.
- file
Path String Full file path. Example:
gs://bucket_name/a/b.txt
.- gcs
Timestamps Property Map Creation, modification, and expiration timestamps of a Cloud Storage file.
- size
Bytes String File size in bytes.
GoogleCloudDatacatalogV1GcsFilesetSpec, GoogleCloudDatacatalogV1GcsFilesetSpecArgs
- File
Patterns List<string> Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
You can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- File
Patterns []string Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
You can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- file
Patterns List<String> Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
You can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- file
Patterns string[] Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
You can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- file_
patterns Sequence[str] Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
You can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- file
Patterns List<String> Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
You can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
GoogleCloudDatacatalogV1GcsFilesetSpecResponse, GoogleCloudDatacatalogV1GcsFilesetSpecResponseArgs
- File
Patterns List<string> Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://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 List<Pulumi.File Specs Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Gcs File Spec Response> Sample files contained in this fileset, not all files contained in this fileset are represented here.
- File
Patterns []string Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://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 []GoogleFile Specs Cloud Datacatalog V1Gcs File Spec Response Sample files contained in this fileset, not all files contained in this fileset are represented here.
- file
Patterns List<String> Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://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 List<GoogleFile Specs Cloud Datacatalog V1Gcs File Spec Response> Sample files contained in this fileset, not all files contained in this fileset are represented here.
- file
Patterns string[] Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://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 GoogleFile Specs Cloud Datacatalog V1Gcs File Spec Response[] Sample files contained in this fileset, not all files contained in this fileset are represented here.
- file_
patterns Sequence[str] Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://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_ Sequence[Googlefile_ specs Cloud Datacatalog V1Gcs File Spec Response] Sample files contained in this fileset, not all files contained in this fileset are represented here.
- file
Patterns List<String> Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid
file_patterns
: *gs://bucket_name/dir/*
: matches all files inbucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files inbucket_name/dir
and all subdirectories *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://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 List<Property Map>File Specs Sample files contained in this fileset, not all files contained in this fileset are represented here.
GoogleCloudDatacatalogV1LookerSystemSpec, GoogleCloudDatacatalogV1LookerSystemSpecArgs
- Parent
Instance stringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- Parent
Instance stringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- Parent
Model stringDisplay Name Name of the parent Model. Empty if it does not exist.
- Parent
Model stringId ID of the parent Model. Empty if it does not exist.
- Parent
View stringDisplay Name Name of the parent View. Empty if it does not exist.
- Parent
View stringId ID of the parent View. Empty if it does not exist.
- Parent
Instance stringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- Parent
Instance stringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- Parent
Model stringDisplay Name Name of the parent Model. Empty if it does not exist.
- Parent
Model stringId ID of the parent Model. Empty if it does not exist.
- Parent
View stringDisplay Name Name of the parent View. Empty if it does not exist.
- Parent
View stringId ID of the parent View. Empty if it does not exist.
- parent
Instance StringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- parent
Instance StringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- parent
Model StringDisplay Name Name of the parent Model. Empty if it does not exist.
- parent
Model StringId ID of the parent Model. Empty if it does not exist.
- parent
View StringDisplay Name Name of the parent View. Empty if it does not exist.
- parent
View StringId ID of the parent View. Empty if it does not exist.
- parent
Instance stringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- parent
Instance stringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- parent
Model stringDisplay Name Name of the parent Model. Empty if it does not exist.
- parent
Model stringId ID of the parent Model. Empty if it does not exist.
- parent
View stringDisplay Name Name of the parent View. Empty if it does not exist.
- parent
View stringId ID of the parent View. Empty if it does not exist.
- parent_
instance_ strdisplay_ name Name of the parent Looker Instance. Empty if it does not exist.
- parent_
instance_ strid ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- parent_
model_ strdisplay_ name Name of the parent Model. Empty if it does not exist.
- parent_
model_ strid ID of the parent Model. Empty if it does not exist.
- parent_
view_ strdisplay_ name Name of the parent View. Empty if it does not exist.
- parent_
view_ strid ID of the parent View. Empty if it does not exist.
- parent
Instance StringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- parent
Instance StringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- parent
Model StringDisplay Name Name of the parent Model. Empty if it does not exist.
- parent
Model StringId ID of the parent Model. Empty if it does not exist.
- parent
View StringDisplay Name Name of the parent View. Empty if it does not exist.
- parent
View StringId ID of the parent View. Empty if it does not exist.
GoogleCloudDatacatalogV1LookerSystemSpecResponse, GoogleCloudDatacatalogV1LookerSystemSpecResponseArgs
- Parent
Instance stringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- Parent
Instance stringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- Parent
Model stringDisplay Name Name of the parent Model. Empty if it does not exist.
- Parent
Model stringId ID of the parent Model. Empty if it does not exist.
- Parent
View stringDisplay Name Name of the parent View. Empty if it does not exist.
- Parent
View stringId ID of the parent View. Empty if it does not exist.
- Parent
Instance stringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- Parent
Instance stringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- Parent
Model stringDisplay Name Name of the parent Model. Empty if it does not exist.
- Parent
Model stringId ID of the parent Model. Empty if it does not exist.
- Parent
View stringDisplay Name Name of the parent View. Empty if it does not exist.
- Parent
View stringId ID of the parent View. Empty if it does not exist.
- parent
Instance StringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- parent
Instance StringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- parent
Model StringDisplay Name Name of the parent Model. Empty if it does not exist.
- parent
Model StringId ID of the parent Model. Empty if it does not exist.
- parent
View StringDisplay Name Name of the parent View. Empty if it does not exist.
- parent
View StringId ID of the parent View. Empty if it does not exist.
- parent
Instance stringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- parent
Instance stringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- parent
Model stringDisplay Name Name of the parent Model. Empty if it does not exist.
- parent
Model stringId ID of the parent Model. Empty if it does not exist.
- parent
View stringDisplay Name Name of the parent View. Empty if it does not exist.
- parent
View stringId ID of the parent View. Empty if it does not exist.
- parent_
instance_ strdisplay_ name Name of the parent Looker Instance. Empty if it does not exist.
- parent_
instance_ strid ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- parent_
model_ strdisplay_ name Name of the parent Model. Empty if it does not exist.
- parent_
model_ strid ID of the parent Model. Empty if it does not exist.
- parent_
view_ strdisplay_ name Name of the parent View. Empty if it does not exist.
- parent_
view_ strid ID of the parent View. Empty if it does not exist.
- parent
Instance StringDisplay Name Name of the parent Looker Instance. Empty if it does not exist.
- parent
Instance StringId ID of the parent Looker Instance. Empty if it does not exist. Example value:
someinstance.looker.com
- parent
Model StringDisplay Name Name of the parent Model. Empty if it does not exist.
- parent
Model StringId ID of the parent Model. Empty if it does not exist.
- parent
View StringDisplay Name Name of the parent View. Empty if it does not exist.
- parent
View StringId ID of the parent View. Empty if it does not exist.
GoogleCloudDatacatalogV1PersonalDetailsResponse, GoogleCloudDatacatalogV1PersonalDetailsResponseArgs
GoogleCloudDatacatalogV1PhysicalSchema, GoogleCloudDatacatalogV1PhysicalSchemaArgs
- Avro
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Avro Schema Schema in Avro JSON format.
- Csv
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Csv Schema Marks a CSV-encoded data source.
- Orc
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Orc Schema Marks an ORC-encoded data source.
- Parquet
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Parquet Schema Marks a Parquet-encoded data source.
- Protobuf
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Protobuf Schema Schema in protocol buffer format.
- Thrift
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Thrift Schema Schema in Thrift format.
- Avro
Google
Cloud Datacatalog V1Physical Schema Avro Schema Schema in Avro JSON format.
- Csv
Google
Cloud Datacatalog V1Physical Schema Csv Schema Marks a CSV-encoded data source.
- Orc
Google
Cloud Datacatalog V1Physical Schema Orc Schema Marks an ORC-encoded data source.
- Parquet
Google
Cloud Datacatalog V1Physical Schema Parquet Schema Marks a Parquet-encoded data source.
- Protobuf
Google
Cloud Datacatalog V1Physical Schema Protobuf Schema Schema in protocol buffer format.
- Thrift
Google
Cloud Datacatalog V1Physical Schema Thrift Schema Schema in Thrift format.
- avro
Google
Cloud Datacatalog V1Physical Schema Avro Schema Schema in Avro JSON format.
- csv
Google
Cloud Datacatalog V1Physical Schema Csv Schema Marks a CSV-encoded data source.
- orc
Google
Cloud Datacatalog V1Physical Schema Orc Schema Marks an ORC-encoded data source.
- parquet
Google
Cloud Datacatalog V1Physical Schema Parquet Schema Marks a Parquet-encoded data source.
- protobuf
Google
Cloud Datacatalog V1Physical Schema Protobuf Schema Schema in protocol buffer format.
- thrift
Google
Cloud Datacatalog V1Physical Schema Thrift Schema Schema in Thrift format.
- avro
Google
Cloud Datacatalog V1Physical Schema Avro Schema Schema in Avro JSON format.
- csv
Google
Cloud Datacatalog V1Physical Schema Csv Schema Marks a CSV-encoded data source.
- orc
Google
Cloud Datacatalog V1Physical Schema Orc Schema Marks an ORC-encoded data source.
- parquet
Google
Cloud Datacatalog V1Physical Schema Parquet Schema Marks a Parquet-encoded data source.
- protobuf
Google
Cloud Datacatalog V1Physical Schema Protobuf Schema Schema in protocol buffer format.
- thrift
Google
Cloud Datacatalog V1Physical Schema Thrift Schema Schema in Thrift format.
- avro
Google
Cloud Datacatalog V1Physical Schema Avro Schema Schema in Avro JSON format.
- csv
Google
Cloud Datacatalog V1Physical Schema Csv Schema Marks a CSV-encoded data source.
- orc
Google
Cloud Datacatalog V1Physical Schema Orc Schema Marks an ORC-encoded data source.
- parquet
Google
Cloud Datacatalog V1Physical Schema Parquet Schema Marks a Parquet-encoded data source.
- protobuf
Google
Cloud Datacatalog V1Physical Schema Protobuf Schema Schema in protocol buffer format.
- thrift
Google
Cloud Datacatalog V1Physical Schema Thrift Schema 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.
GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema, GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaArgs
- 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.
GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaResponse, GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaResponseArgs
- 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.
GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema, GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaArgs
- 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.
GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaResponse, GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaResponseArgs
- 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, GoogleCloudDatacatalogV1PhysicalSchemaResponseArgs
- Avro
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Avro Schema Response Schema in Avro JSON format.
- Csv
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Csv Schema Response Marks a CSV-encoded data source.
- Orc
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Orc Schema Response Marks an ORC-encoded data source.
- Parquet
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Parquet Schema Response Marks a Parquet-encoded data source.
- Protobuf
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Protobuf Schema Response Schema in protocol buffer format.
- Thrift
Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Thrift Schema Response Schema in Thrift format.
- Avro
Google
Cloud Datacatalog V1Physical Schema Avro Schema Response Schema in Avro JSON format.
- Csv
Google
Cloud Datacatalog V1Physical Schema Csv Schema Response Marks a CSV-encoded data source.
- Orc
Google
Cloud Datacatalog V1Physical Schema Orc Schema Response Marks an ORC-encoded data source.
- Parquet
Google
Cloud Datacatalog V1Physical Schema Parquet Schema Response Marks a Parquet-encoded data source.
- Protobuf
Google
Cloud Datacatalog V1Physical Schema Protobuf Schema Response Schema in protocol buffer format.
- Thrift
Google
Cloud Datacatalog V1Physical Schema Thrift Schema Response Schema in Thrift format.
- avro
Google
Cloud Datacatalog V1Physical Schema Avro Schema Response Schema in Avro JSON format.
- csv
Google
Cloud Datacatalog V1Physical Schema Csv Schema Response Marks a CSV-encoded data source.
- orc
Google
Cloud Datacatalog V1Physical Schema Orc Schema Response Marks an ORC-encoded data source.
- parquet
Google
Cloud Datacatalog V1Physical Schema Parquet Schema Response Marks a Parquet-encoded data source.
- protobuf
Google
Cloud Datacatalog V1Physical Schema Protobuf Schema Response Schema in protocol buffer format.
- thrift
Google
Cloud Datacatalog V1Physical Schema Thrift Schema Response Schema in Thrift format.
- avro
Google
Cloud Datacatalog V1Physical Schema Avro Schema Response Schema in Avro JSON format.
- csv
Google
Cloud Datacatalog V1Physical Schema Csv Schema Response Marks a CSV-encoded data source.
- orc
Google
Cloud Datacatalog V1Physical Schema Orc Schema Response Marks an ORC-encoded data source.
- parquet
Google
Cloud Datacatalog V1Physical Schema Parquet Schema Response Marks a Parquet-encoded data source.
- protobuf
Google
Cloud Datacatalog V1Physical Schema Protobuf Schema Response Schema in protocol buffer format.
- thrift
Google
Cloud Datacatalog V1Physical Schema Thrift Schema Response Schema in Thrift format.
- avro
Google
Cloud Datacatalog V1Physical Schema Avro Schema Response Schema in Avro JSON format.
- csv
Google
Cloud Datacatalog V1Physical Schema Csv Schema Response Marks a CSV-encoded data source.
- orc
Google
Cloud Datacatalog V1Physical Schema Orc Schema Response Marks an ORC-encoded data source.
- parquet
Google
Cloud Datacatalog V1Physical Schema Parquet Schema Response Marks a Parquet-encoded data source.
- protobuf
Google
Cloud Datacatalog V1Physical Schema Protobuf Schema Response Schema in protocol buffer format.
- thrift
Google
Cloud Datacatalog V1Physical Schema Thrift Schema Response Schema in Thrift format.
- avro Property Map
Schema in Avro JSON format.
- csv Property Map
Marks a CSV-encoded data source.
- orc Property Map
Marks an ORC-encoded data source.
- parquet Property Map
Marks a Parquet-encoded data source.
- protobuf Property Map
Schema in protocol buffer format.
- thrift Property Map
Schema in Thrift format.
GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema, GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaArgs
- 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.
GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaResponse, GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaResponseArgs
- 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.
GoogleCloudDatacatalogV1RoutineSpec, GoogleCloudDatacatalogV1RoutineSpecArgs
- Bigquery
Routine Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Big Query Routine Spec Fields specific for BigQuery routines.
- Definition
Body 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
- Return
Type string Return type of the argument. The exact value depends on the source system and the language.
- Routine
Arguments List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Routine Spec Argument> Arguments of the routine.
- Routine
Type Pulumi.Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Routine Spec Routine Type The type of the routine.
- Bigquery
Routine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Fields specific for BigQuery routines.
- Definition
Body 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
- Return
Type string Return type of the argument. The exact value depends on the source system and the language.
- Routine
Arguments []GoogleCloud Datacatalog V1Routine Spec Argument Arguments of the routine.
- Routine
Type GoogleCloud Datacatalog V1Routine Spec Routine Type The type of the routine.
- bigquery
Routine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Fields specific for BigQuery routines.
- definition
Body 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
- return
Type String Return type of the argument. The exact value depends on the source system and the language.
- routine
Arguments List<GoogleCloud Datacatalog V1Routine Spec Argument> Arguments of the routine.
- routine
Type GoogleCloud Datacatalog V1Routine Spec Routine Type The type of the routine.
- bigquery
Routine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Fields specific for BigQuery routines.
- definition
Body 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
- return
Type string Return type of the argument. The exact value depends on the source system and the language.
- routine
Arguments GoogleCloud Datacatalog V1Routine Spec Argument[] Arguments of the routine.
- routine
Type GoogleCloud Datacatalog V1Routine Spec Routine Type The type of the routine.
- bigquery_
routine_ Googlespec Cloud Datacatalog V1Big Query Routine Spec Fields specific for BigQuery routines.
- definition_
body str The body of the routine.
- language str
The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: *
SQL
*JAVASCRIPT
- return_
type str Return type of the argument. The exact value depends on the source system and the language.
- routine_
arguments Sequence[GoogleCloud Datacatalog V1Routine Spec Argument] Arguments of the routine.
- routine_
type GoogleCloud Datacatalog V1Routine Spec Routine Type The type of the routine.
- bigquery
Routine Property MapSpec Fields specific for BigQuery routines.
- definition
Body 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
- return
Type String Return type of the argument. The exact value depends on the source system and the language.
- routine
Arguments List<Property Map> Arguments of the routine.
- routine
Type "ROUTINE_TYPE_UNSPECIFIED" | "SCALAR_FUNCTION" | "PROCEDURE" The type of the routine.
GoogleCloudDatacatalogV1RoutineSpecArgument, GoogleCloudDatacatalogV1RoutineSpecArgumentArgs
- Mode
Pulumi.
Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Routine Spec Argument Mode 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
Google
Cloud Datacatalog V1Routine Spec Argument Mode 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
Google
Cloud Datacatalog V1Routine Spec Argument Mode 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
Google
Cloud Datacatalog V1Routine Spec Argument Mode 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
Google
Cloud Datacatalog V1Routine Spec Argument Mode 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 "MODE_UNSPECIFIED" | "IN" | "OUT" | "INOUT"
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.
GoogleCloudDatacatalogV1RoutineSpecArgumentMode, GoogleCloudDatacatalogV1RoutineSpecArgumentModeArgs
- Mode
Unspecified - MODE_UNSPECIFIED
Unspecified mode.
- In
- IN
The argument is input-only.
- Out
- OUT
The argument is output-only.
- Inout
- INOUT
The argument is both an input and an output.
- Google
Cloud Datacatalog V1Routine Spec Argument Mode Mode Unspecified - MODE_UNSPECIFIED
Unspecified mode.
- Google
Cloud Datacatalog V1Routine Spec Argument Mode In - IN
The argument is input-only.
- Google
Cloud Datacatalog V1Routine Spec Argument Mode Out - OUT
The argument is output-only.
- Google
Cloud Datacatalog V1Routine Spec Argument Mode Inout - INOUT
The argument is both an input and an output.
- Mode
Unspecified - MODE_UNSPECIFIED
Unspecified mode.
- In
- IN
The argument is input-only.
- Out
- OUT
The argument is output-only.
- Inout
- INOUT
The argument is both an input and an output.
- Mode
Unspecified - MODE_UNSPECIFIED
Unspecified mode.
- In
- IN
The argument is input-only.
- Out
- OUT
The argument is output-only.
- Inout
- INOUT
The argument is both an input and an output.
- MODE_UNSPECIFIED
- MODE_UNSPECIFIED
Unspecified mode.
- IN_
- IN
The argument is input-only.
- OUT
- OUT
The argument is output-only.
- INOUT
- INOUT
The argument is both an input and an output.
- "MODE_UNSPECIFIED"
- MODE_UNSPECIFIED
Unspecified mode.
- "IN"
- IN
The argument is input-only.
- "OUT"
- OUT
The argument is output-only.
- "INOUT"
- INOUT
The argument is both an input and an output.
GoogleCloudDatacatalogV1RoutineSpecArgumentResponse, GoogleCloudDatacatalogV1RoutineSpecArgumentResponseArgs
GoogleCloudDatacatalogV1RoutineSpecResponse, GoogleCloudDatacatalogV1RoutineSpecResponseArgs
- Bigquery
Routine Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Big Query Routine Spec Response Fields specific for BigQuery routines.
- Definition
Body 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
- Return
Type string Return type of the argument. The exact value depends on the source system and the language.
- Routine
Arguments List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Routine Spec Argument Response> Arguments of the routine.
- Routine
Type string The type of the routine.
- Bigquery
Routine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Response Fields specific for BigQuery routines.
- Definition
Body 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
- Return
Type string Return type of the argument. The exact value depends on the source system and the language.
- Routine
Arguments []GoogleCloud Datacatalog V1Routine Spec Argument Response Arguments of the routine.
- Routine
Type string The type of the routine.
- bigquery
Routine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Response Fields specific for BigQuery routines.
- definition
Body 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
- return
Type String Return type of the argument. The exact value depends on the source system and the language.
- routine
Arguments List<GoogleCloud Datacatalog V1Routine Spec Argument Response> Arguments of the routine.
- routine
Type String The type of the routine.
- bigquery
Routine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Response Fields specific for BigQuery routines.
- definition
Body 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
- return
Type string Return type of the argument. The exact value depends on the source system and the language.
- routine
Arguments GoogleCloud Datacatalog V1Routine Spec Argument Response[] Arguments of the routine.
- routine
Type string The type of the routine.
- bigquery_
routine_ Googlespec Cloud Datacatalog V1Big Query Routine Spec Response Fields specific for BigQuery routines.
- definition_
body str The body of the routine.
- language str
The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: *
SQL
*JAVASCRIPT
- return_
type str Return type of the argument. The exact value depends on the source system and the language.
- routine_
arguments Sequence[GoogleCloud Datacatalog V1Routine Spec Argument Response] Arguments of the routine.
- routine_
type str The type of the routine.
- bigquery
Routine Property MapSpec Fields specific for BigQuery routines.
- definition
Body 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
- return
Type String Return type of the argument. The exact value depends on the source system and the language.
- routine
Arguments List<Property Map> Arguments of the routine.
- routine
Type String The type of the routine.
GoogleCloudDatacatalogV1RoutineSpecRoutineType, GoogleCloudDatacatalogV1RoutineSpecRoutineTypeArgs
- Routine
Type Unspecified - ROUTINE_TYPE_UNSPECIFIED
Unspecified type.
- Scalar
Function - SCALAR_FUNCTION
Non-builtin permanent scalar function.
- Procedure
- PROCEDURE
Stored procedure.
- Google
Cloud Datacatalog V1Routine Spec Routine Type Routine Type Unspecified - ROUTINE_TYPE_UNSPECIFIED
Unspecified type.
- Google
Cloud Datacatalog V1Routine Spec Routine Type Scalar Function - SCALAR_FUNCTION
Non-builtin permanent scalar function.
- Google
Cloud Datacatalog V1Routine Spec Routine Type Procedure - PROCEDURE
Stored procedure.
- Routine
Type Unspecified - ROUTINE_TYPE_UNSPECIFIED
Unspecified type.
- Scalar
Function - SCALAR_FUNCTION
Non-builtin permanent scalar function.
- Procedure
- PROCEDURE
Stored procedure.
- Routine
Type Unspecified - ROUTINE_TYPE_UNSPECIFIED
Unspecified type.
- Scalar
Function - SCALAR_FUNCTION
Non-builtin permanent scalar function.
- Procedure
- PROCEDURE
Stored procedure.
- ROUTINE_TYPE_UNSPECIFIED
- ROUTINE_TYPE_UNSPECIFIED
Unspecified type.
- SCALAR_FUNCTION
- SCALAR_FUNCTION
Non-builtin permanent scalar function.
- PROCEDURE
- PROCEDURE
Stored procedure.
- "ROUTINE_TYPE_UNSPECIFIED"
- ROUTINE_TYPE_UNSPECIFIED
Unspecified type.
- "SCALAR_FUNCTION"
- SCALAR_FUNCTION
Non-builtin permanent scalar function.
- "PROCEDURE"
- PROCEDURE
Stored procedure.
GoogleCloudDatacatalogV1Schema, GoogleCloudDatacatalogV1SchemaArgs
- Columns
List<Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema> 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
[]Google
Cloud Datacatalog V1Column Schema 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<Google
Cloud Datacatalog V1Column Schema> 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
Google
Cloud Datacatalog V1Column Schema[] 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[Google
Cloud Datacatalog V1Column Schema] 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.
GoogleCloudDatacatalogV1SchemaResponse, GoogleCloudDatacatalogV1SchemaResponseArgs
- Columns
List<Pulumi.
Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema Response> The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- Columns
[]Google
Cloud Datacatalog V1Column Schema Response The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns
List<Google
Cloud Datacatalog V1Column Schema Response> The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns
Google
Cloud Datacatalog V1Column Schema Response[] The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns
Sequence[Google
Cloud Datacatalog V1Column Schema Response] The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns 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.
GoogleCloudDatacatalogV1ServiceSpec, GoogleCloudDatacatalogV1ServiceSpecArgs
- Cloud
Bigtable Pulumi.Instance Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable Instance Spec Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- Cloud
Bigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- cloud
Bigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- cloud
Bigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- cloud_
bigtable_ Googleinstance_ spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- cloud
Bigtable Property MapInstance Spec Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
GoogleCloudDatacatalogV1ServiceSpecResponse, GoogleCloudDatacatalogV1ServiceSpecResponseArgs
- Cloud
Bigtable Pulumi.Instance Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable Instance Spec Response Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- Cloud
Bigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- cloud
Bigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- cloud
Bigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- cloud_
bigtable_ Googleinstance_ spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
- cloud
Bigtable Property MapInstance Spec Specification that applies to Instance entries of
CLOUD_BIGTABLE
system.
GoogleCloudDatacatalogV1SqlDatabaseSystemSpec, GoogleCloudDatacatalogV1SqlDatabaseSystemSpecArgs
- Database
Version string Version of the database engine.
- Instance
Host 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.
- Sql
Engine 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 string Version of the database engine.
- Instance
Host 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.
- Sql
Engine 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 String Version of the database engine.
- instance
Host 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.
- sql
Engine 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 string Version of the database engine.
- instance
Host 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.
- sql
Engine 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.
- database
Version String Version of the database engine.
- instance
Host 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.
- sql
Engine String SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponse, GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponseArgs
- Database
Version string Version of the database engine.
- Instance
Host 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.
- Sql
Engine 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 string Version of the database engine.
- Instance
Host 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.
- Sql
Engine 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 String Version of the database engine.
- instance
Host 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.
- sql
Engine 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 string Version of the database engine.
- instance
Host 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.
- sql
Engine 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.
- database
Version String Version of the database engine.
- instance
Host 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.
- sql
Engine String SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
GoogleCloudDatacatalogV1StoragePropertiesResponse, GoogleCloudDatacatalogV1StoragePropertiesResponseArgs
- File
Pattern List<string> Patterns to identify a set of files for this fileset. Examples of a valid
file_pattern
: *gs://bucket_name/dir/*
: matches all files in thebucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files in thebucket_name/dir
and all subdirectories recursively *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
- File
Type string File type in MIME format, for example,
text/plain
.
- File
Pattern []string Patterns to identify a set of files for this fileset. Examples of a valid
file_pattern
: *gs://bucket_name/dir/*
: matches all files in thebucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files in thebucket_name/dir
and all subdirectories recursively *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
- File
Type string File type in MIME format, for example,
text/plain
.
- file
Pattern List<String> Patterns to identify a set of files for this fileset. Examples of a valid
file_pattern
: *gs://bucket_name/dir/*
: matches all files in thebucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files in thebucket_name/dir
and all subdirectories recursively *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
- file
Type String File type in MIME format, for example,
text/plain
.
- file
Pattern string[] Patterns to identify a set of files for this fileset. Examples of a valid
file_pattern
: *gs://bucket_name/dir/*
: matches all files in thebucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files in thebucket_name/dir
and all subdirectories recursively *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
- file
Type string File type in MIME format, for example,
text/plain
.
- file_
pattern Sequence[str] Patterns to identify a set of files for this fileset. Examples of a valid
file_pattern
: *gs://bucket_name/dir/*
: matches all files in thebucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files in thebucket_name/dir
and all subdirectories recursively *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
- file_
type str File type in MIME format, for example,
text/plain
.
- file
Pattern List<String> Patterns to identify a set of files for this fileset. Examples of a valid
file_pattern
: *gs://bucket_name/dir/*
: matches all files in thebucket_name/dir
directory *gs://bucket_name/dir/**
: matches all files in thebucket_name/dir
and all subdirectories recursively *gs://bucket_name/file*
: matches files prefixed byfile
inbucket_name
*gs://bucket_name/??.txt
: matches files with two characters followed by.txt
inbucket_name
*gs://bucket_name/[aeiou].txt
: matches files that contain a single vowel character followed by.txt
inbucket_name
*gs://bucket_name/[a-m].txt
: matches files that containa
,b
, ... orm
followed by.txt
inbucket_name
*gs://bucket_name/a/*/b
: matches all files inbucket_name
that match thea/*/b
pattern, such asa/c/b
,a/d/b
*gs://another_bucket/a.txt
: matchesgs://another_bucket/a.txt
- file
Type String File type in MIME format, for example,
text/plain
.
GoogleCloudDatacatalogV1SystemTimestamps, GoogleCloudDatacatalogV1SystemTimestampsArgs
- Create
Time string Creation timestamp of the resource within the given system.
- Update
Time 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 string Creation timestamp of the resource within the given system.
- Update
Time 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 String Creation timestamp of the resource within the given system.
- update
Time 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 string Creation timestamp of the resource within the given system.
- update
Time 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.
- 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.
- create
Time String Creation timestamp of the resource within the given system.
- update
Time 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.
GoogleCloudDatacatalogV1SystemTimestampsResponse, GoogleCloudDatacatalogV1SystemTimestampsResponseArgs
- Create
Time string Creation timestamp of the resource within the given system.
- Expire
Time string Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- Update
Time 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 string Creation timestamp of the resource within the given system.
- Expire
Time string Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- Update
Time 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 String Creation timestamp of the resource within the given system.
- expire
Time String Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- update
Time 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 string Creation timestamp of the resource within the given system.
- expire
Time string Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- update
Time 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.
- create
Time String Creation timestamp of the resource within the given system.
- expire
Time String Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- update
Time 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, GoogleCloudDatacatalogV1TableSpecResponseArgs
- Grouped
Entry 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 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 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 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.
- grouped
Entry 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.
GoogleCloudDatacatalogV1UsageSignal, GoogleCloudDatacatalogV1UsageSignalArgs
- Common
Usage Dictionary<string, string>Within Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- Favorite
Count string Favorite count in the source system.
- Update
Time string The end timestamp of the duration of usage statistics.
- Common
Usage map[string]stringWithin Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- Favorite
Count string Favorite count in the source system.
- Update
Time string The end timestamp of the duration of usage statistics.
- common
Usage Map<String,String>Within Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- favorite
Count String Favorite count in the source system.
- update
Time String The end timestamp of the duration of usage statistics.
- common
Usage {[key: string]: string}Within Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- favorite
Count string Favorite count in the source system.
- update
Time string The end timestamp of the duration of usage statistics.
- common_
usage_ Mapping[str, str]within_ time_ range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- favorite_
count str Favorite count in the source system.
- update_
time str The end timestamp of the duration of usage statistics.
- common
Usage Map<String>Within Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- favorite
Count String Favorite count in the source system.
- update
Time String The end timestamp of the duration of usage statistics.
GoogleCloudDatacatalogV1UsageSignalResponse, GoogleCloudDatacatalogV1UsageSignalResponseArgs
- Common
Usage Dictionary<string, string>Within Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- Favorite
Count string Favorite count in the source system.
- Update
Time string The end timestamp of the duration of usage statistics.
- Usage
Within Dictionary<string, string>Time Range BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D"}
.
- Common
Usage map[string]stringWithin Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- Favorite
Count string Favorite count in the source system.
- Update
Time string The end timestamp of the duration of usage statistics.
- Usage
Within map[string]stringTime Range BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D"}
.
- common
Usage Map<String,String>Within Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- favorite
Count String Favorite count in the source system.
- update
Time String The end timestamp of the duration of usage statistics.
- usage
Within Map<String,String>Time Range BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D"}
.
- common
Usage {[key: string]: string}Within Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- favorite
Count string Favorite count in the source system.
- update
Time string The end timestamp of the duration of usage statistics.
- usage
Within {[key: string]: string}Time Range BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D"}
.
- common_
usage_ Mapping[str, str]within_ time_ range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- favorite_
count str Favorite count in the source system.
- update_
time str The end timestamp of the duration of usage statistics.
- usage_
within_ Mapping[str, str]time_ range BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D"}
.
- common
Usage Map<String>Within Time Range Common usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D", "Lifetime"}
.- favorite
Count String Favorite count in the source system.
- update
Time String The end timestamp of the duration of usage statistics.
- usage
Within Map<String>Time Range BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are
{"24H", "7D", "30D"}
.
GoogleCloudDatacatalogV1ViewSpecResponse, GoogleCloudDatacatalogV1ViewSpecResponseArgs
- View
Query string The query that defines the table view.
- View
Query string The query that defines the table view.
- view
Query String The query that defines the table view.
- view
Query string The query that defines the table view.
- view_
query str The query that defines the table view.
- view
Query String The query that defines the table view.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.