API documentation for datacatalog_v1.types
package.
Classes
BigQueryDateShardedSpec
Spec for a group of BigQuery tables with name pattern
[prefix]YYYYMMDD
. Context:
https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding
BigQueryTableSpec
Describes a BigQuery table.
ColumnSchema
Representation of a column within a schema. Columns could be nested inside other columns.
CreateEntryGroupRequest
Request message for CreateEntryGroup.
CreateEntryRequest
Request message for CreateEntry.
CreateTagRequest
Request message for CreateTag.
CreateTagTemplateFieldRequest
Request message for CreateTagTemplateField.
CreateTagTemplateRequest
Request message for CreateTagTemplate.
DeleteEntryGroupRequest
Request message for DeleteEntryGroup.
DeleteEntryRequest
Request message for DeleteEntry.
DeleteTagRequest
Request message for DeleteTag.
DeleteTagTemplateFieldRequest
Request message for DeleteTagTemplateField.
DeleteTagTemplateRequest
Request message for DeleteTagTemplate.
Entry
Entry Metadata. A Data Catalog Entry resource represents another
resource in Google Cloud Platform (such as a BigQuery dataset or a
Pub/Sub topic) or outside of Google Cloud Platform. Clients can use
the linked_resource
field in the Entry resource to refer to the
original resource ID of the source system.
An Entry resource contains resource details, such as its schema. An Entry can also be used to attach flexible metadata, such as a Tag.
EntryGroup
EntryGroup Metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.
EntryType
Entry resources in Data Catalog can be of different types e.g. a
BigQuery Table entry is of type TABLE
. This enum describes all
the possible types Data Catalog contains.
FieldType
GcsFileSpec
Specifications of a single file in Cloud Storage.
GcsFilesetSpec
Describes a Cloud Storage fileset entry.
GetEntryGroupRequest
Request message for GetEntryGroup.
GetEntryRequest
Request message for GetEntry.
GetTagTemplateRequest
Request message for GetTagTemplate.
ListEntriesRequest
Request message for ListEntries.
ListEntriesResponse
Response message for ListEntries.
ListEntryGroupsRequest
Request message for ListEntryGroups.
ListEntryGroupsResponse
Response message for ListEntryGroups.
ListTagsRequest
Request message for ListTags.
ListTagsResponse
Response message for ListTags.
LookupEntryRequest
Request message for LookupEntry.
RenameTagTemplateFieldRequest
Request message for RenameTagTemplateField.
Schema
Represents a schema (e.g. BigQuery, GoogleSQL, Avro schema).
SearchCatalogRequest
Request message for SearchCatalog.
SearchCatalogResponse
Response message for SearchCatalog.
SearchCatalogResult
A result that appears in the response of a search request. Each result captures details of one entry that matches the search.
SearchResultType
The different types of resources that can be returned in search.
SystemTimestamps
Timestamps about this resource according to a particular system.
TableSourceType
Table source type.
TableSpec
Normal BigQuery table spec.
Tag
Tags are used to attach custom metadata to Data Catalog resources. Tags conform to the specifications within their tag template.
See Data Catalog
IAM <https://cloud.google.com/data-catalog/docs/concepts/iam>
__ for
information on the permissions needed to create or view tags.
TagField
Contains the value and supporting information for a field within a Tag.
TagTemplate
A tag template defines a tag, which can have one or more typed
fields. The template is used to create and attach the tag to GCP
resources. Tag template
roles <https://cloud.google.com/iam/docs/understanding-roles#data-catalog-roles>
provide permissions to create, edit, and use the template. See, for
example, the TagTemplate
User <https://cloud.google.com/data-catalog/docs/how-to/template-user>
role, which includes permission to use the tag template to tag
resources.
TagTemplateField
The template for an individual field within a tag template.
UpdateEntryGroupRequest
Request message for UpdateEntryGroup.
UpdateEntryRequest
Request message for UpdateEntry.
UpdateTagRequest
Request message for UpdateTag.
UpdateTagTemplateFieldRequest
Request message for UpdateTagTemplateField.
UpdateTagTemplateRequest
Request message for UpdateTagTemplate.
ViewSpec
Table view specification.