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
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Entry(name: string, args: EntryArgs, opts?: CustomResourceOptions);@overload
def Entry(resource_name: str,
          args: EntryArgs,
          opts: Optional[ResourceOptions] = None)
@overload
def Entry(resource_name: str,
          opts: Optional[ResourceOptions] = None,
          entry_group_id: Optional[str] = None,
          entry_id: Optional[str] = None,
          labels: Optional[Mapping[str, str]] = None,
          display_name: Optional[str] = None,
          location: Optional[str] = None,
          description: Optional[str] = None,
          looker_system_spec: Optional[GoogleCloudDatacatalogV1LookerSystemSpecArgs] = None,
          data_source_connection_spec: Optional[GoogleCloudDatacatalogV1DataSourceConnectionSpecArgs] = None,
          cloud_bigtable_system_spec: Optional[GoogleCloudDatacatalogV1CloudBigtableSystemSpecArgs] = None,
          model_spec: Optional[GoogleCloudDatacatalogV1ModelSpecArgs] = None,
          fully_qualified_name: Optional[str] = None,
          gcs_fileset_spec: Optional[GoogleCloudDatacatalogV1GcsFilesetSpecArgs] = None,
          business_context: Optional[GoogleCloudDatacatalogV1BusinessContextArgs] = None,
          linked_resource: Optional[str] = None,
          dataset_spec: Optional[GoogleCloudDatacatalogV1DatasetSpecArgs] = None,
          database_table_spec: Optional[GoogleCloudDatacatalogV1DatabaseTableSpecArgs] = None,
          fileset_spec: Optional[GoogleCloudDatacatalogV1FilesetSpecArgs] = 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)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.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var google_nativeEntryResource = new GoogleNative.DataCatalog.V1.Entry("google-nativeEntryResource", new()
{
    EntryGroupId = "string",
    EntryId = "string",
    Labels = 
    {
        { "string", "string" },
    },
    DisplayName = "string",
    Location = "string",
    Description = "string",
    LookerSystemSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1LookerSystemSpecArgs
    {
        ParentInstanceDisplayName = "string",
        ParentInstanceId = "string",
        ParentModelDisplayName = "string",
        ParentModelId = "string",
        ParentViewDisplayName = "string",
        ParentViewId = "string",
    },
    DataSourceConnectionSpec = null,
    CloudBigtableSystemSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1CloudBigtableSystemSpecArgs
    {
        InstanceDisplayName = "string",
    },
    ModelSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ModelSpecArgs
    {
        VertexModelSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1VertexModelSpecArgs
        {
            ContainerImageUri = "string",
            VersionAliases = new[]
            {
                "string",
            },
            VersionDescription = "string",
            VersionId = "string",
            VertexModelSourceInfo = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1VertexModelSourceInfoArgs
            {
                Copy = false,
                SourceType = GoogleNative.DataCatalog.V1.GoogleCloudDatacatalogV1VertexModelSourceInfoSourceType.ModelSourceTypeUnspecified,
            },
        },
    },
    FullyQualifiedName = "string",
    GcsFilesetSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1GcsFilesetSpecArgs
    {
        FilePatterns = new[]
        {
            "string",
        },
    },
    BusinessContext = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1BusinessContextArgs
    {
        Contacts = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ContactsArgs
        {
            People = new[]
            {
                new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ContactsPersonArgs
                {
                    Designation = "string",
                    Email = "string",
                },
            },
        },
        EntryOverview = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1EntryOverviewArgs
        {
            Overview = "string",
        },
    },
    LinkedResource = "string",
    DatasetSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DatasetSpecArgs
    {
        VertexDatasetSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1VertexDatasetSpecArgs
        {
            DataItemCount = "string",
            DataType = GoogleNative.DataCatalog.V1.GoogleCloudDatacatalogV1VertexDatasetSpecDataType.DataTypeUnspecified,
        },
    },
    DatabaseTableSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DatabaseTableSpecArgs
    {
        DatabaseViewSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs
        {
            BaseTable = "string",
            SqlQuery = "string",
            ViewType = GoogleNative.DataCatalog.V1.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecViewType.ViewTypeUnspecified,
        },
        Type = GoogleNative.DataCatalog.V1.GoogleCloudDatacatalogV1DatabaseTableSpecType.TableTypeUnspecified,
    },
    FilesetSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1FilesetSpecArgs
    {
        DataplexFileset = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DataplexFilesetSpecArgs
        {
            DataplexSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1DataplexSpecArgs
            {
                Asset = "string",
                CompressionFormat = "string",
                DataFormat = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaArgs
                {
                    Avro = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaArgs
                    {
                        Text = "string",
                    },
                    Csv = null,
                    Orc = null,
                    Parquet = null,
                    Protobuf = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaArgs
                    {
                        Text = "string",
                    },
                    Thrift = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaArgs
                    {
                        Text = "string",
                    },
                },
                Project = "string",
            },
        },
    },
    Project = "string",
    RoutineSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1RoutineSpecArgs
    {
        BigqueryRoutineSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1BigQueryRoutineSpecArgs
        {
            ImportedLibraries = new[]
            {
                "string",
            },
        },
        DefinitionBody = "string",
        Language = "string",
        ReturnType = "string",
        RoutineArguments = new[]
        {
            new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1RoutineSpecArgumentArgs
            {
                Mode = GoogleNative.DataCatalog.V1.GoogleCloudDatacatalogV1RoutineSpecArgumentMode.ModeUnspecified,
                Name = "string",
                Type = "string",
            },
        },
        RoutineType = GoogleNative.DataCatalog.V1.GoogleCloudDatacatalogV1RoutineSpecRoutineType.RoutineTypeUnspecified,
    },
    Schema = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1SchemaArgs
    {
        Columns = new[]
        {
            new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ColumnSchemaArgs
            {
                Column = "string",
                Type = "string",
                DefaultValue = "string",
                Description = "string",
                GcRule = "string",
                HighestIndexingType = GoogleNative.DataCatalog.V1.GoogleCloudDatacatalogV1ColumnSchemaHighestIndexingType.IndexingTypeUnspecified,
                LookerColumnSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecArgs
                {
                    Type = GoogleNative.DataCatalog.V1.GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecType.LookerColumnTypeUnspecified,
                },
                Mode = "string",
                OrdinalPosition = 0,
                Subcolumns = new[]
                {
                    googleCloudDatacatalogV1ColumnSchema,
                },
            },
        },
    },
    ServiceSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1ServiceSpecArgs
    {
        CloudBigtableInstanceSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1CloudBigtableInstanceSpecArgs
        {
            CloudBigtableClusterSpecs = new[]
            {
                new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecArgs
                {
                    DisplayName = "string",
                    LinkedResource = "string",
                    Location = "string",
                    Type = "string",
                },
            },
        },
    },
    SourceSystemTimestamps = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1SystemTimestampsArgs
    {
        CreateTime = "string",
        UpdateTime = "string",
    },
    SqlDatabaseSystemSpec = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1SqlDatabaseSystemSpecArgs
    {
        DatabaseVersion = "string",
        InstanceHost = "string",
        SqlEngine = "string",
    },
    Type = GoogleNative.DataCatalog.V1.EntryType.EntryTypeUnspecified,
    UsageSignal = new GoogleNative.DataCatalog.V1.Inputs.GoogleCloudDatacatalogV1UsageSignalArgs
    {
        CommonUsageWithinTimeRange = 
        {
            { "string", "string" },
        },
        FavoriteCount = "string",
        UpdateTime = "string",
    },
    UserSpecifiedSystem = "string",
    UserSpecifiedType = "string",
});
example, err := datacatalog.NewEntry(ctx, "google-nativeEntryResource", &datacatalog.EntryArgs{
	EntryGroupId: pulumi.String("string"),
	EntryId:      pulumi.String("string"),
	Labels: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	DisplayName: pulumi.String("string"),
	Location:    pulumi.String("string"),
	Description: pulumi.String("string"),
	LookerSystemSpec: &datacatalog.GoogleCloudDatacatalogV1LookerSystemSpecArgs{
		ParentInstanceDisplayName: pulumi.String("string"),
		ParentInstanceId:          pulumi.String("string"),
		ParentModelDisplayName:    pulumi.String("string"),
		ParentModelId:             pulumi.String("string"),
		ParentViewDisplayName:     pulumi.String("string"),
		ParentViewId:              pulumi.String("string"),
	},
	DataSourceConnectionSpec: &datacatalog.GoogleCloudDatacatalogV1DataSourceConnectionSpecArgs{},
	CloudBigtableSystemSpec: &datacatalog.GoogleCloudDatacatalogV1CloudBigtableSystemSpecArgs{
		InstanceDisplayName: pulumi.String("string"),
	},
	ModelSpec: &datacatalog.GoogleCloudDatacatalogV1ModelSpecArgs{
		VertexModelSpec: &datacatalog.GoogleCloudDatacatalogV1VertexModelSpecArgs{
			ContainerImageUri: pulumi.String("string"),
			VersionAliases: pulumi.StringArray{
				pulumi.String("string"),
			},
			VersionDescription: pulumi.String("string"),
			VersionId:          pulumi.String("string"),
			VertexModelSourceInfo: &datacatalog.GoogleCloudDatacatalogV1VertexModelSourceInfoArgs{
				Copy:       pulumi.Bool(false),
				SourceType: datacatalog.GoogleCloudDatacatalogV1VertexModelSourceInfoSourceTypeModelSourceTypeUnspecified,
			},
		},
	},
	FullyQualifiedName: pulumi.String("string"),
	GcsFilesetSpec: &datacatalog.GoogleCloudDatacatalogV1GcsFilesetSpecArgs{
		FilePatterns: pulumi.StringArray{
			pulumi.String("string"),
		},
	},
	BusinessContext: &datacatalog.GoogleCloudDatacatalogV1BusinessContextArgs{
		Contacts: &datacatalog.GoogleCloudDatacatalogV1ContactsArgs{
			People: datacatalog.GoogleCloudDatacatalogV1ContactsPersonArray{
				&datacatalog.GoogleCloudDatacatalogV1ContactsPersonArgs{
					Designation: pulumi.String("string"),
					Email:       pulumi.String("string"),
				},
			},
		},
		EntryOverview: &datacatalog.GoogleCloudDatacatalogV1EntryOverviewArgs{
			Overview: pulumi.String("string"),
		},
	},
	LinkedResource: pulumi.String("string"),
	DatasetSpec: &datacatalog.GoogleCloudDatacatalogV1DatasetSpecArgs{
		VertexDatasetSpec: &datacatalog.GoogleCloudDatacatalogV1VertexDatasetSpecArgs{
			DataItemCount: pulumi.String("string"),
			DataType:      datacatalog.GoogleCloudDatacatalogV1VertexDatasetSpecDataTypeDataTypeUnspecified,
		},
	},
	DatabaseTableSpec: &datacatalog.GoogleCloudDatacatalogV1DatabaseTableSpecArgs{
		DatabaseViewSpec: &datacatalog.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs{
			BaseTable: pulumi.String("string"),
			SqlQuery:  pulumi.String("string"),
			ViewType:  datacatalog.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecViewTypeViewTypeUnspecified,
		},
		Type: datacatalog.GoogleCloudDatacatalogV1DatabaseTableSpecTypeTableTypeUnspecified,
	},
	FilesetSpec: &datacatalog.GoogleCloudDatacatalogV1FilesetSpecArgs{
		DataplexFileset: &datacatalog.GoogleCloudDatacatalogV1DataplexFilesetSpecArgs{
			DataplexSpec: &datacatalog.GoogleCloudDatacatalogV1DataplexSpecArgs{
				Asset:             pulumi.String("string"),
				CompressionFormat: pulumi.String("string"),
				DataFormat: &datacatalog.GoogleCloudDatacatalogV1PhysicalSchemaArgs{
					Avro: &datacatalog.GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaArgs{
						Text: pulumi.String("string"),
					},
					Csv:     &datacatalog.GoogleCloudDatacatalogV1PhysicalSchemaCsvSchemaArgs{},
					Orc:     &datacatalog.GoogleCloudDatacatalogV1PhysicalSchemaOrcSchemaArgs{},
					Parquet: &datacatalog.GoogleCloudDatacatalogV1PhysicalSchemaParquetSchemaArgs{},
					Protobuf: &datacatalog.GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaArgs{
						Text: pulumi.String("string"),
					},
					Thrift: &datacatalog.GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaArgs{
						Text: pulumi.String("string"),
					},
				},
				Project: pulumi.String("string"),
			},
		},
	},
	Project: pulumi.String("string"),
	RoutineSpec: &datacatalog.GoogleCloudDatacatalogV1RoutineSpecArgs{
		BigqueryRoutineSpec: &datacatalog.GoogleCloudDatacatalogV1BigQueryRoutineSpecArgs{
			ImportedLibraries: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
		DefinitionBody: pulumi.String("string"),
		Language:       pulumi.String("string"),
		ReturnType:     pulumi.String("string"),
		RoutineArguments: datacatalog.GoogleCloudDatacatalogV1RoutineSpecArgumentArray{
			&datacatalog.GoogleCloudDatacatalogV1RoutineSpecArgumentArgs{
				Mode: datacatalog.GoogleCloudDatacatalogV1RoutineSpecArgumentModeModeUnspecified,
				Name: pulumi.String("string"),
				Type: pulumi.String("string"),
			},
		},
		RoutineType: datacatalog.GoogleCloudDatacatalogV1RoutineSpecRoutineTypeRoutineTypeUnspecified,
	},
	Schema: &datacatalog.GoogleCloudDatacatalogV1SchemaArgs{
		Columns: datacatalog.GoogleCloudDatacatalogV1ColumnSchemaArray{
			&datacatalog.GoogleCloudDatacatalogV1ColumnSchemaArgs{
				Column:              pulumi.String("string"),
				Type:                pulumi.String("string"),
				DefaultValue:        pulumi.String("string"),
				Description:         pulumi.String("string"),
				GcRule:              pulumi.String("string"),
				HighestIndexingType: datacatalog.GoogleCloudDatacatalogV1ColumnSchemaHighestIndexingTypeIndexingTypeUnspecified,
				LookerColumnSpec: &datacatalog.GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecArgs{
					Type: datacatalog.GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecTypeLookerColumnTypeUnspecified,
				},
				Mode:            pulumi.String("string"),
				OrdinalPosition: pulumi.Int(0),
				Subcolumns: datacatalog.GoogleCloudDatacatalogV1ColumnSchemaArray{
					googleCloudDatacatalogV1ColumnSchema,
				},
			},
		},
	},
	ServiceSpec: &datacatalog.GoogleCloudDatacatalogV1ServiceSpecArgs{
		CloudBigtableInstanceSpec: &datacatalog.GoogleCloudDatacatalogV1CloudBigtableInstanceSpecArgs{
			CloudBigtableClusterSpecs: datacatalog.GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecArray{
				&datacatalog.GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecArgs{
					DisplayName:    pulumi.String("string"),
					LinkedResource: pulumi.String("string"),
					Location:       pulumi.String("string"),
					Type:           pulumi.String("string"),
				},
			},
		},
	},
	SourceSystemTimestamps: &datacatalog.GoogleCloudDatacatalogV1SystemTimestampsArgs{
		CreateTime: pulumi.String("string"),
		UpdateTime: pulumi.String("string"),
	},
	SqlDatabaseSystemSpec: &datacatalog.GoogleCloudDatacatalogV1SqlDatabaseSystemSpecArgs{
		DatabaseVersion: pulumi.String("string"),
		InstanceHost:    pulumi.String("string"),
		SqlEngine:       pulumi.String("string"),
	},
	Type: datacatalog.EntryTypeEntryTypeUnspecified,
	UsageSignal: &datacatalog.GoogleCloudDatacatalogV1UsageSignalArgs{
		CommonUsageWithinTimeRange: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
		FavoriteCount: pulumi.String("string"),
		UpdateTime:    pulumi.String("string"),
	},
	UserSpecifiedSystem: pulumi.String("string"),
	UserSpecifiedType:   pulumi.String("string"),
})
var google_nativeEntryResource = new Entry("google-nativeEntryResource", EntryArgs.builder()
    .entryGroupId("string")
    .entryId("string")
    .labels(Map.of("string", "string"))
    .displayName("string")
    .location("string")
    .description("string")
    .lookerSystemSpec(GoogleCloudDatacatalogV1LookerSystemSpecArgs.builder()
        .parentInstanceDisplayName("string")
        .parentInstanceId("string")
        .parentModelDisplayName("string")
        .parentModelId("string")
        .parentViewDisplayName("string")
        .parentViewId("string")
        .build())
    .dataSourceConnectionSpec()
    .cloudBigtableSystemSpec(GoogleCloudDatacatalogV1CloudBigtableSystemSpecArgs.builder()
        .instanceDisplayName("string")
        .build())
    .modelSpec(GoogleCloudDatacatalogV1ModelSpecArgs.builder()
        .vertexModelSpec(GoogleCloudDatacatalogV1VertexModelSpecArgs.builder()
            .containerImageUri("string")
            .versionAliases("string")
            .versionDescription("string")
            .versionId("string")
            .vertexModelSourceInfo(GoogleCloudDatacatalogV1VertexModelSourceInfoArgs.builder()
                .copy(false)
                .sourceType("MODEL_SOURCE_TYPE_UNSPECIFIED")
                .build())
            .build())
        .build())
    .fullyQualifiedName("string")
    .gcsFilesetSpec(GoogleCloudDatacatalogV1GcsFilesetSpecArgs.builder()
        .filePatterns("string")
        .build())
    .businessContext(GoogleCloudDatacatalogV1BusinessContextArgs.builder()
        .contacts(GoogleCloudDatacatalogV1ContactsArgs.builder()
            .people(GoogleCloudDatacatalogV1ContactsPersonArgs.builder()
                .designation("string")
                .email("string")
                .build())
            .build())
        .entryOverview(GoogleCloudDatacatalogV1EntryOverviewArgs.builder()
            .overview("string")
            .build())
        .build())
    .linkedResource("string")
    .datasetSpec(GoogleCloudDatacatalogV1DatasetSpecArgs.builder()
        .vertexDatasetSpec(GoogleCloudDatacatalogV1VertexDatasetSpecArgs.builder()
            .dataItemCount("string")
            .dataType("DATA_TYPE_UNSPECIFIED")
            .build())
        .build())
    .databaseTableSpec(GoogleCloudDatacatalogV1DatabaseTableSpecArgs.builder()
        .databaseViewSpec(GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs.builder()
            .baseTable("string")
            .sqlQuery("string")
            .viewType("VIEW_TYPE_UNSPECIFIED")
            .build())
        .type("TABLE_TYPE_UNSPECIFIED")
        .build())
    .filesetSpec(GoogleCloudDatacatalogV1FilesetSpecArgs.builder()
        .dataplexFileset(GoogleCloudDatacatalogV1DataplexFilesetSpecArgs.builder()
            .dataplexSpec(GoogleCloudDatacatalogV1DataplexSpecArgs.builder()
                .asset("string")
                .compressionFormat("string")
                .dataFormat(GoogleCloudDatacatalogV1PhysicalSchemaArgs.builder()
                    .avro(GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaArgs.builder()
                        .text("string")
                        .build())
                    .csv()
                    .orc()
                    .parquet()
                    .protobuf(GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaArgs.builder()
                        .text("string")
                        .build())
                    .thrift(GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaArgs.builder()
                        .text("string")
                        .build())
                    .build())
                .project("string")
                .build())
            .build())
        .build())
    .project("string")
    .routineSpec(GoogleCloudDatacatalogV1RoutineSpecArgs.builder()
        .bigqueryRoutineSpec(GoogleCloudDatacatalogV1BigQueryRoutineSpecArgs.builder()
            .importedLibraries("string")
            .build())
        .definitionBody("string")
        .language("string")
        .returnType("string")
        .routineArguments(GoogleCloudDatacatalogV1RoutineSpecArgumentArgs.builder()
            .mode("MODE_UNSPECIFIED")
            .name("string")
            .type("string")
            .build())
        .routineType("ROUTINE_TYPE_UNSPECIFIED")
        .build())
    .schema(GoogleCloudDatacatalogV1SchemaArgs.builder()
        .columns(GoogleCloudDatacatalogV1ColumnSchemaArgs.builder()
            .column("string")
            .type("string")
            .defaultValue("string")
            .description("string")
            .gcRule("string")
            .highestIndexingType("INDEXING_TYPE_UNSPECIFIED")
            .lookerColumnSpec(GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecArgs.builder()
                .type("LOOKER_COLUMN_TYPE_UNSPECIFIED")
                .build())
            .mode("string")
            .ordinalPosition(0)
            .subcolumns(googleCloudDatacatalogV1ColumnSchema)
            .build())
        .build())
    .serviceSpec(GoogleCloudDatacatalogV1ServiceSpecArgs.builder()
        .cloudBigtableInstanceSpec(GoogleCloudDatacatalogV1CloudBigtableInstanceSpecArgs.builder()
            .cloudBigtableClusterSpecs(GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecArgs.builder()
                .displayName("string")
                .linkedResource("string")
                .location("string")
                .type("string")
                .build())
            .build())
        .build())
    .sourceSystemTimestamps(GoogleCloudDatacatalogV1SystemTimestampsArgs.builder()
        .createTime("string")
        .updateTime("string")
        .build())
    .sqlDatabaseSystemSpec(GoogleCloudDatacatalogV1SqlDatabaseSystemSpecArgs.builder()
        .databaseVersion("string")
        .instanceHost("string")
        .sqlEngine("string")
        .build())
    .type("ENTRY_TYPE_UNSPECIFIED")
    .usageSignal(GoogleCloudDatacatalogV1UsageSignalArgs.builder()
        .commonUsageWithinTimeRange(Map.of("string", "string"))
        .favoriteCount("string")
        .updateTime("string")
        .build())
    .userSpecifiedSystem("string")
    .userSpecifiedType("string")
    .build());
google_native_entry_resource = google_native.datacatalog.v1.Entry("google-nativeEntryResource",
    entry_group_id="string",
    entry_id="string",
    labels={
        "string": "string",
    },
    display_name="string",
    location="string",
    description="string",
    looker_system_spec={
        "parent_instance_display_name": "string",
        "parent_instance_id": "string",
        "parent_model_display_name": "string",
        "parent_model_id": "string",
        "parent_view_display_name": "string",
        "parent_view_id": "string",
    },
    data_source_connection_spec={},
    cloud_bigtable_system_spec={
        "instance_display_name": "string",
    },
    model_spec={
        "vertex_model_spec": {
            "container_image_uri": "string",
            "version_aliases": ["string"],
            "version_description": "string",
            "version_id": "string",
            "vertex_model_source_info": {
                "copy": False,
                "source_type": google_native.datacatalog.v1.GoogleCloudDatacatalogV1VertexModelSourceInfoSourceType.MODEL_SOURCE_TYPE_UNSPECIFIED,
            },
        },
    },
    fully_qualified_name="string",
    gcs_fileset_spec={
        "file_patterns": ["string"],
    },
    business_context={
        "contacts": {
            "people": [{
                "designation": "string",
                "email": "string",
            }],
        },
        "entry_overview": {
            "overview": "string",
        },
    },
    linked_resource="string",
    dataset_spec={
        "vertex_dataset_spec": {
            "data_item_count": "string",
            "data_type": google_native.datacatalog.v1.GoogleCloudDatacatalogV1VertexDatasetSpecDataType.DATA_TYPE_UNSPECIFIED,
        },
    },
    database_table_spec={
        "database_view_spec": {
            "base_table": "string",
            "sql_query": "string",
            "view_type": google_native.datacatalog.v1.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecViewType.VIEW_TYPE_UNSPECIFIED,
        },
        "type": google_native.datacatalog.v1.GoogleCloudDatacatalogV1DatabaseTableSpecType.TABLE_TYPE_UNSPECIFIED,
    },
    fileset_spec={
        "dataplex_fileset": {
            "dataplex_spec": {
                "asset": "string",
                "compression_format": "string",
                "data_format": {
                    "avro": {
                        "text": "string",
                    },
                    "csv": {},
                    "orc": {},
                    "parquet": {},
                    "protobuf": {
                        "text": "string",
                    },
                    "thrift": {
                        "text": "string",
                    },
                },
                "project": "string",
            },
        },
    },
    project="string",
    routine_spec={
        "bigquery_routine_spec": {
            "imported_libraries": ["string"],
        },
        "definition_body": "string",
        "language": "string",
        "return_type": "string",
        "routine_arguments": [{
            "mode": google_native.datacatalog.v1.GoogleCloudDatacatalogV1RoutineSpecArgumentMode.MODE_UNSPECIFIED,
            "name": "string",
            "type": "string",
        }],
        "routine_type": google_native.datacatalog.v1.GoogleCloudDatacatalogV1RoutineSpecRoutineType.ROUTINE_TYPE_UNSPECIFIED,
    },
    schema={
        "columns": [{
            "column": "string",
            "type": "string",
            "default_value": "string",
            "description": "string",
            "gc_rule": "string",
            "highest_indexing_type": google_native.datacatalog.v1.GoogleCloudDatacatalogV1ColumnSchemaHighestIndexingType.INDEXING_TYPE_UNSPECIFIED,
            "looker_column_spec": {
                "type": google_native.datacatalog.v1.GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecType.LOOKER_COLUMN_TYPE_UNSPECIFIED,
            },
            "mode": "string",
            "ordinal_position": 0,
            "subcolumns": [google_cloud_datacatalog_v1_column_schema],
        }],
    },
    service_spec={
        "cloud_bigtable_instance_spec": {
            "cloud_bigtable_cluster_specs": [{
                "display_name": "string",
                "linked_resource": "string",
                "location": "string",
                "type": "string",
            }],
        },
    },
    source_system_timestamps={
        "create_time": "string",
        "update_time": "string",
    },
    sql_database_system_spec={
        "database_version": "string",
        "instance_host": "string",
        "sql_engine": "string",
    },
    type=google_native.datacatalog.v1.EntryType.ENTRY_TYPE_UNSPECIFIED,
    usage_signal={
        "common_usage_within_time_range": {
            "string": "string",
        },
        "favorite_count": "string",
        "update_time": "string",
    },
    user_specified_system="string",
    user_specified_type="string")
const google_nativeEntryResource = new google_native.datacatalog.v1.Entry("google-nativeEntryResource", {
    entryGroupId: "string",
    entryId: "string",
    labels: {
        string: "string",
    },
    displayName: "string",
    location: "string",
    description: "string",
    lookerSystemSpec: {
        parentInstanceDisplayName: "string",
        parentInstanceId: "string",
        parentModelDisplayName: "string",
        parentModelId: "string",
        parentViewDisplayName: "string",
        parentViewId: "string",
    },
    dataSourceConnectionSpec: {},
    cloudBigtableSystemSpec: {
        instanceDisplayName: "string",
    },
    modelSpec: {
        vertexModelSpec: {
            containerImageUri: "string",
            versionAliases: ["string"],
            versionDescription: "string",
            versionId: "string",
            vertexModelSourceInfo: {
                copy: false,
                sourceType: google_native.datacatalog.v1.GoogleCloudDatacatalogV1VertexModelSourceInfoSourceType.ModelSourceTypeUnspecified,
            },
        },
    },
    fullyQualifiedName: "string",
    gcsFilesetSpec: {
        filePatterns: ["string"],
    },
    businessContext: {
        contacts: {
            people: [{
                designation: "string",
                email: "string",
            }],
        },
        entryOverview: {
            overview: "string",
        },
    },
    linkedResource: "string",
    datasetSpec: {
        vertexDatasetSpec: {
            dataItemCount: "string",
            dataType: google_native.datacatalog.v1.GoogleCloudDatacatalogV1VertexDatasetSpecDataType.DataTypeUnspecified,
        },
    },
    databaseTableSpec: {
        databaseViewSpec: {
            baseTable: "string",
            sqlQuery: "string",
            viewType: google_native.datacatalog.v1.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecViewType.ViewTypeUnspecified,
        },
        type: google_native.datacatalog.v1.GoogleCloudDatacatalogV1DatabaseTableSpecType.TableTypeUnspecified,
    },
    filesetSpec: {
        dataplexFileset: {
            dataplexSpec: {
                asset: "string",
                compressionFormat: "string",
                dataFormat: {
                    avro: {
                        text: "string",
                    },
                    csv: {},
                    orc: {},
                    parquet: {},
                    protobuf: {
                        text: "string",
                    },
                    thrift: {
                        text: "string",
                    },
                },
                project: "string",
            },
        },
    },
    project: "string",
    routineSpec: {
        bigqueryRoutineSpec: {
            importedLibraries: ["string"],
        },
        definitionBody: "string",
        language: "string",
        returnType: "string",
        routineArguments: [{
            mode: google_native.datacatalog.v1.GoogleCloudDatacatalogV1RoutineSpecArgumentMode.ModeUnspecified,
            name: "string",
            type: "string",
        }],
        routineType: google_native.datacatalog.v1.GoogleCloudDatacatalogV1RoutineSpecRoutineType.RoutineTypeUnspecified,
    },
    schema: {
        columns: [{
            column: "string",
            type: "string",
            defaultValue: "string",
            description: "string",
            gcRule: "string",
            highestIndexingType: google_native.datacatalog.v1.GoogleCloudDatacatalogV1ColumnSchemaHighestIndexingType.IndexingTypeUnspecified,
            lookerColumnSpec: {
                type: google_native.datacatalog.v1.GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpecType.LookerColumnTypeUnspecified,
            },
            mode: "string",
            ordinalPosition: 0,
            subcolumns: [googleCloudDatacatalogV1ColumnSchema],
        }],
    },
    serviceSpec: {
        cloudBigtableInstanceSpec: {
            cloudBigtableClusterSpecs: [{
                displayName: "string",
                linkedResource: "string",
                location: "string",
                type: "string",
            }],
        },
    },
    sourceSystemTimestamps: {
        createTime: "string",
        updateTime: "string",
    },
    sqlDatabaseSystemSpec: {
        databaseVersion: "string",
        instanceHost: "string",
        sqlEngine: "string",
    },
    type: google_native.datacatalog.v1.EntryType.EntryTypeUnspecified,
    usageSignal: {
        commonUsageWithinTimeRange: {
            string: "string",
        },
        favoriteCount: "string",
        updateTime: "string",
    },
    userSpecifiedSystem: "string",
    userSpecifiedType: "string",
});
type: google-native:datacatalog/v1:Entry
properties:
    businessContext:
        contacts:
            people:
                - designation: string
                  email: string
        entryOverview:
            overview: string
    cloudBigtableSystemSpec:
        instanceDisplayName: string
    dataSourceConnectionSpec: {}
    databaseTableSpec:
        databaseViewSpec:
            baseTable: string
            sqlQuery: string
            viewType: VIEW_TYPE_UNSPECIFIED
        type: TABLE_TYPE_UNSPECIFIED
    datasetSpec:
        vertexDatasetSpec:
            dataItemCount: string
            dataType: DATA_TYPE_UNSPECIFIED
    description: string
    displayName: string
    entryGroupId: string
    entryId: string
    filesetSpec:
        dataplexFileset:
            dataplexSpec:
                asset: string
                compressionFormat: string
                dataFormat:
                    avro:
                        text: string
                    csv: {}
                    orc: {}
                    parquet: {}
                    protobuf:
                        text: string
                    thrift:
                        text: string
                project: string
    fullyQualifiedName: string
    gcsFilesetSpec:
        filePatterns:
            - string
    labels:
        string: string
    linkedResource: string
    location: string
    lookerSystemSpec:
        parentInstanceDisplayName: string
        parentInstanceId: string
        parentModelDisplayName: string
        parentModelId: string
        parentViewDisplayName: string
        parentViewId: string
    modelSpec:
        vertexModelSpec:
            containerImageUri: string
            versionAliases:
                - string
            versionDescription: string
            versionId: string
            vertexModelSourceInfo:
                copy: false
                sourceType: MODEL_SOURCE_TYPE_UNSPECIFIED
    project: string
    routineSpec:
        bigqueryRoutineSpec:
            importedLibraries:
                - string
        definitionBody: string
        language: string
        returnType: string
        routineArguments:
            - mode: MODE_UNSPECIFIED
              name: string
              type: string
        routineType: ROUTINE_TYPE_UNSPECIFIED
    schema:
        columns:
            - column: string
              defaultValue: string
              description: string
              gcRule: string
              highestIndexingType: INDEXING_TYPE_UNSPECIFIED
              lookerColumnSpec:
                type: LOOKER_COLUMN_TYPE_UNSPECIFIED
              mode: string
              ordinalPosition: 0
              subcolumns:
                - ${googleCloudDatacatalogV1ColumnSchema}
              type: string
    serviceSpec:
        cloudBigtableInstanceSpec:
            cloudBigtableClusterSpecs:
                - displayName: string
                  linkedResource: string
                  location: string
                  type: string
    sourceSystemTimestamps:
        createTime: string
        updateTime: string
    sqlDatabaseSystemSpec:
        databaseVersion: string
        instanceHost: string
        sqlEngine: string
    type: ENTRY_TYPE_UNSPECIFIED
    usageSignal:
        commonUsageWithinTimeRange:
            string: string
        favoriteCount: string
        updateTime: string
    userSpecifiedSystem: string
    userSpecifiedType: string
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Entry resource accepts the following input properties:
- EntryGroup stringId 
- EntryId 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.
- BusinessContext Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Business Context 
- Business Context of the entry. Not supported for BigQuery datasets
- CloudBigtable 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_systemis equal toCLOUD_BIGTABLE
- DataSource 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_CONNECTIONtype.
- DatabaseTable 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 TABLEorEXPLOREtype.
- DatasetSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataset Spec 
- Specification that applies to a dataset.
- Description string
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- DisplayName string
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- FilesetSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Fileset Spec 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- FullyQualified stringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- GcsFileset Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Gcs Fileset Spec 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- Labels Dictionary<string, string>
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- LinkedResource string
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- Location string
- LookerSystem 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_systemis equal toLOOKER
- ModelSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Model Spec 
- Model specification.
- Project string
- RoutineSpec 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 ROUTINEtype.
- 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.
- ServiceSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Service Spec 
- Specification that applies to a Service resource.
- SourceSystem 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 IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- SqlDatabase Pulumi.System Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Sql Database System Spec 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- Type
Pulumi.Google Native. Data Catalog. V1. Entry Type 
- The type of the entry. For details, see EntryType.
- UsageSignal Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Usage Signal 
- Resource usage statistics.
- UserSpecified stringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- UserSpecified stringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- EntryGroup stringId 
- EntryId 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.
- BusinessContext GoogleCloud Datacatalog V1Business Context Args 
- Business Context of the entry. Not supported for BigQuery datasets
- CloudBigtable GoogleSystem Spec Cloud Datacatalog V1Cloud Bigtable System Spec Args 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- DataSource 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_CONNECTIONtype.
- DatabaseTable GoogleSpec Cloud Datacatalog V1Database Table Spec Args 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- DatasetSpec GoogleCloud Datacatalog V1Dataset Spec Args 
- Specification that applies to a dataset.
- Description string
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- DisplayName string
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- FilesetSpec GoogleCloud Datacatalog V1Fileset Spec Args 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- FullyQualified stringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- GcsFileset GoogleSpec Cloud Datacatalog V1Gcs Fileset Spec Args 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- Labels map[string]string
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- LinkedResource string
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- Location string
- LookerSystem GoogleSpec Cloud Datacatalog V1Looker System Spec Args 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- ModelSpec GoogleCloud Datacatalog V1Model Spec Args 
- Model specification.
- Project string
- RoutineSpec GoogleCloud Datacatalog V1Routine Spec Args 
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- Schema
GoogleCloud Datacatalog V1Schema Args 
- Schema of the entry. An entry might not have any schema attached to it.
- ServiceSpec GoogleCloud Datacatalog V1Service Spec Args 
- Specification that applies to a Service resource.
- SourceSystem 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 IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- SqlDatabase GoogleSystem Spec Cloud Datacatalog V1Sql Database System Spec Args 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- Type
EntryType 
- The type of the entry. For details, see EntryType.
- UsageSignal GoogleCloud Datacatalog V1Usage Signal Args 
- Resource usage statistics.
- UserSpecified stringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- UserSpecified stringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- entryGroup StringId 
- entryId 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.
- businessContext GoogleCloud Datacatalog V1Business Context 
- Business Context of the entry. Not supported for BigQuery datasets
- cloudBigtable GoogleSystem Spec Cloud Datacatalog V1Cloud Bigtable System Spec 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- dataSource GoogleConnection Spec Cloud Datacatalog V1Data Source Connection Spec 
- Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTIONtype.
- databaseTable GoogleSpec Cloud Datacatalog V1Database Table Spec 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- datasetSpec GoogleCloud Datacatalog V1Dataset Spec 
- Specification that applies to a dataset.
- description String
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- displayName String
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- filesetSpec GoogleCloud Datacatalog V1Fileset Spec 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- fullyQualified StringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcsFileset GoogleSpec Cloud Datacatalog V1Gcs Fileset Spec 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- labels Map<String,String>
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- linkedResource String
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- location String
- lookerSystem GoogleSpec Cloud Datacatalog V1Looker System Spec 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- modelSpec GoogleCloud Datacatalog V1Model Spec 
- Model specification.
- project String
- routineSpec GoogleCloud Datacatalog V1Routine Spec 
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- schema
GoogleCloud Datacatalog V1Schema 
- Schema of the entry. An entry might not have any schema attached to it.
- serviceSpec GoogleCloud Datacatalog V1Service Spec 
- Specification that applies to a Service resource.
- sourceSystem 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 IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- sqlDatabase GoogleSystem Spec Cloud Datacatalog V1Sql Database System Spec 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- type
EntryType 
- The type of the entry. For details, see EntryType.
- usageSignal GoogleCloud Datacatalog V1Usage Signal 
- Resource usage statistics.
- userSpecified StringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- userSpecified StringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- entryGroup stringId 
- entryId 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.
- businessContext GoogleCloud Datacatalog V1Business Context 
- Business Context of the entry. Not supported for BigQuery datasets
- cloudBigtable GoogleSystem Spec Cloud Datacatalog V1Cloud Bigtable System Spec 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- dataSource GoogleConnection Spec Cloud Datacatalog V1Data Source Connection Spec 
- Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTIONtype.
- databaseTable GoogleSpec Cloud Datacatalog V1Database Table Spec 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- datasetSpec GoogleCloud Datacatalog V1Dataset Spec 
- Specification that applies to a dataset.
- description string
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- displayName string
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- filesetSpec GoogleCloud Datacatalog V1Fileset Spec 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- fullyQualified stringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcsFileset GoogleSpec Cloud Datacatalog V1Gcs Fileset Spec 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- labels {[key: string]: string}
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- linkedResource string
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- location string
- lookerSystem GoogleSpec Cloud Datacatalog V1Looker System Spec 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- modelSpec GoogleCloud Datacatalog V1Model Spec 
- Model specification.
- project string
- routineSpec GoogleCloud Datacatalog V1Routine Spec 
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- schema
GoogleCloud Datacatalog V1Schema 
- Schema of the entry. An entry might not have any schema attached to it.
- serviceSpec GoogleCloud Datacatalog V1Service Spec 
- Specification that applies to a Service resource.
- sourceSystem 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 IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- sqlDatabase GoogleSystem Spec Cloud Datacatalog V1Sql Database System Spec 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- type
EntryType 
- The type of the entry. For details, see EntryType.
- usageSignal GoogleCloud Datacatalog V1Usage Signal 
- Resource usage statistics.
- userSpecified stringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- userSpecified stringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- 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_systemis 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_CONNECTIONtype.
- database_table_ Googlespec Cloud Datacatalog V1Database Table Spec Args 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- dataset_spec GoogleCloud Datacatalog V1Dataset Spec Args 
- Specification that applies to a dataset.
- description str
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- display_name str
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- fileset_spec GoogleCloud Datacatalog V1Fileset Spec Args 
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- fully_qualified_ strname 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcs_fileset_ Googlespec Cloud Datacatalog V1Gcs Fileset Spec Args 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- labels Mapping[str, str]
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- linked_resource str
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- location str
- looker_system_ Googlespec Cloud Datacatalog V1Looker System Spec Args 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- model_spec GoogleCloud Datacatalog V1Model Spec Args 
- Model specification.
- 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 ROUTINEtype.
- schema
GoogleCloud 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 IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- sql_database_ Googlesystem_ spec Cloud Datacatalog V1Sql Database System Spec Args 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- type
EntryType 
- The type of the entry. For details, see EntryType.
- 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_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- user_specified_ strtype 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- entryGroup StringId 
- entryId 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.
- businessContext Property Map
- Business Context of the entry. Not supported for BigQuery datasets
- cloudBigtable Property MapSystem Spec 
- Specification that applies to Cloud Bigtable system. Only settable when integrated_systemis equal toCLOUD_BIGTABLE
- dataSource Property MapConnection Spec 
- Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTIONtype.
- databaseTable Property MapSpec 
- Specification that applies to a table resource. Valid only for entries with the TABLEorEXPLOREtype.
- datasetSpec Property Map
- Specification that applies to a dataset.
- description String
- Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
- displayName String
- Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
- filesetSpec Property Map
- Specification that applies to a fileset resource. Valid only for entries with the FILESETtype.
- fullyQualified StringName 
- Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
- gcsFileset Property MapSpec 
- Specification that applies to a Cloud Storage fileset. Valid only for entries with the FILESETtype.
- labels Map<String>
- Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
- linkedResource String
- The resource this metadata entry refers to. For Google Cloud Platform resources, linked_resourceis the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, thelinked_resourcefor a table resource from BigQuery is://bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}Output only when the entry is one of the types in theEntryTypeenum. For entries with auser_specified_type, this field is optional and defaults to an empty string. The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8.
- location String
- lookerSystem Property MapSpec 
- Specification that applies to Looker sysstem. Only settable when user_specified_systemis equal toLOOKER
- modelSpec Property Map
- Model specification.
- project String
- routineSpec Property Map
- Specification that applies to a user-defined function or procedure. Valid only for entries with the ROUTINEtype.
- schema Property Map
- Schema of the entry. An entry might not have any schema attached to it.
- serviceSpec Property Map
- Specification that applies to a Service resource.
- sourceSystem Property MapTimestamps 
- Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the IntegratedSystemenum. For entries withuser_specified_system, this field is optional and defaults to an empty timestamp.
- sqlDatabase Property MapSystem Spec 
- Specification that applies to a relational database system. Only settable when user_specified_systemis equal toSQL_DATABASE
- type "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. For details, see EntryType.
- usageSignal Property Map
- Resource usage statistics.
- userSpecified StringSystem 
- Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The user_specified_systemstring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
- userSpecified StringType 
- Custom entry type that doesn't match any of the values allowed for input and listed in the EntryTypeenum. When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example,my_special_type. Theuser_specified_typestring has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.
Outputs
All input properties are implicitly available as output properties. Additionally, the Entry resource produces the following output properties:
- BigqueryDate Pulumi.Sharded Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Big Query Date Sharded Spec Response 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- BigqueryTable Pulumi.Spec Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- DataSource 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.
- IntegratedSystem 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.
- PersonalDetails Pulumi.Google Native. Data Catalog. V1. Outputs. Google Cloud Datacatalog V1Personal Details Response 
- Additional information related to the entry. Private to the current user.
- BigqueryDate GoogleSharded Spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- BigqueryTable GoogleSpec Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- DataSource GoogleCloud Datacatalog V1Data Source Response 
- Physical location of the entry.
- Id string
- The provider-assigned unique ID for this managed resource.
- IntegratedSystem 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.
- PersonalDetails GoogleCloud Datacatalog V1Personal Details Response 
- Additional information related to the entry. Private to the current user.
- bigqueryDate GoogleSharded Spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- bigqueryTable GoogleSpec Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- dataSource GoogleCloud Datacatalog V1Data Source Response 
- Physical location of the entry.
- id String
- The provider-assigned unique ID for this managed resource.
- integratedSystem 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.
- personalDetails GoogleCloud Datacatalog V1Personal Details Response 
- Additional information related to the entry. Private to the current user.
- bigqueryDate GoogleSharded Spec Cloud Datacatalog V1Big Query Date Sharded Spec Response 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- bigqueryTable GoogleSpec Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- dataSource GoogleCloud Datacatalog V1Data Source Response 
- Physical location of the entry.
- id string
- The provider-assigned unique ID for this managed resource.
- integratedSystem 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.
- personalDetails 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]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- bigquery_table_ Googlespec Cloud Datacatalog V1Big Query Table Spec Response 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- 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.
- bigqueryDate Property MapSharded Spec 
- Specification for a group of BigQuery tables with the [prefix]YYYYMMDDname pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
- bigqueryTable Property MapSpec 
- Specification that applies to a BigQuery table. Valid only for entries with the TABLEtype.
- dataSource Property Map
- Physical location of the entry.
- id String
- The provider-assigned unique ID for this managed resource.
- integratedSystem 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.
- personalDetails Property Map
- Additional information related to the entry. Private to the current user.
Supporting Types
EntryType, EntryTypeArgs    
- EntryType Unspecified 
- ENTRY_TYPE_UNSPECIFIEDDefault unknown type.
- Table
- TABLEThe entry type that has a GoogleSQL schema, including logical views.
- Model
- MODELThe type of models. For more information, see Supported models in BigQuery ML.
- DataStream 
- DATA_STREAMAn entry type for streaming entries. For example, a Pub/Sub topic.
- Fileset
- FILESETAn entry type for a set of files or objects. For example, a Cloud Storage fileset.
- Cluster
- CLUSTERA group of servers that work together. For example, a Kafka cluster.
- Database
- DATABASEA database.
- DataSource Connection 
- DATA_SOURCE_CONNECTIONConnection to a data source. For example, a BigQuery connection.
- Routine
- ROUTINERoutine, for example, a BigQuery routine.
- Lake
- LAKEA Dataplex lake.
- Zone
- ZONEA Dataplex zone.
- Service
- SERVICEA service, for example, a Dataproc Metastore service.
- DatabaseSchema 
- DATABASE_SCHEMASchema within a relational database.
- Dashboard
- DASHBOARDA Dashboard, for example from Looker.
- Explore
- EXPLOREA Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- Look
- LOOKA Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- EntryType Entry Type Unspecified 
- ENTRY_TYPE_UNSPECIFIEDDefault unknown type.
- EntryType Table 
- TABLEThe entry type that has a GoogleSQL schema, including logical views.
- EntryType Model 
- MODELThe type of models. For more information, see Supported models in BigQuery ML.
- EntryType Data Stream 
- DATA_STREAMAn entry type for streaming entries. For example, a Pub/Sub topic.
- EntryType Fileset 
- FILESETAn entry type for a set of files or objects. For example, a Cloud Storage fileset.
- EntryType Cluster 
- CLUSTERA group of servers that work together. For example, a Kafka cluster.
- EntryType Database 
- DATABASEA database.
- EntryType Data Source Connection 
- DATA_SOURCE_CONNECTIONConnection to a data source. For example, a BigQuery connection.
- EntryType Routine 
- ROUTINERoutine, for example, a BigQuery routine.
- EntryType Lake 
- LAKEA Dataplex lake.
- EntryType Zone 
- ZONEA Dataplex zone.
- EntryType Service 
- SERVICEA service, for example, a Dataproc Metastore service.
- EntryType Database Schema 
- DATABASE_SCHEMASchema within a relational database.
- EntryType Dashboard 
- DASHBOARDA Dashboard, for example from Looker.
- EntryType Explore 
- EXPLOREA Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- EntryType Look 
- LOOKA Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- EntryType Unspecified 
- ENTRY_TYPE_UNSPECIFIEDDefault unknown type.
- Table
- TABLEThe entry type that has a GoogleSQL schema, including logical views.
- Model
- MODELThe type of models. For more information, see Supported models in BigQuery ML.
- DataStream 
- DATA_STREAMAn entry type for streaming entries. For example, a Pub/Sub topic.
- Fileset
- FILESETAn entry type for a set of files or objects. For example, a Cloud Storage fileset.
- Cluster
- CLUSTERA group of servers that work together. For example, a Kafka cluster.
- Database
- DATABASEA database.
- DataSource Connection 
- DATA_SOURCE_CONNECTIONConnection to a data source. For example, a BigQuery connection.
- Routine
- ROUTINERoutine, for example, a BigQuery routine.
- Lake
- LAKEA Dataplex lake.
- Zone
- ZONEA Dataplex zone.
- Service
- SERVICEA service, for example, a Dataproc Metastore service.
- DatabaseSchema 
- DATABASE_SCHEMASchema within a relational database.
- Dashboard
- DASHBOARDA Dashboard, for example from Looker.
- Explore
- EXPLOREA Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- Look
- LOOKA Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- EntryType Unspecified 
- ENTRY_TYPE_UNSPECIFIEDDefault unknown type.
- Table
- TABLEThe entry type that has a GoogleSQL schema, including logical views.
- Model
- MODELThe type of models. For more information, see Supported models in BigQuery ML.
- DataStream 
- DATA_STREAMAn entry type for streaming entries. For example, a Pub/Sub topic.
- Fileset
- FILESETAn entry type for a set of files or objects. For example, a Cloud Storage fileset.
- Cluster
- CLUSTERA group of servers that work together. For example, a Kafka cluster.
- Database
- DATABASEA database.
- DataSource Connection 
- DATA_SOURCE_CONNECTIONConnection to a data source. For example, a BigQuery connection.
- Routine
- ROUTINERoutine, for example, a BigQuery routine.
- Lake
- LAKEA Dataplex lake.
- Zone
- ZONEA Dataplex zone.
- Service
- SERVICEA service, for example, a Dataproc Metastore service.
- DatabaseSchema 
- DATABASE_SCHEMASchema within a relational database.
- Dashboard
- DASHBOARDA Dashboard, for example from Looker.
- Explore
- EXPLOREA Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- Look
- LOOKA Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- ENTRY_TYPE_UNSPECIFIED
- ENTRY_TYPE_UNSPECIFIEDDefault unknown type.
- TABLE
- TABLEThe entry type that has a GoogleSQL schema, including logical views.
- MODEL
- MODELThe type of models. For more information, see Supported models in BigQuery ML.
- DATA_STREAM
- DATA_STREAMAn entry type for streaming entries. For example, a Pub/Sub topic.
- FILESET
- FILESETAn entry type for a set of files or objects. For example, a Cloud Storage fileset.
- CLUSTER
- CLUSTERA group of servers that work together. For example, a Kafka cluster.
- DATABASE
- DATABASEA database.
- DATA_SOURCE_CONNECTION
- DATA_SOURCE_CONNECTIONConnection to a data source. For example, a BigQuery connection.
- ROUTINE
- ROUTINERoutine, for example, a BigQuery routine.
- LAKE
- LAKEA Dataplex lake.
- ZONE
- ZONEA Dataplex zone.
- SERVICE
- SERVICEA service, for example, a Dataproc Metastore service.
- DATABASE_SCHEMA
- DATABASE_SCHEMASchema within a relational database.
- DASHBOARD
- DASHBOARDA Dashboard, for example from Looker.
- EXPLORE
- EXPLOREA Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- LOOK
- LOOKA Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
- "ENTRY_TYPE_UNSPECIFIED"
- ENTRY_TYPE_UNSPECIFIEDDefault unknown type.
- "TABLE"
- TABLEThe entry type that has a GoogleSQL schema, including logical views.
- "MODEL"
- MODELThe type of models. For more information, see Supported models in BigQuery ML.
- "DATA_STREAM"
- DATA_STREAMAn entry type for streaming entries. For example, a Pub/Sub topic.
- "FILESET"
- FILESETAn entry type for a set of files or objects. For example, a Cloud Storage fileset.
- "CLUSTER"
- CLUSTERA group of servers that work together. For example, a Kafka cluster.
- "DATABASE"
- DATABASEA database.
- "DATA_SOURCE_CONNECTION"
- DATA_SOURCE_CONNECTIONConnection to a data source. For example, a BigQuery connection.
- "ROUTINE"
- ROUTINERoutine, for example, a BigQuery routine.
- "LAKE"
- LAKEA Dataplex lake.
- "ZONE"
- ZONEA Dataplex zone.
- "SERVICE"
- SERVICEA service, for example, a Dataproc Metastore service.
- "DATABASE_SCHEMA"
- DATABASE_SCHEMASchema within a relational database.
- "DASHBOARD"
- DASHBOARDA Dashboard, for example from Looker.
- "EXPLORE"
- EXPLOREA Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
- "LOOK"
- LOOKA Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
GoogleCloudDatacatalogV1BigQueryConnectionSpecResponse, GoogleCloudDatacatalogV1BigQueryConnectionSpecResponseArgs                
- CloudSql Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- ConnectionType string
- The type of the BigQuery connection.
- HasCredential bool
- True if there are credentials attached to the BigQuery connection; false otherwise.
- CloudSql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- ConnectionType string
- The type of the BigQuery connection.
- HasCredential bool
- True if there are credentials attached to the BigQuery connection; false otherwise.
- cloudSql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- connectionType String
- The type of the BigQuery connection.
- hasCredential Boolean
- True if there are credentials attached to the BigQuery connection; false otherwise.
- cloudSql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- connectionType string
- The type of the BigQuery connection.
- hasCredential boolean
- True if there are credentials attached to the BigQuery connection; false otherwise.
- cloud_sql GoogleCloud Datacatalog V1Cloud Sql Big Query Connection Spec Response 
- Specification for the BigQuery connection to a Cloud SQL instance.
- connection_type str
- The type of the BigQuery connection.
- has_credential bool
- True if there are credentials attached to the BigQuery connection; false otherwise.
- cloudSql Property Map
- Specification for the BigQuery connection to a Cloud SQL instance.
- connectionType String
- The type of the BigQuery connection.
- hasCredential Boolean
- True if there are credentials attached to the BigQuery connection; false otherwise.
GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse, 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}.
- LatestShard stringResource 
- BigQuery resource name of the latest shard.
- string
- Total number of shards.
- TablePrefix string
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- Dataset string
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- LatestShard stringResource 
- BigQuery resource name of the latest shard.
- string
- Total number of shards.
- TablePrefix string
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- dataset String
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- latestShard StringResource 
- BigQuery resource name of the latest shard.
- String
- Total number of shards.
- tablePrefix String
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- dataset string
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- latestShard stringResource 
- BigQuery resource name of the latest shard.
- string
- Total number of shards.
- tablePrefix string
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- dataset str
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- latest_shard_ strresource 
- BigQuery resource name of the latest shard.
- str
- Total number of shards.
- table_prefix str
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
- dataset String
- The Data Catalog resource name of the dataset entry the current table belongs to. For example: projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}.
- latestShard StringResource 
- BigQuery resource name of the latest shard.
- String
- Total number of shards.
- tablePrefix String
- The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD. For example, for theMyTable20180101shard, thetable_prefixisMyTable.
GoogleCloudDatacatalogV1BigQueryRoutineSpec, GoogleCloudDatacatalogV1BigQueryRoutineSpecArgs              
- ImportedLibraries List<string>
- Paths of the imported libraries.
- ImportedLibraries []string
- Paths of the imported libraries.
- importedLibraries List<String>
- Paths of the imported libraries.
- importedLibraries string[]
- Paths of the imported libraries.
- imported_libraries Sequence[str]
- Paths of the imported libraries.
- importedLibraries List<String>
- Paths of the imported libraries.
GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse, GoogleCloudDatacatalogV1BigQueryRoutineSpecResponseArgs                
- ImportedLibraries List<string>
- Paths of the imported libraries.
- ImportedLibraries []string
- Paths of the imported libraries.
- importedLibraries List<String>
- Paths of the imported libraries.
- importedLibraries string[]
- Paths of the imported libraries.
- imported_libraries Sequence[str]
- Paths of the imported libraries.
- importedLibraries List<String>
- Paths of the imported libraries.
GoogleCloudDatacatalogV1BigQueryTableSpecResponse, GoogleCloudDatacatalogV1BigQueryTableSpecResponseArgs                
- TableSource stringType 
- The table source type.
- TableSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- ViewSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- TableSource stringType 
- The table source type.
- TableSpec GoogleCloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- ViewSpec GoogleCloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- tableSource StringType 
- The table source type.
- tableSpec GoogleCloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- viewSpec GoogleCloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- tableSource stringType 
- The table source type.
- tableSpec GoogleCloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- viewSpec GoogleCloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- table_source_ strtype 
- The table source type.
- table_spec GoogleCloud Datacatalog V1Table Spec Response 
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- view_spec GoogleCloud Datacatalog V1View Spec Response 
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
- tableSource StringType 
- The table source type.
- tableSpec Property Map
- Specification of a BigQuery table. Populated only if the table_source_typeisBIGQUERY_TABLE.
- viewSpec Property Map
- Table view specification. Populated only if the table_source_typeisBIGQUERY_VIEW.
GoogleCloudDatacatalogV1BusinessContext, GoogleCloudDatacatalogV1BusinessContextArgs          
- Contacts
Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Contacts 
- Contact people for the entry.
- EntryOverview Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Entry Overview 
- Entry overview fields for rich text descriptions of entries.
- Contacts
GoogleCloud Datacatalog V1Contacts 
- Contact people for the entry.
- EntryOverview GoogleCloud Datacatalog V1Entry Overview 
- Entry overview fields for rich text descriptions of entries.
- contacts
GoogleCloud Datacatalog V1Contacts 
- Contact people for the entry.
- entryOverview GoogleCloud Datacatalog V1Entry Overview 
- Entry overview fields for rich text descriptions of entries.
- contacts
GoogleCloud Datacatalog V1Contacts 
- Contact people for the entry.
- entryOverview GoogleCloud Datacatalog V1Entry Overview 
- Entry overview fields for rich text descriptions of entries.
- contacts
GoogleCloud 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.
- entryOverview 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.
- EntryOverview Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- Contacts
GoogleCloud Datacatalog V1Contacts Response 
- Contact people for the entry.
- EntryOverview GoogleCloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- contacts
GoogleCloud Datacatalog V1Contacts Response 
- Contact people for the entry.
- entryOverview GoogleCloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- contacts
GoogleCloud Datacatalog V1Contacts Response 
- Contact people for the entry.
- entryOverview GoogleCloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- contacts
GoogleCloud Datacatalog V1Contacts Response 
- Contact people for the entry.
- entry_overview GoogleCloud Datacatalog V1Entry Overview Response 
- Entry overview fields for rich text descriptions of entries.
- contacts Property Map
- Contact people for the entry.
- entryOverview Property Map
- Entry overview fields for rich text descriptions of entries.
GoogleCloudDatacatalogV1CloudBigtableInstanceSpec, GoogleCloudDatacatalogV1CloudBigtableInstanceSpecArgs              
- CloudBigtable 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.
- CloudBigtable []GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec 
- The list of clusters for the Instance.
- cloudBigtable List<GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec> 
- The list of clusters for the Instance.
- cloudBigtable 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.
- cloudBigtable List<Property Map>Cluster Specs 
- The list of clusters for the Instance.
GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec, GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecArgs                      
- DisplayName string
- Name of the cluster.
- LinkedResource string
- A link back to the parent resource, in this case Instance.
- Location string
- Location of the cluster, typically a Cloud zone.
- Type string
- Type of the resource. For a cluster this would be "CLUSTER".
- DisplayName string
- Name of the cluster.
- LinkedResource string
- A link back to the parent resource, in this case Instance.
- Location string
- Location of the cluster, typically a Cloud zone.
- Type string
- Type of the resource. For a cluster this would be "CLUSTER".
- displayName String
- Name of the cluster.
- linkedResource String
- A link back to the parent resource, in this case Instance.
- location String
- Location of the cluster, typically a Cloud zone.
- type String
- Type of the resource. For a cluster this would be "CLUSTER".
- displayName string
- Name of the cluster.
- linkedResource string
- A link back to the parent resource, in this case Instance.
- location string
- Location of the cluster, typically a Cloud zone.
- type string
- Type of the resource. For a cluster this would be "CLUSTER".
- display_name str
- Name of the cluster.
- linked_resource str
- A link back to the parent resource, in this case Instance.
- location str
- Location of the cluster, typically a Cloud zone.
- type str
- Type of the resource. For a cluster this would be "CLUSTER".
- displayName String
- Name of the cluster.
- linkedResource String
- A link back to the parent resource, in this case Instance.
- location String
- Location of the cluster, typically a Cloud zone.
- type String
- Type of the resource. For a cluster this would be "CLUSTER".
GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecResponse, GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpecResponseArgs                        
- DisplayName string
- Name of the cluster.
- LinkedResource string
- A link back to the parent resource, in this case Instance.
- Location string
- Location of the cluster, typically a Cloud zone.
- Type string
- Type of the resource. For a cluster this would be "CLUSTER".
- DisplayName string
- Name of the cluster.
- LinkedResource string
- A link back to the parent resource, in this case Instance.
- Location string
- Location of the cluster, typically a Cloud zone.
- Type string
- Type of the resource. For a cluster this would be "CLUSTER".
- displayName String
- Name of the cluster.
- linkedResource String
- A link back to the parent resource, in this case Instance.
- location String
- Location of the cluster, typically a Cloud zone.
- type String
- Type of the resource. For a cluster this would be "CLUSTER".
- displayName string
- Name of the cluster.
- linkedResource string
- A link back to the parent resource, in this case Instance.
- location string
- Location of the cluster, typically a Cloud zone.
- type string
- Type of the resource. For a cluster this would be "CLUSTER".
- display_name str
- Name of the cluster.
- linked_resource str
- A link back to the parent resource, in this case Instance.
- location str
- Location of the cluster, typically a Cloud zone.
- type str
- Type of the resource. For a cluster this would be "CLUSTER".
- displayName String
- Name of the cluster.
- linkedResource String
- A link back to the parent resource, in this case Instance.
- location String
- Location of the cluster, typically a Cloud zone.
- type String
- Type of the resource. For a cluster this would be "CLUSTER".
GoogleCloudDatacatalogV1CloudBigtableInstanceSpecResponse, GoogleCloudDatacatalogV1CloudBigtableInstanceSpecResponseArgs                
- CloudBigtable List<Pulumi.Cluster Specs Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response> 
- The list of clusters for the Instance.
- CloudBigtable []GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response 
- The list of clusters for the Instance.
- cloudBigtable List<GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response> 
- The list of clusters for the Instance.
- cloudBigtable GoogleCluster Specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response[] 
- The list of clusters for the Instance.
- cloud_bigtable_ Sequence[Googlecluster_ specs Cloud Datacatalog V1Cloud Bigtable Instance Spec Cloud Bigtable Cluster Spec Response] 
- The list of clusters for the Instance.
- cloudBigtable List<Property Map>Cluster Specs 
- The list of clusters for the Instance.
GoogleCloudDatacatalogV1CloudBigtableSystemSpec, GoogleCloudDatacatalogV1CloudBigtableSystemSpecArgs              
- InstanceDisplay stringName 
- Display name of the Instance. This is user specified and different from the resource name.
- InstanceDisplay stringName 
- Display name of the Instance. This is user specified and different from the resource name.
- instanceDisplay StringName 
- Display name of the Instance. This is user specified and different from the resource name.
- instanceDisplay stringName 
- Display name of the Instance. This is user specified and different from the resource name.
- instance_display_ strname 
- Display name of the Instance. This is user specified and different from the resource name.
- instanceDisplay StringName 
- Display name of the Instance. This is user specified and different from the resource name.
GoogleCloudDatacatalogV1CloudBigtableSystemSpecResponse, GoogleCloudDatacatalogV1CloudBigtableSystemSpecResponseArgs                
- InstanceDisplay stringName 
- Display name of the Instance. This is user specified and different from the resource name.
- InstanceDisplay stringName 
- Display name of the Instance. This is user specified and different from the resource name.
- instanceDisplay StringName 
- Display name of the Instance. This is user specified and different from the resource name.
- instanceDisplay stringName 
- Display name of the Instance. This is user specified and different from the resource name.
- instance_display_ strname 
- Display name of the Instance. This is user specified and different from the resource name.
- instanceDisplay StringName 
- Display name of the Instance. This is user specified and different from the resource name.
GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponse, GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpecResponseArgs                    
- Database string
- Database name.
- InstanceId string
- Cloud SQL instance ID in the format of project:location:instance.
- Type string
- Type of the Cloud SQL database.
- Database string
- Database name.
- InstanceId string
- Cloud SQL instance ID in the format of project:location:instance.
- Type string
- Type of the Cloud SQL database.
- database String
- Database name.
- instanceId String
- Cloud SQL instance ID in the format of project:location:instance.
- type String
- Type of the Cloud SQL database.
- database string
- Database name.
- instanceId string
- Cloud SQL instance ID in the format of project:location:instance.
- type string
- Type of the Cloud SQL database.
- database str
- Database name.
- instance_id str
- Cloud SQL instance ID in the format of project:location:instance.
- type str
- Type of the Cloud SQL database.
- database String
- Database name.
- instanceId String
- Cloud SQL instance ID in the format of project:location:instance.
- type String
- Type of the Cloud SQL database.
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.
- DefaultValue string
- Optional. Default value for the column.
- Description string
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- GcRule string
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- HighestIndexing Pulumi.Type Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Column Schema Highest Indexing Type 
- Optional. Most important inclusion of this column.
- LookerColumn 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, andREPEATEDvalues are supported. Default mode isNULLABLE.
- OrdinalPosition int
- Optional. Ordinal position
- Subcolumns
List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema> 
- 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.
- DefaultValue string
- Optional. Default value for the column.
- Description string
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- GcRule string
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- HighestIndexing GoogleType Cloud Datacatalog V1Column Schema Highest Indexing Type 
- Optional. Most important inclusion of this column.
- LookerColumn 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, andREPEATEDvalues are supported. Default mode isNULLABLE.
- OrdinalPosition int
- Optional. Ordinal position
- Subcolumns
[]GoogleCloud 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.
- defaultValue String
- Optional. Default value for the column.
- description String
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gcRule String
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highestIndexing GoogleType Cloud Datacatalog V1Column Schema Highest Indexing Type 
- Optional. Most important inclusion of this column.
- lookerColumn 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, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinalPosition Integer
- Optional. Ordinal position
- subcolumns
List<GoogleCloud 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.
- defaultValue string
- Optional. Default value for the column.
- description string
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gcRule string
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highestIndexing GoogleType Cloud Datacatalog V1Column Schema Highest Indexing Type 
- Optional. Most important inclusion of this column.
- lookerColumn 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, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinalPosition number
- Optional. Ordinal position
- subcolumns
GoogleCloud 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, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinal_position int
- Optional. Ordinal position
- subcolumns
Sequence[GoogleCloud 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.
- defaultValue String
- Optional. Default value for the column.
- description String
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gcRule String
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highestIndexing "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.
- lookerColumn Property MapSpec 
- Looker specific column info of this column.
- mode String
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinalPosition Number
- Optional. Ordinal position
- subcolumns List<Property Map>
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
GoogleCloudDatacatalogV1ColumnSchemaHighestIndexingType, GoogleCloudDatacatalogV1ColumnSchemaHighestIndexingTypeArgs                
- IndexingType Unspecified 
- INDEXING_TYPE_UNSPECIFIEDUnspecified.
- IndexingType None 
- INDEXING_TYPE_NONEColumn not a part of an index.
- IndexingType Non Unique 
- INDEXING_TYPE_NON_UNIQUEColumn Part of non unique index.
- IndexingType Unique 
- INDEXING_TYPE_UNIQUEColumn part of unique index.
- IndexingType Primary Key 
- INDEXING_TYPE_PRIMARY_KEYColumn part of the primary key.
- GoogleCloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type Unspecified 
- INDEXING_TYPE_UNSPECIFIEDUnspecified.
- GoogleCloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type None 
- INDEXING_TYPE_NONEColumn not a part of an index.
- GoogleCloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type Non Unique 
- INDEXING_TYPE_NON_UNIQUEColumn Part of non unique index.
- GoogleCloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type Unique 
- INDEXING_TYPE_UNIQUEColumn part of unique index.
- GoogleCloud Datacatalog V1Column Schema Highest Indexing Type Indexing Type Primary Key 
- INDEXING_TYPE_PRIMARY_KEYColumn part of the primary key.
- IndexingType Unspecified 
- INDEXING_TYPE_UNSPECIFIEDUnspecified.
- IndexingType None 
- INDEXING_TYPE_NONEColumn not a part of an index.
- IndexingType Non Unique 
- INDEXING_TYPE_NON_UNIQUEColumn Part of non unique index.
- IndexingType Unique 
- INDEXING_TYPE_UNIQUEColumn part of unique index.
- IndexingType Primary Key 
- INDEXING_TYPE_PRIMARY_KEYColumn part of the primary key.
- IndexingType Unspecified 
- INDEXING_TYPE_UNSPECIFIEDUnspecified.
- IndexingType None 
- INDEXING_TYPE_NONEColumn not a part of an index.
- IndexingType Non Unique 
- INDEXING_TYPE_NON_UNIQUEColumn Part of non unique index.
- IndexingType Unique 
- INDEXING_TYPE_UNIQUEColumn part of unique index.
- IndexingType Primary Key 
- INDEXING_TYPE_PRIMARY_KEYColumn part of the primary key.
- INDEXING_TYPE_UNSPECIFIED
- INDEXING_TYPE_UNSPECIFIEDUnspecified.
- INDEXING_TYPE_NONE
- INDEXING_TYPE_NONEColumn not a part of an index.
- INDEXING_TYPE_NON_UNIQUE
- INDEXING_TYPE_NON_UNIQUEColumn Part of non unique index.
- INDEXING_TYPE_UNIQUE
- INDEXING_TYPE_UNIQUEColumn part of unique index.
- INDEXING_TYPE_PRIMARY_KEY
- INDEXING_TYPE_PRIMARY_KEYColumn part of the primary key.
- "INDEXING_TYPE_UNSPECIFIED"
- INDEXING_TYPE_UNSPECIFIEDUnspecified.
- "INDEXING_TYPE_NONE"
- INDEXING_TYPE_NONEColumn not a part of an index.
- "INDEXING_TYPE_NON_UNIQUE"
- INDEXING_TYPE_NON_UNIQUEColumn Part of non unique index.
- "INDEXING_TYPE_UNIQUE"
- INDEXING_TYPE_UNIQUEColumn part of unique index.
- "INDEXING_TYPE_PRIMARY_KEY"
- INDEXING_TYPE_PRIMARY_KEYColumn 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
GoogleCloud Datacatalog V1Column Schema Looker Column Spec Type 
- Looker specific column type of this column.
- type
GoogleCloud Datacatalog V1Column Schema Looker Column Spec Type 
- Looker specific column type of this column.
- type
GoogleCloud Datacatalog V1Column Schema Looker Column Spec Type 
- Looker specific column type of this column.
- type
GoogleCloud 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                  
- LookerColumn Type Unspecified 
- LOOKER_COLUMN_TYPE_UNSPECIFIEDUnspecified.
- Dimension
- DIMENSIONDimension.
- DimensionGroup 
- DIMENSION_GROUPDimension group - parent for Dimension.
- Filter
- FILTERFilter.
- Measure
- MEASUREMeasure.
- Parameter
- PARAMETERParameter.
- GoogleCloud Datacatalog V1Column Schema Looker Column Spec Type Looker Column Type Unspecified 
- LOOKER_COLUMN_TYPE_UNSPECIFIEDUnspecified.
- GoogleCloud Datacatalog V1Column Schema Looker Column Spec Type Dimension 
- DIMENSIONDimension.
- GoogleCloud Datacatalog V1Column Schema Looker Column Spec Type Dimension Group 
- DIMENSION_GROUPDimension group - parent for Dimension.
- GoogleCloud Datacatalog V1Column Schema Looker Column Spec Type Filter 
- FILTERFilter.
- GoogleCloud Datacatalog V1Column Schema Looker Column Spec Type Measure 
- MEASUREMeasure.
- GoogleCloud Datacatalog V1Column Schema Looker Column Spec Type Parameter 
- PARAMETERParameter.
- LookerColumn Type Unspecified 
- LOOKER_COLUMN_TYPE_UNSPECIFIEDUnspecified.
- Dimension
- DIMENSIONDimension.
- DimensionGroup 
- DIMENSION_GROUPDimension group - parent for Dimension.
- Filter
- FILTERFilter.
- Measure
- MEASUREMeasure.
- Parameter
- PARAMETERParameter.
- LookerColumn Type Unspecified 
- LOOKER_COLUMN_TYPE_UNSPECIFIEDUnspecified.
- Dimension
- DIMENSIONDimension.
- DimensionGroup 
- DIMENSION_GROUPDimension group - parent for Dimension.
- Filter
- FILTERFilter.
- Measure
- MEASUREMeasure.
- Parameter
- PARAMETERParameter.
- LOOKER_COLUMN_TYPE_UNSPECIFIED
- LOOKER_COLUMN_TYPE_UNSPECIFIEDUnspecified.
- DIMENSION
- DIMENSIONDimension.
- DIMENSION_GROUP
- DIMENSION_GROUPDimension group - parent for Dimension.
- FILTER
- FILTERFilter.
- MEASURE
- MEASUREMeasure.
- PARAMETER
- PARAMETERParameter.
- "LOOKER_COLUMN_TYPE_UNSPECIFIED"
- LOOKER_COLUMN_TYPE_UNSPECIFIEDUnspecified.
- "DIMENSION"
- DIMENSIONDimension.
- "DIMENSION_GROUP"
- DIMENSION_GROUPDimension group - parent for Dimension.
- "FILTER"
- FILTERFilter.
- "MEASURE"
- MEASUREMeasure.
- "PARAMETER"
- PARAMETERParameter.
GoogleCloudDatacatalogV1ColumnSchemaResponse, GoogleCloudDatacatalogV1ColumnSchemaResponseArgs            
- Column string
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- DefaultValue string
- Optional. Default value for the column.
- Description string
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- GcRule string
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- HighestIndexing stringType 
- Optional. Most important inclusion of this column.
- LookerColumn Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- Mode string
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- OrdinalPosition int
- Optional. Ordinal position
- Subcolumns
List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Column Schema Response> 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- Type string
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- Column string
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- DefaultValue string
- Optional. Default value for the column.
- Description string
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- GcRule string
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- HighestIndexing stringType 
- Optional. Most important inclusion of this column.
- LookerColumn GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- Mode string
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- OrdinalPosition int
- Optional. Ordinal position
- Subcolumns
[]GoogleCloud Datacatalog V1Column Schema Response 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- Type string
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column String
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- defaultValue String
- Optional. Default value for the column.
- description String
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gcRule String
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highestIndexing StringType 
- Optional. Most important inclusion of this column.
- lookerColumn GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- mode String
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinalPosition Integer
- Optional. Ordinal position
- subcolumns
List<GoogleCloud Datacatalog V1Column Schema Response> 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type String
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column string
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- defaultValue string
- Optional. Default value for the column.
- description string
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gcRule string
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highestIndexing stringType 
- Optional. Most important inclusion of this column.
- lookerColumn GoogleSpec Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- mode string
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinalPosition number
- Optional. Ordinal position
- subcolumns
GoogleCloud Datacatalog V1Column Schema Response[] 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type string
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column str
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- default_value str
- Optional. Default value for the column.
- description str
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gc_rule str
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highest_indexing_ strtype 
- Optional. Most important inclusion of this column.
- looker_column_ Googlespec Cloud Datacatalog V1Column Schema Looker Column Spec Response 
- Looker specific column info of this column.
- mode str
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinal_position int
- Optional. Ordinal position
- subcolumns
Sequence[GoogleCloud Datacatalog V1Column Schema Response] 
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type str
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
- column String
- Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
- defaultValue String
- Optional. Default value for the column.
- description String
- Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
- gcRule String
- Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
- highestIndexing StringType 
- Optional. Most important inclusion of this column.
- lookerColumn Property MapSpec 
- Looker specific column info of this column.
- mode String
- Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only NULLABLE,REQUIRED, andREPEATEDvalues are supported. Default mode isNULLABLE.
- ordinalPosition Number
- Optional. Ordinal position
- subcolumns List<Property Map>
- Optional. Schema of sub-columns. A column can have zero or more sub-columns.
- type String
- Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes.
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
[]GoogleCloud Datacatalog V1Contacts Person 
- The list of contact people for the entry.
- people
List<GoogleCloud Datacatalog V1Contacts Person> 
- The list of contact people for the entry.
- people
GoogleCloud Datacatalog V1Contacts Person[] 
- The list of contact people for the entry.
- people
Sequence[GoogleCloud 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
[]GoogleCloud Datacatalog V1Contacts Person Response 
- The list of contact people for the entry.
- people
List<GoogleCloud Datacatalog V1Contacts Person Response> 
- The list of contact people for the entry.
- people
GoogleCloud Datacatalog V1Contacts Person Response[] 
- The list of contact people for the entry.
- people
Sequence[GoogleCloud Datacatalog V1Contacts Person Response] 
- The list of contact people for the entry.
- people List<Property Map>
- The list of contact people for the entry.
GoogleCloudDatacatalogV1DataSourceConnectionSpecResponse, GoogleCloudDatacatalogV1DataSourceConnectionSpecResponseArgs                
- BigqueryConnection Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- BigqueryConnection GoogleSpec Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- bigqueryConnection GoogleSpec Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- bigqueryConnection GoogleSpec Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- bigquery_connection_ Googlespec Cloud Datacatalog V1Big Query Connection Spec Response 
- Fields specific to BigQuery connections.
- bigqueryConnection Property MapSpec 
- Fields specific to BigQuery connections.
GoogleCloudDatacatalogV1DataSourceResponse, 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.
- SourceEntry string
- Data Catalog entry name, if applicable.
- StorageProperties Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- Resource string
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- Service string
- Service that physically stores the data.
- SourceEntry string
- Data Catalog entry name, if applicable.
- StorageProperties GoogleCloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- resource String
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service String
- Service that physically stores the data.
- sourceEntry String
- Data Catalog entry name, if applicable.
- storageProperties GoogleCloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- resource string
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service string
- Service that physically stores the data.
- sourceEntry string
- Data Catalog entry name, if applicable.
- storageProperties GoogleCloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- resource str
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service str
- Service that physically stores the data.
- source_entry str
- Data Catalog entry name, if applicable.
- storage_properties GoogleCloud Datacatalog V1Storage Properties Response 
- Detailed properties of the underlying storage.
- resource String
- Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
- service String
- Service that physically stores the data.
- sourceEntry String
- Data Catalog entry name, if applicable.
- storageProperties Property Map
- Detailed properties of the underlying storage.
GoogleCloudDatacatalogV1DatabaseTableSpec, GoogleCloudDatacatalogV1DatabaseTableSpecArgs            
- DatabaseView 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.
- DatabaseView GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- Type
GoogleCloud Datacatalog V1Database Table Spec Type 
- Type of this table.
- databaseView GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- type
GoogleCloud Datacatalog V1Database Table Spec Type 
- Type of this table.
- databaseView GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- type
GoogleCloud 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
GoogleCloud Datacatalog V1Database Table Spec Type 
- Type of this table.
- databaseView 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                  
- BaseTable string
- Name of a singular table this view reflects one to one.
- SqlQuery string
- SQL query used to generate this view.
- ViewType Pulumi.Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Database Table Spec Database View Spec View Type 
- Type of this view.
- BaseTable string
- Name of a singular table this view reflects one to one.
- SqlQuery string
- SQL query used to generate this view.
- ViewType GoogleCloud Datacatalog V1Database Table Spec Database View Spec View Type 
- Type of this view.
- baseTable String
- Name of a singular table this view reflects one to one.
- sqlQuery String
- SQL query used to generate this view.
- viewType GoogleCloud Datacatalog V1Database Table Spec Database View Spec View Type 
- Type of this view.
- baseTable string
- Name of a singular table this view reflects one to one.
- sqlQuery string
- SQL query used to generate this view.
- viewType 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.
- baseTable String
- Name of a singular table this view reflects one to one.
- sqlQuery String
- SQL query used to generate this view.
- viewType "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                      
- ViewType Unspecified 
- VIEW_TYPE_UNSPECIFIEDDefault unknown view type.
- StandardView 
- STANDARD_VIEWStandard view.
- MaterializedView 
- MATERIALIZED_VIEWMaterialized view.
- GoogleCloud Datacatalog V1Database Table Spec Database View Spec View Type View Type Unspecified 
- VIEW_TYPE_UNSPECIFIEDDefault unknown view type.
- GoogleCloud Datacatalog V1Database Table Spec Database View Spec View Type Standard View 
- STANDARD_VIEWStandard view.
- GoogleCloud Datacatalog V1Database Table Spec Database View Spec View Type Materialized View 
- MATERIALIZED_VIEWMaterialized view.
- ViewType Unspecified 
- VIEW_TYPE_UNSPECIFIEDDefault unknown view type.
- StandardView 
- STANDARD_VIEWStandard view.
- MaterializedView 
- MATERIALIZED_VIEWMaterialized view.
- ViewType Unspecified 
- VIEW_TYPE_UNSPECIFIEDDefault unknown view type.
- StandardView 
- STANDARD_VIEWStandard view.
- MaterializedView 
- MATERIALIZED_VIEWMaterialized view.
- VIEW_TYPE_UNSPECIFIED
- VIEW_TYPE_UNSPECIFIEDDefault unknown view type.
- STANDARD_VIEW
- STANDARD_VIEWStandard view.
- MATERIALIZED_VIEW
- MATERIALIZED_VIEWMaterialized view.
- "VIEW_TYPE_UNSPECIFIED"
- VIEW_TYPE_UNSPECIFIEDDefault unknown view type.
- "STANDARD_VIEW"
- STANDARD_VIEWStandard view.
- "MATERIALIZED_VIEW"
- MATERIALIZED_VIEWMaterialized view.
GoogleCloudDatacatalogV1DatabaseTableSpecResponse, GoogleCloudDatacatalogV1DatabaseTableSpecResponseArgs              
- DatabaseView Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- DataplexTable Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- Type string
- Type of this table.
- DatabaseView GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- DataplexTable GoogleCloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- Type string
- Type of this table.
- databaseView GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplexTable GoogleCloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type String
- Type of this table.
- databaseView GoogleSpec Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplexTable GoogleCloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type string
- Type of this table.
- database_view_ Googlespec Cloud Datacatalog V1Database Table Spec Database View Spec Response 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplex_table GoogleCloud Datacatalog V1Dataplex Table Spec Response 
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type str
- Type of this table.
- databaseView Property MapSpec 
- Spec what aplies to tables that are actually views. Not set for "real" tables.
- dataplexTable Property Map
- Fields specific to a Dataplex table and present only in the Dataplex table entries.
- type String
- Type of this table.
GoogleCloudDatacatalogV1DatabaseTableSpecType, GoogleCloudDatacatalogV1DatabaseTableSpecTypeArgs              
- TableType Unspecified 
- TABLE_TYPE_UNSPECIFIEDDefault unknown table type.
- Native
- NATIVENative table.
- External
- EXTERNALExternal table.
- GoogleCloud Datacatalog V1Database Table Spec Type Table Type Unspecified 
- TABLE_TYPE_UNSPECIFIEDDefault unknown table type.
- GoogleCloud Datacatalog V1Database Table Spec Type Native 
- NATIVENative table.
- GoogleCloud Datacatalog V1Database Table Spec Type External 
- EXTERNALExternal table.
- TableType Unspecified 
- TABLE_TYPE_UNSPECIFIEDDefault unknown table type.
- Native
- NATIVENative table.
- External
- EXTERNALExternal table.
- TableType Unspecified 
- TABLE_TYPE_UNSPECIFIEDDefault unknown table type.
- Native
- NATIVENative table.
- External
- EXTERNALExternal table.
- TABLE_TYPE_UNSPECIFIED
- TABLE_TYPE_UNSPECIFIEDDefault unknown table type.
- NATIVE
- NATIVENative table.
- EXTERNAL
- EXTERNALExternal table.
- "TABLE_TYPE_UNSPECIFIED"
- TABLE_TYPE_UNSPECIFIEDDefault unknown table type.
- "NATIVE"
- NATIVENative table.
- "EXTERNAL"
- EXTERNALExternal table.
GoogleCloudDatacatalogV1DataplexExternalTableResponse, GoogleCloudDatacatalogV1DataplexExternalTableResponseArgs              
- DataCatalog stringEntry 
- Name of the Data Catalog entry representing the external table.
- FullyQualified stringName 
- Fully qualified name (FQN) of the external table.
- GoogleCloud stringResource 
- Google Cloud resource name of the external table.
- System string
- Service in which the external table is registered.
- DataCatalog stringEntry 
- Name of the Data Catalog entry representing the external table.
- FullyQualified stringName 
- Fully qualified name (FQN) of the external table.
- GoogleCloud stringResource 
- Google Cloud resource name of the external table.
- System string
- Service in which the external table is registered.
- dataCatalog StringEntry 
- Name of the Data Catalog entry representing the external table.
- fullyQualified StringName 
- Fully qualified name (FQN) of the external table.
- googleCloud StringResource 
- Google Cloud resource name of the external table.
- system String
- Service in which the external table is registered.
- dataCatalog stringEntry 
- Name of the Data Catalog entry representing the external table.
- fullyQualified stringName 
- Fully qualified name (FQN) of the external table.
- googleCloud stringResource 
- Google Cloud resource name of the external table.
- system string
- Service in which the external table is registered.
- data_catalog_ strentry 
- Name of the Data Catalog entry representing the external table.
- fully_qualified_ strname 
- Fully qualified name (FQN) of the external table.
- google_cloud_ strresource 
- Google Cloud resource name of the external table.
- system str
- Service in which the external table is registered.
- dataCatalog StringEntry 
- Name of the Data Catalog entry representing the external table.
- fullyQualified StringName 
- Fully qualified name (FQN) of the external table.
- googleCloud StringResource 
- Google Cloud resource name of the external table.
- system String
- Service in which the external table is registered.
GoogleCloudDatacatalogV1DataplexFilesetSpec, GoogleCloudDatacatalogV1DataplexFilesetSpecArgs            
- DataplexSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Spec 
- Common Dataplex fields.
- DataplexSpec GoogleCloud Datacatalog V1Dataplex Spec 
- Common Dataplex fields.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec 
- Common Dataplex fields.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec 
- Common Dataplex fields.
- dataplex_spec GoogleCloud Datacatalog V1Dataplex Spec 
- Common Dataplex fields.
- dataplexSpec Property Map
- Common Dataplex fields.
GoogleCloudDatacatalogV1DataplexFilesetSpecResponse, GoogleCloudDatacatalogV1DataplexFilesetSpecResponseArgs              
- DataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- dataplex_spec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- dataplexSpec Property Map
- Common Dataplex fields.
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.
- CompressionFormat string
- Compression format of the data, e.g., zip, gzip etc.
- DataFormat Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema 
- Format of the data.
- Project string
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- Asset string
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- CompressionFormat string
- Compression format of the data, e.g., zip, gzip etc.
- DataFormat GoogleCloud Datacatalog V1Physical Schema 
- Format of the data.
- Project string
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset String
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compressionFormat String
- Compression format of the data, e.g., zip, gzip etc.
- dataFormat GoogleCloud Datacatalog V1Physical Schema 
- Format of the data.
- project String
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset string
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compressionFormat string
- Compression format of the data, e.g., zip, gzip etc.
- dataFormat GoogleCloud Datacatalog V1Physical Schema 
- 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.
- compressionFormat String
- Compression format of the data, e.g., zip, gzip etc.
- dataFormat Property Map
- Format of the data.
- project String
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
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.
- CompressionFormat string
- Compression format of the data, e.g., zip, gzip etc.
- DataFormat Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Physical Schema Response 
- Format of the data.
- Project string
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- Asset string
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- CompressionFormat string
- Compression format of the data, e.g., zip, gzip etc.
- DataFormat GoogleCloud Datacatalog V1Physical Schema Response 
- Format of the data.
- Project string
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset String
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compressionFormat String
- Compression format of the data, e.g., zip, gzip etc.
- dataFormat GoogleCloud Datacatalog V1Physical Schema Response 
- Format of the data.
- project String
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset string
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compressionFormat string
- Compression format of the data, e.g., zip, gzip etc.
- dataFormat GoogleCloud Datacatalog V1Physical Schema Response 
- Format of the data.
- project string
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset str
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compression_format str
- Compression format of the data, e.g., zip, gzip etc.
- data_format GoogleCloud Datacatalog V1Physical Schema Response 
- Format of the data.
- project str
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
- asset String
- Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
- compressionFormat String
- Compression format of the data, e.g., zip, gzip etc.
- dataFormat Property Map
- Format of the data.
- project String
- Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
GoogleCloudDatacatalogV1DataplexTableSpecResponse, GoogleCloudDatacatalogV1DataplexTableSpecResponseArgs              
- DataplexSpec Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- ExternalTables List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex External Table Response> 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- UserManaged bool
- Indicates if the table schema is managed by the user or not.
- DataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- ExternalTables []GoogleCloud Datacatalog V1Dataplex External Table Response 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- UserManaged bool
- Indicates if the table schema is managed by the user or not.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- externalTables List<GoogleCloud Datacatalog V1Dataplex External Table Response> 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- userManaged Boolean
- Indicates if the table schema is managed by the user or not.
- dataplexSpec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- externalTables GoogleCloud Datacatalog V1Dataplex External Table Response[] 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- userManaged boolean
- Indicates if the table schema is managed by the user or not.
- dataplex_spec GoogleCloud Datacatalog V1Dataplex Spec Response 
- Common Dataplex fields.
- external_tables Sequence[GoogleCloud Datacatalog V1Dataplex External Table Response] 
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- user_managed bool
- Indicates if the table schema is managed by the user or not.
- dataplexSpec Property Map
- Common Dataplex fields.
- externalTables List<Property Map>
- List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
- userManaged Boolean
- Indicates if the table schema is managed by the user or not.
GoogleCloudDatacatalogV1DatasetSpec, GoogleCloudDatacatalogV1DatasetSpecArgs          
- VertexDataset Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Vertex Dataset Spec 
- Vertex AI Dataset specific fields
- VertexDataset GoogleSpec Cloud Datacatalog V1Vertex Dataset Spec 
- Vertex AI Dataset specific fields
- vertexDataset GoogleSpec Cloud Datacatalog V1Vertex Dataset Spec 
- Vertex AI Dataset specific fields
- vertexDataset GoogleSpec Cloud Datacatalog V1Vertex Dataset Spec 
- Vertex AI Dataset specific fields
- vertex_dataset_ Googlespec Cloud Datacatalog V1Vertex Dataset Spec 
- Vertex AI Dataset specific fields
- vertexDataset Property MapSpec 
- Vertex AI Dataset specific fields
GoogleCloudDatacatalogV1DatasetSpecResponse, GoogleCloudDatacatalogV1DatasetSpecResponseArgs            
- VertexDataset Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- VertexDataset GoogleSpec Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- vertexDataset GoogleSpec Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- vertexDataset GoogleSpec Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- vertex_dataset_ Googlespec Cloud Datacatalog V1Vertex Dataset Spec Response 
- Vertex AI Dataset specific fields
- vertexDataset Property MapSpec 
- Vertex AI Dataset specific fields
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          
- DataplexFileset 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.
- DataplexFileset GoogleCloud Datacatalog V1Dataplex Fileset Spec 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplexFileset GoogleCloud Datacatalog V1Dataplex Fileset Spec 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplexFileset 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.
- dataplexFileset Property Map
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
GoogleCloudDatacatalogV1FilesetSpecResponse, GoogleCloudDatacatalogV1FilesetSpecResponseArgs            
- DataplexFileset Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- DataplexFileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplexFileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplexFileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplex_fileset GoogleCloud Datacatalog V1Dataplex Fileset Spec Response 
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
- dataplexFileset Property Map
- Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
GoogleCloudDatacatalogV1GcsFileSpecResponse, GoogleCloudDatacatalogV1GcsFileSpecResponseArgs              
- FilePath string
- Full file path. Example: gs://bucket_name/a/b.txt.
- GcsTimestamps Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- SizeBytes string
- File size in bytes.
- FilePath string
- Full file path. Example: gs://bucket_name/a/b.txt.
- GcsTimestamps GoogleCloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- SizeBytes string
- File size in bytes.
- filePath String
- Full file path. Example: gs://bucket_name/a/b.txt.
- gcsTimestamps GoogleCloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- sizeBytes String
- File size in bytes.
- filePath string
- Full file path. Example: gs://bucket_name/a/b.txt.
- gcsTimestamps GoogleCloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- sizeBytes string
- File size in bytes.
- file_path str
- Full file path. Example: gs://bucket_name/a/b.txt.
- gcs_timestamps GoogleCloud Datacatalog V1System Timestamps Response 
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- size_bytes str
- File size in bytes.
- filePath String
- Full file path. Example: gs://bucket_name/a/b.txt.
- gcsTimestamps Property Map
- Creation, modification, and expiration timestamps of a Cloud Storage file.
- sizeBytes String
- File size in bytes.
GoogleCloudDatacatalogV1GcsFilesetSpec, GoogleCloudDatacatalogV1GcsFilesetSpecArgs            
- FilePatterns List<string>
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- FilePatterns []string
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- filePatterns List<String>
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- filePatterns string[]
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- file_patterns Sequence[str]
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- filePatterns List<String>
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
GoogleCloudDatacatalogV1GcsFilesetSpecResponse, GoogleCloudDatacatalogV1GcsFilesetSpecResponseArgs              
- FilePatterns List<string>
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- SampleGcs List<Pulumi.File Specs Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Gcs File Spec Response> 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- FilePatterns []string
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- SampleGcs []GoogleFile Specs Cloud Datacatalog V1Gcs File Spec Response 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- filePatterns List<String>
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- sampleGcs List<GoogleFile Specs Cloud Datacatalog V1Gcs File Spec Response> 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- filePatterns string[]
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- sampleGcs GoogleFile Specs Cloud Datacatalog V1Gcs File Spec Response[] 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- file_patterns Sequence[str]
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- sample_gcs_ Sequence[Googlefile_ specs Cloud Datacatalog V1Gcs File Spec Response] 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
- filePatterns List<String>
- Patterns to identify a set of files in Google Cloud Storage. For more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not supported. Examples of valid file_patterns: *gs://bucket_name/dir/*: matches all files inbucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files inbucket_name/dirand all subdirectories *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txtYou can combine wildcards to match complex sets of files, for example:gs://bucket_name/[a-m]??.j*g
- sampleGcs List<Property Map>File Specs 
- Sample files contained in this fileset, not all files contained in this fileset are represented here.
GoogleCloudDatacatalogV1LookerSystemSpec, GoogleCloudDatacatalogV1LookerSystemSpecArgs            
- ParentInstance stringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- ParentInstance stringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- ParentModel stringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- ParentModel stringId 
- ID of the parent Model. Empty if it does not exist.
- ParentView stringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- ParentView stringId 
- ID of the parent View. Empty if it does not exist.
- ParentInstance stringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- ParentInstance stringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- ParentModel stringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- ParentModel stringId 
- ID of the parent Model. Empty if it does not exist.
- ParentView stringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- ParentView stringId 
- ID of the parent View. Empty if it does not exist.
- parentInstance StringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parentInstance StringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parentModel StringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- parentModel StringId 
- ID of the parent Model. Empty if it does not exist.
- parentView StringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- parentView StringId 
- ID of the parent View. Empty if it does not exist.
- parentInstance stringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parentInstance stringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parentModel stringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- parentModel stringId 
- ID of the parent Model. Empty if it does not exist.
- parentView stringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- parentView stringId 
- ID of the parent View. Empty if it does not exist.
- parent_instance_ strdisplay_ name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parent_instance_ strid 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parent_model_ strdisplay_ name 
- Name of the parent Model. Empty if it does not exist.
- parent_model_ strid 
- ID of the parent Model. Empty if it does not exist.
- parent_view_ strdisplay_ name 
- Name of the parent View. Empty if it does not exist.
- parent_view_ strid 
- ID of the parent View. Empty if it does not exist.
- parentInstance StringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parentInstance StringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parentModel StringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- parentModel StringId 
- ID of the parent Model. Empty if it does not exist.
- parentView StringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- parentView StringId 
- ID of the parent View. Empty if it does not exist.
GoogleCloudDatacatalogV1LookerSystemSpecResponse, GoogleCloudDatacatalogV1LookerSystemSpecResponseArgs              
- ParentInstance stringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- ParentInstance stringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- ParentModel stringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- ParentModel stringId 
- ID of the parent Model. Empty if it does not exist.
- ParentView stringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- ParentView stringId 
- ID of the parent View. Empty if it does not exist.
- ParentInstance stringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- ParentInstance stringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- ParentModel stringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- ParentModel stringId 
- ID of the parent Model. Empty if it does not exist.
- ParentView stringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- ParentView stringId 
- ID of the parent View. Empty if it does not exist.
- parentInstance StringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parentInstance StringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parentModel StringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- parentModel StringId 
- ID of the parent Model. Empty if it does not exist.
- parentView StringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- parentView StringId 
- ID of the parent View. Empty if it does not exist.
- parentInstance stringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parentInstance stringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parentModel stringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- parentModel stringId 
- ID of the parent Model. Empty if it does not exist.
- parentView stringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- parentView stringId 
- ID of the parent View. Empty if it does not exist.
- parent_instance_ strdisplay_ name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parent_instance_ strid 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parent_model_ strdisplay_ name 
- Name of the parent Model. Empty if it does not exist.
- parent_model_ strid 
- ID of the parent Model. Empty if it does not exist.
- parent_view_ strdisplay_ name 
- Name of the parent View. Empty if it does not exist.
- parent_view_ strid 
- ID of the parent View. Empty if it does not exist.
- parentInstance StringDisplay Name 
- Name of the parent Looker Instance. Empty if it does not exist.
- parentInstance StringId 
- ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
- parentModel StringDisplay Name 
- Name of the parent Model. Empty if it does not exist.
- parentModel StringId 
- ID of the parent Model. Empty if it does not exist.
- parentView StringDisplay Name 
- Name of the parent View. Empty if it does not exist.
- parentView StringId 
- ID of the parent View. Empty if it does not exist.
GoogleCloudDatacatalogV1ModelSpec, GoogleCloudDatacatalogV1ModelSpecArgs          
- VertexModel Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Vertex Model Spec 
- Specification for vertex model resources.
- VertexModel GoogleSpec Cloud Datacatalog V1Vertex Model Spec 
- Specification for vertex model resources.
- vertexModel GoogleSpec Cloud Datacatalog V1Vertex Model Spec 
- Specification for vertex model resources.
- vertexModel GoogleSpec Cloud Datacatalog V1Vertex Model Spec 
- Specification for vertex model resources.
- vertex_model_ Googlespec Cloud Datacatalog V1Vertex Model Spec 
- Specification for vertex model resources.
- vertexModel Property MapSpec 
- Specification for vertex model resources.
GoogleCloudDatacatalogV1ModelSpecResponse, GoogleCloudDatacatalogV1ModelSpecResponseArgs            
- VertexModel Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- VertexModel GoogleSpec Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- vertexModel GoogleSpec Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- vertexModel GoogleSpec Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- vertex_model_ Googlespec Cloud Datacatalog V1Vertex Model Spec Response 
- Specification for vertex model resources.
- vertexModel Property MapSpec 
- Specification for vertex model resources.
GoogleCloudDatacatalogV1PersonalDetailsResponse, 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
GoogleCloud Datacatalog V1Physical Schema Avro Schema 
- Schema in Avro JSON format.
- Csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema 
- Marks a CSV-encoded data source.
- Orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema 
- Marks an ORC-encoded data source.
- Parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema 
- Marks a Parquet-encoded data source.
- Protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema 
- Schema in protocol buffer format.
- Thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema 
- Schema in Thrift format.
- avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema 
- Schema in Avro JSON format.
- csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema 
- Marks a CSV-encoded data source.
- orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema 
- Marks an ORC-encoded data source.
- parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema 
- Marks a Parquet-encoded data source.
- protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema 
- Schema in protocol buffer format.
- thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema 
- Schema in Thrift format.
- avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema 
- Schema in Avro JSON format.
- csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema 
- Marks a CSV-encoded data source.
- orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema 
- Marks an ORC-encoded data source.
- parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema 
- Marks a Parquet-encoded data source.
- protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema 
- Schema in protocol buffer format.
- thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema 
- Schema in Thrift format.
- avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema 
- Schema in Avro JSON format.
- csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema 
- Marks a CSV-encoded data source.
- orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema 
- Marks an ORC-encoded data source.
- parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema 
- Marks a Parquet-encoded data source.
- protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema 
- Schema in protocol buffer format.
- thrift
GoogleCloud 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
GoogleCloud Datacatalog V1Physical Schema Avro Schema Response 
- Schema in Avro JSON format.
- Csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema Response 
- Marks a CSV-encoded data source.
- Orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema Response 
- Marks an ORC-encoded data source.
- Parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema Response 
- Marks a Parquet-encoded data source.
- Protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema Response 
- Schema in protocol buffer format.
- Thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema Response 
- Schema in Thrift format.
- avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema Response 
- Schema in Avro JSON format.
- csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema Response 
- Marks a CSV-encoded data source.
- orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema Response 
- Marks an ORC-encoded data source.
- parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema Response 
- Marks a Parquet-encoded data source.
- protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema Response 
- Schema in protocol buffer format.
- thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema Response 
- Schema in Thrift format.
- avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema Response 
- Schema in Avro JSON format.
- csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema Response 
- Marks a CSV-encoded data source.
- orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema Response 
- Marks an ORC-encoded data source.
- parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema Response 
- Marks a Parquet-encoded data source.
- protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema Response 
- Schema in protocol buffer format.
- thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema Response 
- Schema in Thrift format.
- avro
GoogleCloud Datacatalog V1Physical Schema Avro Schema Response 
- Schema in Avro JSON format.
- csv
GoogleCloud Datacatalog V1Physical Schema Csv Schema Response 
- Marks a CSV-encoded data source.
- orc
GoogleCloud Datacatalog V1Physical Schema Orc Schema Response 
- Marks an ORC-encoded data source.
- parquet
GoogleCloud Datacatalog V1Physical Schema Parquet Schema Response 
- Marks a Parquet-encoded data source.
- protobuf
GoogleCloud Datacatalog V1Physical Schema Protobuf Schema Response 
- Schema in protocol buffer format.
- thrift
GoogleCloud Datacatalog V1Physical Schema Thrift Schema Response 
- Schema in Thrift format.
- avro Property Map
- Schema in Avro JSON format.
- csv Property Map
- Marks a CSV-encoded data source.
- orc Property Map
- Marks an ORC-encoded data source.
- parquet Property Map
- Marks a Parquet-encoded data source.
- protobuf Property Map
- Schema in protocol buffer format.
- thrift Property Map
- Schema in Thrift format.
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          
- BigqueryRoutine Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Big Query Routine Spec 
- Fields specific for BigQuery routines.
- DefinitionBody string
- The body of the routine.
- Language string
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- ReturnType string
- Return type of the argument. The exact value depends on the source system and the language.
- RoutineArguments List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Routine Spec Argument> 
- Arguments of the routine.
- RoutineType Pulumi.Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Routine Spec Routine Type 
- The type of the routine.
- BigqueryRoutine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec 
- Fields specific for BigQuery routines.
- DefinitionBody string
- The body of the routine.
- Language string
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- ReturnType string
- Return type of the argument. The exact value depends on the source system and the language.
- RoutineArguments []GoogleCloud Datacatalog V1Routine Spec Argument 
- Arguments of the routine.
- RoutineType GoogleCloud Datacatalog V1Routine Spec Routine Type 
- The type of the routine.
- bigqueryRoutine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec 
- Fields specific for BigQuery routines.
- definitionBody String
- The body of the routine.
- language String
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- returnType String
- Return type of the argument. The exact value depends on the source system and the language.
- routineArguments List<GoogleCloud Datacatalog V1Routine Spec Argument> 
- Arguments of the routine.
- routineType GoogleCloud Datacatalog V1Routine Spec Routine Type 
- The type of the routine.
- bigqueryRoutine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec 
- Fields specific for BigQuery routines.
- definitionBody string
- The body of the routine.
- language string
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- returnType string
- Return type of the argument. The exact value depends on the source system and the language.
- routineArguments GoogleCloud Datacatalog V1Routine Spec Argument[] 
- Arguments of the routine.
- routineType 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.
- bigqueryRoutine Property MapSpec 
- Fields specific for BigQuery routines.
- definitionBody String
- The body of the routine.
- language String
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- returnType String
- Return type of the argument. The exact value depends on the source system and the language.
- routineArguments List<Property Map>
- Arguments of the routine.
- routineType "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
GoogleCloud 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
GoogleCloud 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
GoogleCloud 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
GoogleCloud 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              
- ModeUnspecified 
- MODE_UNSPECIFIEDUnspecified mode.
- In
- INThe argument is input-only.
- Out
- OUTThe argument is output-only.
- Inout
- INOUTThe argument is both an input and an output.
- GoogleCloud Datacatalog V1Routine Spec Argument Mode Mode Unspecified 
- MODE_UNSPECIFIEDUnspecified mode.
- GoogleCloud Datacatalog V1Routine Spec Argument Mode In 
- INThe argument is input-only.
- GoogleCloud Datacatalog V1Routine Spec Argument Mode Out 
- OUTThe argument is output-only.
- GoogleCloud Datacatalog V1Routine Spec Argument Mode Inout 
- INOUTThe argument is both an input and an output.
- ModeUnspecified 
- MODE_UNSPECIFIEDUnspecified mode.
- In
- INThe argument is input-only.
- Out
- OUTThe argument is output-only.
- Inout
- INOUTThe argument is both an input and an output.
- ModeUnspecified 
- MODE_UNSPECIFIEDUnspecified mode.
- In
- INThe argument is input-only.
- Out
- OUTThe argument is output-only.
- Inout
- INOUTThe argument is both an input and an output.
- MODE_UNSPECIFIED
- MODE_UNSPECIFIEDUnspecified mode.
- IN_
- INThe argument is input-only.
- OUT
- OUTThe argument is output-only.
- INOUT
- INOUTThe argument is both an input and an output.
- "MODE_UNSPECIFIED"
- MODE_UNSPECIFIEDUnspecified mode.
- "IN"
- INThe argument is input-only.
- "OUT"
- OUTThe argument is output-only.
- "INOUT"
- INOUTThe argument is both an input and an output.
GoogleCloudDatacatalogV1RoutineSpecArgumentResponse, GoogleCloudDatacatalogV1RoutineSpecArgumentResponseArgs              
GoogleCloudDatacatalogV1RoutineSpecResponse, GoogleCloudDatacatalogV1RoutineSpecResponseArgs            
- BigqueryRoutine Pulumi.Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- DefinitionBody string
- The body of the routine.
- Language string
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- ReturnType string
- Return type of the argument. The exact value depends on the source system and the language.
- RoutineArguments List<Pulumi.Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Routine Spec Argument Response> 
- Arguments of the routine.
- RoutineType string
- The type of the routine.
- BigqueryRoutine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- DefinitionBody string
- The body of the routine.
- Language string
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- ReturnType string
- Return type of the argument. The exact value depends on the source system and the language.
- RoutineArguments []GoogleCloud Datacatalog V1Routine Spec Argument Response 
- Arguments of the routine.
- RoutineType string
- The type of the routine.
- bigqueryRoutine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- definitionBody String
- The body of the routine.
- language String
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- returnType String
- Return type of the argument. The exact value depends on the source system and the language.
- routineArguments List<GoogleCloud Datacatalog V1Routine Spec Argument Response> 
- Arguments of the routine.
- routineType String
- The type of the routine.
- bigqueryRoutine GoogleSpec Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- definitionBody string
- The body of the routine.
- language string
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- returnType string
- Return type of the argument. The exact value depends on the source system and the language.
- routineArguments GoogleCloud Datacatalog V1Routine Spec Argument Response[] 
- Arguments of the routine.
- routineType string
- The type of the routine.
- bigquery_routine_ Googlespec Cloud Datacatalog V1Big Query Routine Spec Response 
- Fields specific for BigQuery routines.
- definition_body str
- The body of the routine.
- language str
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- return_type str
- Return type of the argument. The exact value depends on the source system and the language.
- routine_arguments Sequence[GoogleCloud Datacatalog V1Routine Spec Argument Response] 
- Arguments of the routine.
- routine_type str
- The type of the routine.
- bigqueryRoutine Property MapSpec 
- Fields specific for BigQuery routines.
- definitionBody String
- The body of the routine.
- language String
- The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL*JAVASCRIPT
- returnType String
- Return type of the argument. The exact value depends on the source system and the language.
- routineArguments List<Property Map>
- Arguments of the routine.
- routineType String
- The type of the routine.
GoogleCloudDatacatalogV1RoutineSpecRoutineType, GoogleCloudDatacatalogV1RoutineSpecRoutineTypeArgs              
- RoutineType Unspecified 
- ROUTINE_TYPE_UNSPECIFIEDUnspecified type.
- ScalarFunction 
- SCALAR_FUNCTIONNon-builtin permanent scalar function.
- Procedure
- PROCEDUREStored procedure.
- GoogleCloud Datacatalog V1Routine Spec Routine Type Routine Type Unspecified 
- ROUTINE_TYPE_UNSPECIFIEDUnspecified type.
- GoogleCloud Datacatalog V1Routine Spec Routine Type Scalar Function 
- SCALAR_FUNCTIONNon-builtin permanent scalar function.
- GoogleCloud Datacatalog V1Routine Spec Routine Type Procedure 
- PROCEDUREStored procedure.
- RoutineType Unspecified 
- ROUTINE_TYPE_UNSPECIFIEDUnspecified type.
- ScalarFunction 
- SCALAR_FUNCTIONNon-builtin permanent scalar function.
- Procedure
- PROCEDUREStored procedure.
- RoutineType Unspecified 
- ROUTINE_TYPE_UNSPECIFIEDUnspecified type.
- ScalarFunction 
- SCALAR_FUNCTIONNon-builtin permanent scalar function.
- Procedure
- PROCEDUREStored procedure.
- ROUTINE_TYPE_UNSPECIFIED
- ROUTINE_TYPE_UNSPECIFIEDUnspecified type.
- SCALAR_FUNCTION
- SCALAR_FUNCTIONNon-builtin permanent scalar function.
- PROCEDURE
- PROCEDUREStored procedure.
- "ROUTINE_TYPE_UNSPECIFIED"
- ROUTINE_TYPE_UNSPECIFIEDUnspecified type.
- "SCALAR_FUNCTION"
- SCALAR_FUNCTIONNon-builtin permanent scalar function.
- "PROCEDURE"
- PROCEDUREStored 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
[]GoogleCloud 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<GoogleCloud 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
GoogleCloud 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[GoogleCloud 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
[]GoogleCloud Datacatalog V1Column Schema Response 
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns
List<GoogleCloud Datacatalog V1Column Schema Response> 
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns
GoogleCloud Datacatalog V1Column Schema Response[] 
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns
Sequence[GoogleCloud Datacatalog V1Column Schema Response] 
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
- columns List<Property Map>
- The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
GoogleCloudDatacatalogV1ServiceSpec, GoogleCloudDatacatalogV1ServiceSpecArgs          
- CloudBigtable Pulumi.Instance Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable Instance Spec 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- CloudBigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloudBigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloudBigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloud_bigtable_ Googleinstance_ spec Cloud Datacatalog V1Cloud Bigtable Instance Spec 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloudBigtable Property MapInstance Spec 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
GoogleCloudDatacatalogV1ServiceSpecResponse, GoogleCloudDatacatalogV1ServiceSpecResponseArgs            
- CloudBigtable Pulumi.Instance Spec Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- CloudBigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloudBigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloudBigtable GoogleInstance Spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloud_bigtable_ Googleinstance_ spec Cloud Datacatalog V1Cloud Bigtable Instance Spec Response 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
- cloudBigtable Property MapInstance Spec 
- Specification that applies to Instance entries of CLOUD_BIGTABLEsystem.
GoogleCloudDatacatalogV1SqlDatabaseSystemSpec, GoogleCloudDatacatalogV1SqlDatabaseSystemSpecArgs              
- DatabaseVersion string
- Version of the database engine.
- InstanceHost string
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- SqlEngine string
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- DatabaseVersion string
- Version of the database engine.
- InstanceHost string
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- SqlEngine string
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- databaseVersion String
- Version of the database engine.
- instanceHost String
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sqlEngine String
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- databaseVersion string
- Version of the database engine.
- instanceHost string
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sqlEngine string
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- database_version str
- Version of the database engine.
- instance_host str
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sql_engine str
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- databaseVersion String
- Version of the database engine.
- instanceHost String
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sqlEngine String
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponse, GoogleCloudDatacatalogV1SqlDatabaseSystemSpecResponseArgs                
- DatabaseVersion string
- Version of the database engine.
- InstanceHost string
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- SqlEngine string
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- DatabaseVersion string
- Version of the database engine.
- InstanceHost string
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- SqlEngine string
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- databaseVersion String
- Version of the database engine.
- instanceHost String
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sqlEngine String
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- databaseVersion string
- Version of the database engine.
- instanceHost string
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sqlEngine string
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- database_version str
- Version of the database engine.
- instance_host str
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sql_engine str
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
- databaseVersion String
- Version of the database engine.
- instanceHost String
- Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
- sqlEngine String
- SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
GoogleCloudDatacatalogV1StoragePropertiesResponse, GoogleCloudDatacatalogV1StoragePropertiesResponseArgs            
- FilePattern List<string>
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- FileType string
- File type in MIME format, for example, text/plain.
- FilePattern []string
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- FileType string
- File type in MIME format, for example, text/plain.
- filePattern List<String>
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- fileType String
- File type in MIME format, for example, text/plain.
- filePattern string[]
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- fileType string
- File type in MIME format, for example, text/plain.
- file_pattern Sequence[str]
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- file_type str
- File type in MIME format, for example, text/plain.
- filePattern List<String>
- Patterns to identify a set of files for this fileset. Examples of a valid file_pattern: *gs://bucket_name/dir/*: matches all files in thebucket_name/dirdirectory *gs://bucket_name/dir/**: matches all files in thebucket_name/dirand all subdirectories recursively *gs://bucket_name/file*: matches files prefixed byfileinbucket_name*gs://bucket_name/??.txt: matches files with two characters followed by.txtinbucket_name*gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by.txtinbucket_name*gs://bucket_name/[a-m].txt: matches files that containa,b, ... ormfollowed by.txtinbucket_name*gs://bucket_name/a/*/b: matches all files inbucket_namethat match thea/*/bpattern, such asa/c/b,a/d/b*gs://another_bucket/a.txt: matchesgs://another_bucket/a.txt
- fileType String
- File type in MIME format, for example, text/plain.
GoogleCloudDatacatalogV1SystemTimestamps, GoogleCloudDatacatalogV1SystemTimestampsArgs          
- CreateTime string
- Creation timestamp of the resource within the given system.
- UpdateTime string
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- CreateTime string
- Creation timestamp of the resource within the given system.
- UpdateTime string
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- createTime String
- Creation timestamp of the resource within the given system.
- updateTime String
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- createTime string
- Creation timestamp of the resource within the given system.
- updateTime string
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- create_time str
- Creation timestamp of the resource within the given system.
- update_time str
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- createTime String
- Creation timestamp of the resource within the given system.
- updateTime String
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
GoogleCloudDatacatalogV1SystemTimestampsResponse, GoogleCloudDatacatalogV1SystemTimestampsResponseArgs            
- CreateTime string
- Creation timestamp of the resource within the given system.
- ExpireTime string
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- UpdateTime string
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- CreateTime string
- Creation timestamp of the resource within the given system.
- ExpireTime string
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- UpdateTime string
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- createTime String
- Creation timestamp of the resource within the given system.
- expireTime String
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- updateTime String
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- createTime string
- Creation timestamp of the resource within the given system.
- expireTime string
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- updateTime string
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- create_time str
- Creation timestamp of the resource within the given system.
- expire_time str
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- update_time str
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
- createTime String
- Creation timestamp of the resource within the given system.
- expireTime String
- Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
- updateTime String
- Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.
GoogleCloudDatacatalogV1TableSpecResponse, GoogleCloudDatacatalogV1TableSpecResponseArgs            
- GroupedEntry string
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- GroupedEntry string
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- groupedEntry String
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- groupedEntry string
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- grouped_entry str
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
- groupedEntry String
- If the table is date-sharded, that is, it matches the [prefix]YYYYMMDDname pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example:projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}. Otherwise,grouped_entryis empty.
GoogleCloudDatacatalogV1UsageSignal, GoogleCloudDatacatalogV1UsageSignalArgs          
- CommonUsage Dictionary<string, string>Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- FavoriteCount string
- Favorite count in the source system.
- UpdateTime string
- The end timestamp of the duration of usage statistics.
- CommonUsage map[string]stringWithin Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- FavoriteCount string
- Favorite count in the source system.
- UpdateTime string
- The end timestamp of the duration of usage statistics.
- commonUsage Map<String,String>Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favoriteCount String
- Favorite count in the source system.
- updateTime String
- The end timestamp of the duration of usage statistics.
- commonUsage {[key: string]: string}Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favoriteCount string
- Favorite count in the source system.
- updateTime string
- The end timestamp of the duration of usage statistics.
- 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.
- commonUsage Map<String>Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favoriteCount String
- Favorite count in the source system.
- updateTime String
- The end timestamp of the duration of usage statistics.
GoogleCloudDatacatalogV1UsageSignalResponse, GoogleCloudDatacatalogV1UsageSignalResponseArgs            
- CommonUsage Dictionary<string, string>Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- FavoriteCount string
- Favorite count in the source system.
- UpdateTime string
- The end timestamp of the duration of usage statistics.
- UsageWithin Dictionary<string, string>Time Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- CommonUsage map[string]stringWithin Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- FavoriteCount string
- Favorite count in the source system.
- UpdateTime string
- The end timestamp of the duration of usage statistics.
- UsageWithin map[string]stringTime Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- commonUsage Map<String,String>Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favoriteCount String
- Favorite count in the source system.
- updateTime String
- The end timestamp of the duration of usage statistics.
- usageWithin Map<String,String>Time Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- commonUsage {[key: string]: string}Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favoriteCount string
- Favorite count in the source system.
- updateTime string
- The end timestamp of the duration of usage statistics.
- usageWithin {[key: string]: string}Time Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- common_usage_ Mapping[str, str]within_ time_ range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favorite_count str
- Favorite count in the source system.
- update_time str
- The end timestamp of the duration of usage statistics.
- usage_within_ Mapping[str, str]time_ range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
- commonUsage Map<String>Within Time Range 
- Common usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D", "Lifetime"}.
- favoriteCount String
- Favorite count in the source system.
- updateTime String
- The end timestamp of the duration of usage statistics.
- usageWithin Map<String>Time Range 
- BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are {"24H", "7D", "30D"}.
GoogleCloudDatacatalogV1VertexDatasetSpec, GoogleCloudDatacatalogV1VertexDatasetSpecArgs            
- DataItem stringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- DataType Pulumi.Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Vertex Dataset Spec Data Type 
- Type of the dataset.
- DataItem stringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- DataType GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type 
- Type of the dataset.
- dataItem StringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- dataType GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type 
- Type of the dataset.
- dataItem stringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- dataType GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type 
- Type of the dataset.
- data_item_ strcount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- data_type GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type 
- Type of the dataset.
- dataItem StringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- dataType "DATA_TYPE_UNSPECIFIED" | "TABLE" | "IMAGE" | "TEXT" | "VIDEO" | "CONVERSATION" | "TIME_SERIES" | "DOCUMENT" | "TEXT_TO_SPEECH" | "TRANSLATION" | "STORE_VISION" | "ENTERPRISE_KNOWLEDGE_GRAPH" | "TEXT_PROMPT"
- Type of the dataset.
GoogleCloudDatacatalogV1VertexDatasetSpecDataType, GoogleCloudDatacatalogV1VertexDatasetSpecDataTypeArgs                
- DataType Unspecified 
- DATA_TYPE_UNSPECIFIEDShould not be used.
- Table
- TABLEStructured data dataset.
- Image
- IMAGEImage dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
- Text
- TEXTDocument dataset which supports TextClassification, TextExtraction and TextSentiment problems.
- Video
- VIDEOVideo dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
- Conversation
- CONVERSATIONConversation dataset which supports conversation problems.
- TimeSeries 
- TIME_SERIESTimeSeries dataset.
- Document
- DOCUMENTDocument dataset which supports DocumentAnnotation problems.
- TextTo Speech 
- TEXT_TO_SPEECHTextToSpeech dataset which supports TextToSpeech problems.
- Translation
- TRANSLATIONTranslation dataset which supports Translation problems.
- StoreVision 
- STORE_VISIONStore Vision dataset which is used for HITL integration.
- EnterpriseKnowledge Graph 
- ENTERPRISE_KNOWLEDGE_GRAPHEnterprise Knowledge Graph dataset which is used for HITL labeling integration.
- TextPrompt 
- TEXT_PROMPTText prompt dataset which supports Large Language Models.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Data Type Unspecified 
- DATA_TYPE_UNSPECIFIEDShould not be used.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Table 
- TABLEStructured data dataset.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Image 
- IMAGEImage dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Text 
- TEXTDocument dataset which supports TextClassification, TextExtraction and TextSentiment problems.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Video 
- VIDEOVideo dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Conversation 
- CONVERSATIONConversation dataset which supports conversation problems.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Time Series 
- TIME_SERIESTimeSeries dataset.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Document 
- DOCUMENTDocument dataset which supports DocumentAnnotation problems.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Text To Speech 
- TEXT_TO_SPEECHTextToSpeech dataset which supports TextToSpeech problems.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Translation 
- TRANSLATIONTranslation dataset which supports Translation problems.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Store Vision 
- STORE_VISIONStore Vision dataset which is used for HITL integration.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Enterprise Knowledge Graph 
- ENTERPRISE_KNOWLEDGE_GRAPHEnterprise Knowledge Graph dataset which is used for HITL labeling integration.
- GoogleCloud Datacatalog V1Vertex Dataset Spec Data Type Text Prompt 
- TEXT_PROMPTText prompt dataset which supports Large Language Models.
- DataType Unspecified 
- DATA_TYPE_UNSPECIFIEDShould not be used.
- Table
- TABLEStructured data dataset.
- Image
- IMAGEImage dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
- Text
- TEXTDocument dataset which supports TextClassification, TextExtraction and TextSentiment problems.
- Video
- VIDEOVideo dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
- Conversation
- CONVERSATIONConversation dataset which supports conversation problems.
- TimeSeries 
- TIME_SERIESTimeSeries dataset.
- Document
- DOCUMENTDocument dataset which supports DocumentAnnotation problems.
- TextTo Speech 
- TEXT_TO_SPEECHTextToSpeech dataset which supports TextToSpeech problems.
- Translation
- TRANSLATIONTranslation dataset which supports Translation problems.
- StoreVision 
- STORE_VISIONStore Vision dataset which is used for HITL integration.
- EnterpriseKnowledge Graph 
- ENTERPRISE_KNOWLEDGE_GRAPHEnterprise Knowledge Graph dataset which is used for HITL labeling integration.
- TextPrompt 
- TEXT_PROMPTText prompt dataset which supports Large Language Models.
- DataType Unspecified 
- DATA_TYPE_UNSPECIFIEDShould not be used.
- Table
- TABLEStructured data dataset.
- Image
- IMAGEImage dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
- Text
- TEXTDocument dataset which supports TextClassification, TextExtraction and TextSentiment problems.
- Video
- VIDEOVideo dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
- Conversation
- CONVERSATIONConversation dataset which supports conversation problems.
- TimeSeries 
- TIME_SERIESTimeSeries dataset.
- Document
- DOCUMENTDocument dataset which supports DocumentAnnotation problems.
- TextTo Speech 
- TEXT_TO_SPEECHTextToSpeech dataset which supports TextToSpeech problems.
- Translation
- TRANSLATIONTranslation dataset which supports Translation problems.
- StoreVision 
- STORE_VISIONStore Vision dataset which is used for HITL integration.
- EnterpriseKnowledge Graph 
- ENTERPRISE_KNOWLEDGE_GRAPHEnterprise Knowledge Graph dataset which is used for HITL labeling integration.
- TextPrompt 
- TEXT_PROMPTText prompt dataset which supports Large Language Models.
- DATA_TYPE_UNSPECIFIED
- DATA_TYPE_UNSPECIFIEDShould not be used.
- TABLE
- TABLEStructured data dataset.
- IMAGE
- IMAGEImage dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
- TEXT
- TEXTDocument dataset which supports TextClassification, TextExtraction and TextSentiment problems.
- VIDEO
- VIDEOVideo dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
- CONVERSATION
- CONVERSATIONConversation dataset which supports conversation problems.
- TIME_SERIES
- TIME_SERIESTimeSeries dataset.
- DOCUMENT
- DOCUMENTDocument dataset which supports DocumentAnnotation problems.
- TEXT_TO_SPEECH
- TEXT_TO_SPEECHTextToSpeech dataset which supports TextToSpeech problems.
- TRANSLATION
- TRANSLATIONTranslation dataset which supports Translation problems.
- STORE_VISION
- STORE_VISIONStore Vision dataset which is used for HITL integration.
- ENTERPRISE_KNOWLEDGE_GRAPH
- ENTERPRISE_KNOWLEDGE_GRAPHEnterprise Knowledge Graph dataset which is used for HITL labeling integration.
- TEXT_PROMPT
- TEXT_PROMPTText prompt dataset which supports Large Language Models.
- "DATA_TYPE_UNSPECIFIED"
- DATA_TYPE_UNSPECIFIEDShould not be used.
- "TABLE"
- TABLEStructured data dataset.
- "IMAGE"
- IMAGEImage dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
- "TEXT"
- TEXTDocument dataset which supports TextClassification, TextExtraction and TextSentiment problems.
- "VIDEO"
- VIDEOVideo dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
- "CONVERSATION"
- CONVERSATIONConversation dataset which supports conversation problems.
- "TIME_SERIES"
- TIME_SERIESTimeSeries dataset.
- "DOCUMENT"
- DOCUMENTDocument dataset which supports DocumentAnnotation problems.
- "TEXT_TO_SPEECH"
- TEXT_TO_SPEECHTextToSpeech dataset which supports TextToSpeech problems.
- "TRANSLATION"
- TRANSLATIONTranslation dataset which supports Translation problems.
- "STORE_VISION"
- STORE_VISIONStore Vision dataset which is used for HITL integration.
- "ENTERPRISE_KNOWLEDGE_GRAPH"
- ENTERPRISE_KNOWLEDGE_GRAPHEnterprise Knowledge Graph dataset which is used for HITL labeling integration.
- "TEXT_PROMPT"
- TEXT_PROMPTText prompt dataset which supports Large Language Models.
GoogleCloudDatacatalogV1VertexDatasetSpecResponse, GoogleCloudDatacatalogV1VertexDatasetSpecResponseArgs              
- DataItem stringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- DataType string
- Type of the dataset.
- DataItem stringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- DataType string
- Type of the dataset.
- dataItem StringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- dataType String
- Type of the dataset.
- dataItem stringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- dataType string
- Type of the dataset.
- data_item_ strcount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- data_type str
- Type of the dataset.
- dataItem StringCount 
- The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- dataType String
- Type of the dataset.
GoogleCloudDatacatalogV1VertexModelSourceInfo, GoogleCloudDatacatalogV1VertexModelSourceInfoArgs              
- Copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- SourceType Pulumi.Google Native. Data Catalog. V1. Google Cloud Datacatalog V1Vertex Model Source Info Source Type 
- Type of the model source.
- Copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- SourceType GoogleCloud Datacatalog V1Vertex Model Source Info Source Type 
- Type of the model source.
- copy Boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType GoogleCloud Datacatalog V1Vertex Model Source Info Source Type 
- Type of the model source.
- copy boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType GoogleCloud Datacatalog V1Vertex Model Source Info Source Type 
- Type of the model source.
- copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- source_type GoogleCloud Datacatalog V1Vertex Model Source Info Source Type 
- Type of the model source.
- copy Boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType "MODEL_SOURCE_TYPE_UNSPECIFIED" | "AUTOML" | "CUSTOM" | "BQML" | "MODEL_GARDEN"
- Type of the model source.
GoogleCloudDatacatalogV1VertexModelSourceInfoResponse, GoogleCloudDatacatalogV1VertexModelSourceInfoResponseArgs                
- Copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- SourceType string
- Type of the model source.
- Copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- SourceType string
- Type of the model source.
- copy Boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType String
- Type of the model source.
- copy boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType string
- Type of the model source.
- copy bool
- If this Model is copy of another Model. If true then source_type pertains to the original.
- source_type str
- Type of the model source.
- copy Boolean
- If this Model is copy of another Model. If true then source_type pertains to the original.
- sourceType String
- Type of the model source.
GoogleCloudDatacatalogV1VertexModelSourceInfoSourceType, GoogleCloudDatacatalogV1VertexModelSourceInfoSourceTypeArgs                  
- ModelSource Type Unspecified 
- MODEL_SOURCE_TYPE_UNSPECIFIEDShould not be used.
- Automl
- AUTOMLThe Model is uploaded by automl training pipeline.
- Custom
- CUSTOMThe Model is uploaded by user or custom training pipeline.
- Bqml
- BQMLThe Model is registered and sync'ed from BigQuery ML.
- ModelGarden 
- MODEL_GARDENThe Model is saved or tuned from Model Garden.
- GoogleCloud Datacatalog V1Vertex Model Source Info Source Type Model Source Type Unspecified 
- MODEL_SOURCE_TYPE_UNSPECIFIEDShould not be used.
- GoogleCloud Datacatalog V1Vertex Model Source Info Source Type Automl 
- AUTOMLThe Model is uploaded by automl training pipeline.
- GoogleCloud Datacatalog V1Vertex Model Source Info Source Type Custom 
- CUSTOMThe Model is uploaded by user or custom training pipeline.
- GoogleCloud Datacatalog V1Vertex Model Source Info Source Type Bqml 
- BQMLThe Model is registered and sync'ed from BigQuery ML.
- GoogleCloud Datacatalog V1Vertex Model Source Info Source Type Model Garden 
- MODEL_GARDENThe Model is saved or tuned from Model Garden.
- ModelSource Type Unspecified 
- MODEL_SOURCE_TYPE_UNSPECIFIEDShould not be used.
- Automl
- AUTOMLThe Model is uploaded by automl training pipeline.
- Custom
- CUSTOMThe Model is uploaded by user or custom training pipeline.
- Bqml
- BQMLThe Model is registered and sync'ed from BigQuery ML.
- ModelGarden 
- MODEL_GARDENThe Model is saved or tuned from Model Garden.
- ModelSource Type Unspecified 
- MODEL_SOURCE_TYPE_UNSPECIFIEDShould not be used.
- Automl
- AUTOMLThe Model is uploaded by automl training pipeline.
- Custom
- CUSTOMThe Model is uploaded by user or custom training pipeline.
- Bqml
- BQMLThe Model is registered and sync'ed from BigQuery ML.
- ModelGarden 
- MODEL_GARDENThe Model is saved or tuned from Model Garden.
- MODEL_SOURCE_TYPE_UNSPECIFIED
- MODEL_SOURCE_TYPE_UNSPECIFIEDShould not be used.
- AUTOML
- AUTOMLThe Model is uploaded by automl training pipeline.
- CUSTOM
- CUSTOMThe Model is uploaded by user or custom training pipeline.
- BQML
- BQMLThe Model is registered and sync'ed from BigQuery ML.
- MODEL_GARDEN
- MODEL_GARDENThe Model is saved or tuned from Model Garden.
- "MODEL_SOURCE_TYPE_UNSPECIFIED"
- MODEL_SOURCE_TYPE_UNSPECIFIEDShould not be used.
- "AUTOML"
- AUTOMLThe Model is uploaded by automl training pipeline.
- "CUSTOM"
- CUSTOMThe Model is uploaded by user or custom training pipeline.
- "BQML"
- BQMLThe Model is registered and sync'ed from BigQuery ML.
- "MODEL_GARDEN"
- MODEL_GARDENThe Model is saved or tuned from Model Garden.
GoogleCloudDatacatalogV1VertexModelSpec, GoogleCloudDatacatalogV1VertexModelSpecArgs            
- ContainerImage stringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- VersionAliases List<string>
- User provided version aliases so that a model version can be referenced via alias
- VersionDescription string
- The description of this version.
- VersionId string
- The version ID of the model.
- VertexModel Pulumi.Source Info Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Vertex Model Source Info 
- Source of a Vertex model.
- ContainerImage stringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- VersionAliases []string
- User provided version aliases so that a model version can be referenced via alias
- VersionDescription string
- The description of this version.
- VersionId string
- The version ID of the model.
- VertexModel GoogleSource Info Cloud Datacatalog V1Vertex Model Source Info 
- Source of a Vertex model.
- containerImage StringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- versionAliases List<String>
- User provided version aliases so that a model version can be referenced via alias
- versionDescription String
- The description of this version.
- versionId String
- The version ID of the model.
- vertexModel GoogleSource Info Cloud Datacatalog V1Vertex Model Source Info 
- Source of a Vertex model.
- containerImage stringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- versionAliases string[]
- User provided version aliases so that a model version can be referenced via alias
- versionDescription string
- The description of this version.
- versionId string
- The version ID of the model.
- vertexModel GoogleSource Info Cloud Datacatalog V1Vertex Model Source Info 
- Source of a Vertex model.
- container_image_ struri 
- URI of the Docker image to be used as the custom container for serving predictions.
- version_aliases Sequence[str]
- User provided version aliases so that a model version can be referenced via alias
- version_description str
- The description of this version.
- version_id str
- The version ID of the model.
- vertex_model_ Googlesource_ info Cloud Datacatalog V1Vertex Model Source Info 
- Source of a Vertex model.
- containerImage StringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- versionAliases List<String>
- User provided version aliases so that a model version can be referenced via alias
- versionDescription String
- The description of this version.
- versionId String
- The version ID of the model.
- vertexModel Property MapSource Info 
- Source of a Vertex model.
GoogleCloudDatacatalogV1VertexModelSpecResponse, GoogleCloudDatacatalogV1VertexModelSpecResponseArgs              
- ContainerImage stringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- VersionAliases List<string>
- User provided version aliases so that a model version can be referenced via alias
- VersionDescription string
- The description of this version.
- VersionId string
- The version ID of the model.
- VertexModel Pulumi.Source Info Google Native. Data Catalog. V1. Inputs. Google Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- ContainerImage stringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- VersionAliases []string
- User provided version aliases so that a model version can be referenced via alias
- VersionDescription string
- The description of this version.
- VersionId string
- The version ID of the model.
- VertexModel GoogleSource Info Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- containerImage StringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- versionAliases List<String>
- User provided version aliases so that a model version can be referenced via alias
- versionDescription String
- The description of this version.
- versionId String
- The version ID of the model.
- vertexModel GoogleSource Info Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- containerImage stringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- versionAliases string[]
- User provided version aliases so that a model version can be referenced via alias
- versionDescription string
- The description of this version.
- versionId string
- The version ID of the model.
- vertexModel GoogleSource Info Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- container_image_ struri 
- URI of the Docker image to be used as the custom container for serving predictions.
- version_aliases Sequence[str]
- User provided version aliases so that a model version can be referenced via alias
- version_description str
- The description of this version.
- version_id str
- The version ID of the model.
- vertex_model_ Googlesource_ info Cloud Datacatalog V1Vertex Model Source Info Response 
- Source of a Vertex model.
- containerImage StringUri 
- URI of the Docker image to be used as the custom container for serving predictions.
- versionAliases List<String>
- User provided version aliases so that a model version can be referenced via alias
- versionDescription String
- The description of this version.
- versionId String
- The version ID of the model.
- vertexModel Property MapSource Info 
- Source of a Vertex model.
GoogleCloudDatacatalogV1ViewSpecResponse, GoogleCloudDatacatalogV1ViewSpecResponseArgs            
- ViewQuery string
- The query that defines the table view.
- ViewQuery string
- The query that defines the table view.
- viewQuery String
- The query that defines the table view.
- viewQuery string
- The query that defines the table view.
- view_query str
- The query that defines the table view.
- viewQuery String
- The query that defines the table view.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.