Show / Hide Table of Contents

Namespace Google.Apis.DataCatalog.v1.Data

Classes

Binding

Associates members, or principals, with a role.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

Expr

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

GetIamPolicyRequest

Request message for GetIamPolicy method.

GetPolicyOptions

Encapsulates settings provided to GetIamPolicy.

GoogleCloudDatacatalogV1BigQueryConnectionSpec

Specification for the BigQuery connection.

GoogleCloudDatacatalogV1BigQueryDateShardedSpec

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern. For more information, see Introduction to partitioned tables.

GoogleCloudDatacatalogV1BigQueryRoutineSpec

Fields specific for BigQuery routines.

GoogleCloudDatacatalogV1BigQueryTableSpec

Describes a BigQuery table.

GoogleCloudDatacatalogV1BusinessContext

Business Context of the entry.

GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec

Specification for the BigQuery connection to a Cloud SQL instance.

GoogleCloudDatacatalogV1ColumnSchema

A column within a schema. Columns can be nested inside other columns.

GoogleCloudDatacatalogV1Contacts

Contact people for the entry.

GoogleCloudDatacatalogV1ContactsPerson

A contact person for the entry.

GoogleCloudDatacatalogV1CrossRegionalSource

Cross-regional source used to import an existing taxonomy into a different region.

GoogleCloudDatacatalogV1DatabaseTableSpec

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

GoogleCloudDatacatalogV1DataplexExternalTable

External table registered by Dataplex. Dataplex publishes data discovered from an asset into multiple other systems (BigQuery, DPMS) in form of tables. We call them "external tables". External tables are also synced into the Data Catalog. This message contains pointers to those external tables (fully qualified name, resource name et cetera) within the Data Catalog.

GoogleCloudDatacatalogV1DataplexFilesetSpec

Entry specyfication for a Dataplex fileset.

GoogleCloudDatacatalogV1DataplexSpec

Common Dataplex fields.

GoogleCloudDatacatalogV1DataplexTableSpec

Entry specification for a Dataplex table.

GoogleCloudDatacatalogV1DataSource

Physical location of an entry.

GoogleCloudDatacatalogV1DataSourceConnectionSpec

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

GoogleCloudDatacatalogV1Entry

Entry metadata. A Data Catalog entry represents another resource in Google Cloud Platform (such as a BigQuery dataset or a Pub/Sub topic) or outside of it. You 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, for example, its schema. Additionally, you can attach flexible metadata to an entry in the form of a Tag.

GoogleCloudDatacatalogV1EntryGroup

Entry group metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.

GoogleCloudDatacatalogV1EntryOverview

Entry overview fields for rich text descriptions of entries.

GoogleCloudDatacatalogV1ExportTaxonomiesResponse

Response message for ExportTaxonomies.

GoogleCloudDatacatalogV1FieldType

GoogleCloudDatacatalogV1FieldTypeEnumType

GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue

GoogleCloudDatacatalogV1FilesetSpec

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

GoogleCloudDatacatalogV1GcsFilesetSpec

Describes a Cloud Storage fileset entry.

GoogleCloudDatacatalogV1GcsFileSpec

Specification of a single file in Cloud Storage.

GoogleCloudDatacatalogV1ImportTaxonomiesRequest

Request message for ImportTaxonomies.

GoogleCloudDatacatalogV1ImportTaxonomiesResponse

Response message for ImportTaxonomies.

GoogleCloudDatacatalogV1InlineSource

Inline source containing taxonomies to import.

GoogleCloudDatacatalogV1ListEntriesResponse

Response message for ListEntries.

GoogleCloudDatacatalogV1ListEntryGroupsResponse

Response message for ListEntryGroups.

GoogleCloudDatacatalogV1ListPolicyTagsResponse

Response message for ListPolicyTags.

GoogleCloudDatacatalogV1ListTagsResponse

Response message for ListTags.

GoogleCloudDatacatalogV1ListTaxonomiesResponse

Response message for ListTaxonomies.

GoogleCloudDatacatalogV1ModifyEntryContactsRequest

Request message for ModifyEntryContacts.

GoogleCloudDatacatalogV1ModifyEntryOverviewRequest

Request message for ModifyEntryOverview.

GoogleCloudDatacatalogV1PersonalDetails

Entry metadata relevant only to the user and private to them.

GoogleCloudDatacatalogV1PhysicalSchema

Native schema used by a resource represented as an entry. Used by query engines for deserializing and parsing source data.

GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema

Schema in Avro JSON format.

GoogleCloudDatacatalogV1PhysicalSchemaCsvSchema

Marks a CSV-encoded data source.

GoogleCloudDatacatalogV1PhysicalSchemaOrcSchema

Marks an ORC-encoded data source.

GoogleCloudDatacatalogV1PhysicalSchemaParquetSchema

Marks a Parquet-encoded data source.

GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema

Schema in protocol buffer format.

GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema

Schema in Thrift format.

GoogleCloudDatacatalogV1PolicyTag

Denotes one policy tag in a taxonomy, for example, SSN. Policy tags can be defined in a hierarchy. For example: + Geolocation + LatLong + City + ZipCode Where the "Geolocation" policy tag contains three children.

GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest

Request message for RenameTagTemplateFieldEnumValue.

GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest

Request message for RenameTagTemplateField.

GoogleCloudDatacatalogV1ReplaceTaxonomyRequest

Request message for ReplaceTaxonomy.

GoogleCloudDatacatalogV1RoutineSpec

Specification that applies to a routine. Valid only for entries with the ROUTINE type.

GoogleCloudDatacatalogV1RoutineSpecArgument

Input or output argument of a function or stored procedure.

GoogleCloudDatacatalogV1Schema

Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.

GoogleCloudDatacatalogV1SearchCatalogRequest

Request message for SearchCatalog.

GoogleCloudDatacatalogV1SearchCatalogRequestScope

The criteria that select the subspace used for query matching.

GoogleCloudDatacatalogV1SearchCatalogResponse

Response message for SearchCatalog.

GoogleCloudDatacatalogV1SearchCatalogResult

Result in the response to a search request. Each result captures details of one entry that matches the search.

GoogleCloudDatacatalogV1SerializedPolicyTag

A nested protocol buffer that represents a policy tag and all its descendants.

GoogleCloudDatacatalogV1SerializedTaxonomy

A nested protocol buffer that represents a taxonomy and the hierarchy of its policy tags. Used for taxonomy replacement, import, and export.

GoogleCloudDatacatalogV1StarEntryRequest

Request message for StarEntry.

GoogleCloudDatacatalogV1StarEntryResponse

Response message for StarEntry. Empty for now

GoogleCloudDatacatalogV1StorageProperties

Details the properties of the underlying storage.

GoogleCloudDatacatalogV1SystemTimestamps

Timestamps associated with this resource in a particular system.

GoogleCloudDatacatalogV1TableSpec

Normal BigQuery table specification.

GoogleCloudDatacatalogV1Tag

Tags contain custom metadata and are attached to Data Catalog resources. Tags conform with the specification of their tag template. See Data Catalog IAM for information on the permissions needed to create or view tags.

GoogleCloudDatacatalogV1TagField

Contains the value and additional information on a field within a Tag.

GoogleCloudDatacatalogV1TagFieldEnumValue

An enum value.

GoogleCloudDatacatalogV1TagTemplate

A tag template defines a tag that can have one or more typed fields. The template is used to create tags that are attached to GCP resources. Tag template roles provide permissions to create, edit, and use the template. For example, see the TagTemplate User role that includes a permission to use the tag template to tag resources.

GoogleCloudDatacatalogV1TagTemplateField

The template for an individual field within a tag template.

GoogleCloudDatacatalogV1Taxonomy

A taxonomy is a collection of hierarchical policy tags that classify data along a common axis. For example, a "data sensitivity" taxonomy might contain the following policy tags: + PII + Account number + Age + SSN + Zipcode + Financials + Revenue A "data origin" taxonomy might contain the following policy tags: + User data + Employee data + Partner data + Public data

GoogleCloudDatacatalogV1UnstarEntryRequest

Request message for UnstarEntry.

GoogleCloudDatacatalogV1UnstarEntryResponse

Response message for UnstarEntry. Empty for now

GoogleCloudDatacatalogV1UsageSignal

The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day.

GoogleCloudDatacatalogV1UsageStats

Detailed statistics on the entry's usage. Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see Querying multiple tables using a wildcard table

GoogleCloudDatacatalogV1ViewSpec

Table view specification.

Policy

An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A Policy is a collection of bindings. A binding binds one or more members, or principals, to a single role. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A role is a named list of permissions; each role can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a binding can also specify a condition, which is a logical expression that allows access to a resource only if the expression evaluates to true. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation. JSON example: { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } YAML example: bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the IAM documentation.

SetIamPolicyRequest

Request message for SetIamPolicy method.

TestIamPermissionsRequest

Request message for TestIamPermissions method.

TestIamPermissionsResponse

Response message for TestIamPermissions method.

In This Article
Back to top