google_api_data_catalog v0.5.0 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1Entry View Source
Entry Metadata.
A Data Catalog Entry resource represents another resource in Google
Cloud Platform, such as a BigQuery dataset or a Cloud Pub/Sub topic.
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.
Attributes
bigqueryDateShardedSpec
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec.t
, default:nil
) - Specification for a group of BigQuery tables with name pattern[prefix]YYYYMMDD
. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.bigqueryTableSpec
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryTableSpec.t
, default:nil
) - Specification that applies to a BigQuery table. This is only valid on entries of typeTABLE
.description
(type:String.t
, default:nil
) - Entry description, which can consist of several sentences or paragraphs that describe entry contents. Default value is an empty string.displayName
(type:String.t
, default:nil
) - Display information such as title and description. A short name to identify the entry, for example, "Analytics Data - Jan 2011". Default value is an empty string.gcsFilesetSpec
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1GcsFilesetSpec.t
, default:nil
) - Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET.linkedResource
(type:String.t
, default:nil
) - Output only. The resource this metadata entry refers to.For Google Cloud Platform resources,
linked_resource
is the full name of the resource. For example, thelinked_resource
for a table resource from BigQuery is:- //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
name
(type:String.t
, default:nil
) - The Data Catalog resource name of the entry in URL format. Example:- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Note that this Entry and its child resources may not actually be stored in the location in this name.
schema
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1Schema.t
, default:nil
) - Schema of the entry. An entry might not have any schema attached to it.sourceSystemTimestamps
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps.t
, default:nil
) - Output only. Timestamps about the underlying Google Cloud Platform resource, not about this Data Catalog Entry.type
(type:String.t
, default:nil
) - The type of the entry.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1Entry{ bigqueryDateShardedSpec: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec.t(), bigqueryTableSpec: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryTableSpec.t(), description: String.t(), displayName: String.t(), gcsFilesetSpec: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1GcsFilesetSpec.t(), linkedResource: String.t(), name: String.t(), schema: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1Schema.t(), sourceSystemTimestamps: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps.t(), type: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.