update dependencies

This commit is contained in:
Sebastian Thiel
2023-01-25 11:39:00 +01:00
parent 37ccd2238d
commit 3edefb7f01
357 changed files with 128026 additions and 16259 deletions

View File

@@ -272,7 +272,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+$",
"required": true,
@@ -370,7 +370,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+$",
"required": true,
@@ -398,7 +398,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+$",
"required": true,
@@ -513,7 +513,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entries/[^/]+$",
"required": true,
@@ -531,6 +531,34 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"import": {
"description": "Imports entries from some source (e.g. dump in a Cloud Storage bucket) to the Data Catalog. Dump here is a snapshot of the third-party system state, that needs to be ingested in the Data Catalog. Import of entries is a sync operation that reconciles state of the third-party system and Data Catalog. ImportEntries is a long-running operation done in the background, so this method returns long-running operation resource. The resource can be queried with Operations.GetOperation which contains metadata and response.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries:import",
"httpMethod": "POST",
"id": "datacatalog.projects.locations.entryGroups.entries.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. Target entry group for ingested entries.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/entries:import",
"request": {
"$ref": "GoogleCloudDatacatalogV1ImportEntriesRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Lists entries. Note: Currently, this method can list only custom entries. To get a list of both custom and automatically created entries, use SearchCatalog.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries",
@@ -701,7 +729,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entries/[^/]+$",
"required": true,
@@ -1007,6 +1035,126 @@
}
}
},
"operations": {
"methods": {
"cancel": {
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
"httpMethod": "POST",
"id": "datacatalog.projects.locations.operations.cancel",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource to be cancelled.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}:cancel",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
"httpMethod": "DELETE",
"id": "datacatalog.projects.locations.operations.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource to be deleted.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
"httpMethod": "GET",
"id": "datacatalog.projects.locations.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
"httpMethod": "GET",
"id": "datacatalog.projects.locations.operations.list",
"parameterOrder": [
"name"
],
"parameters": {
"filter": {
"description": "The standard list filter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the operation's parent resource.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"pageSize": {
"description": "The standard list page size.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "The standard list page token.",
"location": "query",
"type": "string"
}
},
"path": "v1/{+name}/operations",
"response": {
"$ref": "ListOperationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"tagTemplates": {
"methods": {
"create": {
@@ -1107,7 +1255,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/tagTemplates/[^/]+$",
"required": true,
@@ -1169,7 +1317,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/tagTemplates/[^/]+$",
"required": true,
@@ -1197,7 +1345,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/tagTemplates/[^/]+$",
"required": true,
@@ -1508,7 +1656,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/taxonomies/[^/]+$",
"required": true,
@@ -1563,6 +1711,11 @@
"parent"
],
"parameters": {
"filter": {
"description": "Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.",
"format": "int32",
@@ -1662,7 +1815,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/taxonomies/[^/]+$",
"required": true,
@@ -1690,7 +1843,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/taxonomies/[^/]+$",
"required": true,
@@ -1800,7 +1953,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/taxonomies/[^/]+/policyTags/[^/]+$",
"required": true,
@@ -1898,7 +2051,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/taxonomies/[^/]+/policyTags/[^/]+$",
"required": true,
@@ -1926,7 +2079,7 @@
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/taxonomies/[^/]+/policyTags/[^/]+$",
"required": true,
@@ -1953,7 +2106,7 @@
}
}
},
"revision": "20220224",
"revision": "20230117",
"rootUrl": "https://datacatalog.googleapis.com/",
"schemas": {
"Binding": {
@@ -1965,7 +2118,7 @@
"description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
},
"members": {
"description": "Specifies the principals requesting access for a Cloud Platform resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. ",
"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. ",
"items": {
"type": "string"
},
@@ -1979,7 +2132,7 @@
"type": "object"
},
"Empty": {
"description": "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); } The JSON representation for `Empty` is empty JSON object `{}`.",
"description": "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); }",
"id": "Empty",
"properties": {},
"type": "object"
@@ -2183,14 +2336,49 @@
"description": "Required. Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.",
"type": "string"
},
"defaultValue": {
"description": "Optional. Default value for the column.",
"type": "string"
},
"description": {
"description": "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.",
"type": "string"
},
"gcRule": {
"description": "Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.",
"type": "string"
},
"highestIndexingType": {
"description": "Optional. Most important inclusion of this column.",
"enum": [
"INDEXING_TYPE_UNSPECIFIED",
"INDEXING_TYPE_NONE",
"INDEXING_TYPE_NON_UNIQUE",
"INDEXING_TYPE_UNIQUE",
"INDEXING_TYPE_PRIMARY_KEY"
],
"enumDescriptions": [
"Unspecified.",
"Column not a part of an index.",
"Column Part of non unique index.",
"Column part of unique index.",
"Column part of the primary key."
],
"type": "string"
},
"lookerColumnSpec": {
"$ref": "GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec",
"description": "Looker specific column info of this column."
},
"mode": {
"description": "Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are supported. Default mode is `NULLABLE`.",
"type": "string"
},
"ordinalPosition": {
"description": "Optional. Ordinal position",
"format": "int32",
"type": "integer"
},
"subcolumns": {
"description": "Optional. Schema of sub-columns. A column can have zero or more sub-columns.",
"items": {
@@ -2205,6 +2393,45 @@
},
"type": "object"
},
"GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec": {
"description": "Column info specific to Looker System.",
"id": "GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec",
"properties": {
"type": {
"description": "Looker specific column type of this column.",
"enum": [
"LOOKER_COLUMN_TYPE_UNSPECIFIED",
"DIMENSION",
"DIMENSION_GROUP",
"FILTER",
"MEASURE",
"PAREMETER"
],
"enumDescriptions": [
"Unspecified.",
"Dimension.",
"Dimension group - parent for Dimension.",
"Filter.",
"Measure.",
"Parameter."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDatacatalogV1CommonUsageStats": {
"description": "Common statistics on the entry's usage. They can be set on any system.",
"id": "GoogleCloudDatacatalogV1CommonUsageStats",
"properties": {
"viewCount": {
"description": "View count in source system.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDatacatalogV1Contacts": {
"description": "Contact people for the entry.",
"id": "GoogleCloudDatacatalogV1Contacts",
@@ -2280,12 +2507,12 @@
"type": "object"
},
"GoogleCloudDatacatalogV1DataSourceConnectionSpec": {
"description": "Specification that applies to a data source connection. Valid only for entries with the `DATA_SOURCE_CONNECTION` type.",
"description": "Specification that applies to a data source connection. Valid only for entries with the `DATA_SOURCE_CONNECTION` type. Only one of internal specs can be set at the time, and cannot be changed later.",
"id": "GoogleCloudDatacatalogV1DataSourceConnectionSpec",
"properties": {
"bigqueryConnectionSpec": {
"$ref": "GoogleCloudDatacatalogV1BigQueryConnectionSpec",
"description": "Fields specific to BigQuery connections."
"description": "Output only. Fields specific to BigQuery connections."
}
},
"type": "object"
@@ -2294,9 +2521,14 @@
"description": "Specification that applies to a table resource. Valid only for entries with the `TABLE` type.",
"id": "GoogleCloudDatacatalogV1DatabaseTableSpec",
"properties": {
"databaseViewSpec": {
"$ref": "GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec",
"description": "Spec what aplies to tables that are actually views. Not set for \"real\" tables."
},
"dataplexTable": {
"$ref": "GoogleCloudDatacatalogV1DataplexTableSpec",
"description": "Fields specific to a Dataplex table and present only in the Dataplex table entries."
"description": "Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.",
"readOnly": true
},
"type": {
"description": "Type of this table.",
@@ -2315,6 +2547,35 @@
},
"type": "object"
},
"GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec": {
"description": "Specification that applies to database view.",
"id": "GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec",
"properties": {
"baseTable": {
"description": "Name of a singular table this view reflects one to one.",
"type": "string"
},
"sqlQuery": {
"description": "SQL query used to generate this view.",
"type": "string"
},
"viewType": {
"description": "Type of this view.",
"enum": [
"VIEW_TYPE_UNSPECIFIED",
"STANDARD_VIEW",
"MATERIALIZED_VIEW"
],
"enumDescriptions": [
"Default unknown view type.",
"Standard view.",
"Materialized view."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDatacatalogV1DataplexExternalTable": {
"description": "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.",
"id": "GoogleCloudDatacatalogV1DataplexExternalTable",
@@ -2338,14 +2599,18 @@
"BIGQUERY",
"CLOUD_PUBSUB",
"DATAPROC_METASTORE",
"DATAPLEX"
"DATAPLEX",
"CLOUD_SQL",
"LOOKER"
],
"enumDescriptions": [
"Default unknown system.",
"BigQuery.",
"Cloud Pub/Sub.",
"Dataproc Metastore.",
"Dataplex."
"Dataplex.",
"Cloud Sql",
"Looker"
],
"type": "string"
}
@@ -2414,11 +2679,13 @@
"properties": {
"bigqueryDateShardedSpec": {
"$ref": "GoogleCloudDatacatalogV1BigQueryDateShardedSpec",
"description": "Specification for a group of BigQuery tables with the `[prefix]YYYYMMDD` name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding)."
"description": "Output only. Specification for a group of BigQuery tables with the `[prefix]YYYYMMDD` name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).",
"readOnly": true
},
"bigqueryTableSpec": {
"$ref": "GoogleCloudDatacatalogV1BigQueryTableSpec",
"description": "Specification that applies to a BigQuery table. Valid only for entries with the `TABLE` type."
"description": "Output only. Specification that applies to a BigQuery table. Valid only for entries with the `TABLE` type.",
"readOnly": true
},
"businessContext": {
"$ref": "GoogleCloudDatacatalogV1BusinessContext",
@@ -2435,14 +2702,14 @@
},
"databaseTableSpec": {
"$ref": "GoogleCloudDatacatalogV1DatabaseTableSpec",
"description": "Specification that applies to a table resource. Valid only for entries with the `TABLE` type."
"description": "Specification that applies to a table resource. Valid only for entries with the `TABLE` or `EXPLORE` type."
},
"description": {
"description": "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.",
"type": "string"
},
"displayName": {
"description": "Display name of an entry. The name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. The maximum size is 200 bytes when encoded in UTF-8. Default value is an empty string.",
"description": "Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.",
"type": "string"
},
"filesetSpec": {
@@ -2464,14 +2731,18 @@
"BIGQUERY",
"CLOUD_PUBSUB",
"DATAPROC_METASTORE",
"DATAPLEX"
"DATAPLEX",
"CLOUD_SQL",
"LOOKER"
],
"enumDescriptions": [
"Default unknown system.",
"BigQuery.",
"Cloud Pub/Sub.",
"Dataproc Metastore.",
"Dataplex."
"Dataplex.",
"Cloud Sql",
"Looker"
],
"readOnly": true,
"type": "string"
@@ -2487,6 +2758,10 @@
"description": "The resource this metadata entry refers to. For Google Cloud Platform resources, `linked_resource` is the [Full Resource Name] (https://cloud.google.com/apis/design/resource_names#full_resource_name). For example, the `linked_resource` for a table resource from BigQuery is: `//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}` Output only when the entry is one of the types in the `EntryType` enum. For entries with a `user_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.",
"type": "string"
},
"lookerSystemSpec": {
"$ref": "GoogleCloudDatacatalogV1LookerSystemSpec",
"description": "Specification that applies to Looker sysstem. Only settable when `user_specified_system` is equal to `LOOKER`"
},
"name": {
"description": "Output only. 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.",
"readOnly": true,
@@ -2507,7 +2782,11 @@
},
"sourceSystemTimestamps": {
"$ref": "GoogleCloudDatacatalogV1SystemTimestamps",
"description": "Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a type listed in the `EntryType` enum. For entries with `user_specified_type`, this field is optional and defaults to an empty timestamp."
"description": "Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the `IntegratedSystem` enum. For entries with `user_specified_system`, this field is optional and defaults to an empty timestamp."
},
"sqlDatabaseSystemSpec": {
"$ref": "GoogleCloudDatacatalogV1SqlDatabaseSystemSpec",
"description": "Specification that applies to a relational database system. Only settable when `user_specified_system` is equal to `SQL_DATABASE`"
},
"type": {
"description": "The type of the entry. Only used for entries with types listed in the `EntryType` enum. Currently, only `FILESET` enum value is allowed. All other entries created in Data Catalog must use the `user_specified_type`.",
@@ -2523,11 +2802,15 @@
"ROUTINE",
"LAKE",
"ZONE",
"SERVICE"
"SERVICE",
"DATABASE_SCHEMA",
"DASHBOARD",
"EXPLORE",
"LOOK"
],
"enumDescriptions": [
"Default unknown type.",
"Output only. The entry type that has a GoogleSQL schema, including logical views.",
"The entry type that has a GoogleSQL schema, including logical views.",
"Output only. The type of models. For more information, see [Supported models in BigQuery ML] (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).",
"An entry type for streaming entries. For example, a Pub/Sub topic.",
"An entry type for a set of files or objects. For example, a Cloud Storage fileset.",
@@ -2537,14 +2820,17 @@
"Output only. Routine, for example, a BigQuery routine.",
"A Dataplex lake.",
"A Dataplex zone.",
"A service, for example, a Dataproc Metastore service."
"A service, for example, a Dataproc Metastore service.",
"Schema within a relational database.",
"A Dashboard, for example from Looker.",
"A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).",
"A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look)."
],
"type": "string"
},
"usageSignal": {
"$ref": "GoogleCloudDatacatalogV1UsageSignal",
"description": "Output only. Resource usage statistics.",
"readOnly": true
"description": "Resource usage statistics."
},
"userSpecifiedSystem": {
"description": "Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The `user_specified_system` string has the following limitations: * Is case insensitive. * Must begin with a letter or underscore. * Can only contain letters, numbers, and underscores. * Must be at least 1 character and at most 64 characters long.",
@@ -2714,6 +3000,66 @@
},
"type": "object"
},
"GoogleCloudDatacatalogV1ImportEntriesMetadata": {
"description": "Metadata message for long-running operation returned by the ImportEntries.",
"id": "GoogleCloudDatacatalogV1ImportEntriesMetadata",
"properties": {
"errors": {
"description": "Partial errors that are encountered during the ImportEntries operation. There is no guarantee that all the encountered errors are reported. However, if no errors are reported, it means that no errors were encountered.",
"items": {
"$ref": "Status"
},
"type": "array"
},
"state": {
"description": "State of the import operation.",
"enum": [
"IMPORT_STATE_UNSPECIFIED",
"IMPORT_QUEUED",
"IMPORT_IN_PROGRESS",
"IMPORT_DONE",
"IMPORT_OBSOLETE"
],
"enumDescriptions": [
"Default value. This value is unused.",
"The dump with entries has been queued for import.",
"The import of entries is in progress.",
"The import of entries has been finished.",
"The import of entries has been abandoned in favor of a newer request."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDatacatalogV1ImportEntriesRequest": {
"description": "Request message for ImportEntries method.",
"id": "GoogleCloudDatacatalogV1ImportEntriesRequest",
"properties": {
"gcsBucketPath": {
"description": "Path to a Cloud Storage bucket that contains a dump ready for ingestion.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDatacatalogV1ImportEntriesResponse": {
"description": "Response message for long-running operation returned by the ImportEntries.",
"id": "GoogleCloudDatacatalogV1ImportEntriesResponse",
"properties": {
"deletedEntriesCount": {
"description": "Number of entries deleted as a result of import operation.",
"format": "int64",
"type": "string"
},
"upsertedEntriesCount": {
"description": "Cumulative number of entries created and entries updated as a result of import operation.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDatacatalogV1ImportTaxonomiesRequest": {
"description": "Request message for ImportTaxonomies.",
"id": "GoogleCloudDatacatalogV1ImportTaxonomiesRequest",
@@ -2847,6 +3193,37 @@
},
"type": "object"
},
"GoogleCloudDatacatalogV1LookerSystemSpec": {
"description": "Specification that applies to entries that are part `LOOKER` system (user_specified_type)",
"id": "GoogleCloudDatacatalogV1LookerSystemSpec",
"properties": {
"parentInstanceDisplayName": {
"description": "Name of the parent Looker Instance. Empty if it does not exist.",
"type": "string"
},
"parentInstanceId": {
"description": "ID of the parent Looker Instance. Empty if it does not exist. Example value: `someinstance.looker.com`",
"type": "string"
},
"parentModelDisplayName": {
"description": "Name of the parent Model. Empty if it does not exist.",
"type": "string"
},
"parentModelId": {
"description": "ID of the parent Model. Empty if it does not exist.",
"type": "string"
},
"parentViewDisplayName": {
"description": "Name of the parent View. Empty if it does not exist.",
"type": "string"
},
"parentViewId": {
"description": "ID of the parent View. Empty if it does not exist.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDatacatalogV1ModifyEntryContactsRequest": {
"description": "Request message for ModifyEntryContacts.",
"id": "GoogleCloudDatacatalogV1ModifyEntryContactsRequest",
@@ -3237,14 +3614,18 @@
"BIGQUERY",
"CLOUD_PUBSUB",
"DATAPROC_METASTORE",
"DATAPLEX"
"DATAPLEX",
"CLOUD_SQL",
"LOOKER"
],
"enumDescriptions": [
"Default unknown system.",
"BigQuery.",
"Cloud Pub/Sub.",
"Dataproc Metastore.",
"Dataplex."
"Dataplex.",
"Cloud Sql",
"Looker"
],
"readOnly": true,
"type": "string"
@@ -3352,6 +3733,25 @@
},
"type": "object"
},
"GoogleCloudDatacatalogV1SqlDatabaseSystemSpec": {
"description": "Specification that applies to entries that are part `SQL_DATABASE` system (user_specified_type)",
"id": "GoogleCloudDatacatalogV1SqlDatabaseSystemSpec",
"properties": {
"databaseVersion": {
"description": "Version of the database engine.",
"type": "string"
},
"instanceHost": {
"description": "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.",
"type": "string"
},
"sqlEngine": {
"description": "SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDatacatalogV1StarEntryRequest": {
"description": "Request message for StarEntry.",
"id": "GoogleCloudDatacatalogV1StarEntryRequest",
@@ -3586,7 +3986,7 @@
"type": "string"
},
"displayName": {
"description": "Required. User-defined name of this taxonomy. The name can't start or end with spaces, must contain only Unicode letters, numbers, underscores, dashes, and spaces, and be at most 200 bytes long when encoded in UTF-8.",
"description": "Required. User-defined name of this taxonomy. The name can't start or end with spaces, must contain only Unicode letters, numbers, underscores, dashes, and spaces, and be at most 200 bytes long when encoded in UTF-8. The taxonomy display name must be unique within an organization.",
"type": "string"
},
"name": {
@@ -3600,6 +4000,11 @@
"readOnly": true,
"type": "integer"
},
"service": {
"$ref": "GoogleCloudDatacatalogV1TaxonomyService",
"description": "Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a GCP service. Currently only 'DATAPLEX' is supported.",
"readOnly": true
},
"taxonomyTimestamps": {
"$ref": "GoogleCloudDatacatalogV1SystemTimestamps",
"description": "Output only. Creation and modification timestamps of this taxonomy.",
@@ -3608,6 +4013,31 @@
},
"type": "object"
},
"GoogleCloudDatacatalogV1TaxonomyService": {
"description": "The source system of the Taxonomy.",
"id": "GoogleCloudDatacatalogV1TaxonomyService",
"properties": {
"identity": {
"description": "P4SA Identity of the service.",
"type": "string"
},
"name": {
"description": "The GCP service name.",
"enum": [
"MANAGING_SYSTEM_UNSPECIFIED",
"MANAGING_SYSTEM_DATAPLEX",
"MANAGING_SYSTEM_OTHER"
],
"enumDescriptions": [
"Default value",
"Dataplex.",
"Other"
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDatacatalogV1UnstarEntryRequest": {
"description": "Request message for UnstarEntry.",
"id": "GoogleCloudDatacatalogV1UnstarEntryRequest",
@@ -3624,6 +4054,18 @@
"description": "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.",
"id": "GoogleCloudDatacatalogV1UsageSignal",
"properties": {
"commonUsageWithinTimeRange": {
"additionalProperties": {
"$ref": "GoogleCloudDatacatalogV1CommonUsageStats"
},
"description": "Common usage statistics over each of the predefined time ranges. Supported time ranges are `{\"24H\", \"7D\", \"30D\", \"Lifetime\"}`.",
"type": "object"
},
"favoriteCount": {
"description": "Favorite count in the source system.",
"format": "int64",
"type": "string"
},
"updateTime": {
"description": "The end timestamp of the duration of usage statistics.",
"format": "google-datetime",
@@ -3633,7 +4075,8 @@
"additionalProperties": {
"$ref": "GoogleCloudDatacatalogV1UsageStats"
},
"description": "Usage statistics over each of the predefined time ranges. Supported time ranges are `{\"24H\", \"7D\", \"30D\"}`.",
"description": "Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are `{\"24H\", \"7D\", \"30D\"}`.",
"readOnly": true,
"type": "object"
}
},
@@ -3678,6 +4121,59 @@
},
"type": "object"
},
"ListOperationsResponse": {
"description": "The response message for Operations.ListOperations.",
"id": "ListOperationsResponse",
"properties": {
"nextPageToken": {
"description": "The standard List next-page token.",
"type": "string"
},
"operations": {
"description": "A list of operations that matches the specified filter in the request.",
"items": {
"$ref": "Operation"
},
"type": "array"
}
},
"type": "object"
},
"Operation": {
"description": "This resource represents a long-running operation that is the result of a network API call.",
"id": "Operation",
"properties": {
"done": {
"description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
"type": "boolean"
},
"error": {
"$ref": "Status",
"description": "The error result of the operation in case of failure or cancellation."
},
"metadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
"type": "object"
},
"name": {
"description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
"type": "string"
},
"response": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
"type": "object"
}
},
"type": "object"
},
"Policy": {
"description": "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](https://cloud.google.com/iam/help/conditions/resource-policies). **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](https://cloud.google.com/iam/docs/).",
"id": "Policy",
@@ -3708,7 +4204,34 @@
"properties": {
"policy": {
"$ref": "Policy",
"description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them."
"description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them."
}
},
"type": "object"
},
"Status": {
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
"id": "Status",
"properties": {
"code": {
"description": "The status code, which should be an enum value of google.rpc.Code.",
"format": "int32",
"type": "integer"
},
"details": {
"description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
"items": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
},
"type": "array"
},
"message": {
"description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
"type": "string"
}
},
"type": "object"
@@ -3718,7 +4241,7 @@
"id": "TestIamPermissionsRequest",
"properties": {
"permissions": {
"description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
"description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
"items": {
"type": "string"
},