Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions artifactregistry/v1/artifactregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@
}
}
},
"revision": "20250423",
"revision": "20250425",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -4171,12 +4171,12 @@
"description": "Configuration specific for a Remote Repository."
},
"satisfiesPzi": {
"description": "Output only. If set, the repository satisfies physical zone isolation.",
"description": "Output only. Whether or not this repository satisfies PZI.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. If set, the repository satisfies physical zone separation.",
"description": "Output only. Whether or not this repository satisfies PZS.",
"readOnly": true,
"type": "boolean"
},
Expand Down Expand Up @@ -4373,7 +4373,7 @@
"type": "string"
},
"versionId": {
"description": "The ID of the version of the generic artifact. If the version does not exist, a new version will be created. The version_id must start and end with a letter or number, can only contain lowercase letters, numbers, hyphens and periods, i.e. [a-z0-9-.] and cannot exceed a total of 128 characters. Creating a version called `latest` is not allowed.",
"description": "The ID of the version of the generic artifact. If the version does not exist, a new version will be created. The version_id must start and end with a letter or number, can only contain lowercase letters, numbers, the following characters [-.+~:], i.e.[a-z0-9-.+~:] and cannot exceed a total of 128 characters. Creating a version called `latest` is not allowed.",
"type": "string"
}
},
Expand Down
10 changes: 4 additions & 6 deletions artifactregistry/v1/artifactregistry-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions artifactregistry/v1beta1/artifactregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@
}
}
},
"revision": "20250423",
"revision": "20250425",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -1571,12 +1571,12 @@
"type": "string"
},
"satisfiesPzi": {
"description": "Output only. If set, the repository satisfies physical zone isolation.",
"description": "Output only. Whether or not this repository satisfies PZI.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. If set, the repository satisfies physical zone separation.",
"description": "Output only. Whether or not this repository satisfies PZS.",
"readOnly": true,
"type": "boolean"
},
Expand Down
6 changes: 2 additions & 4 deletions artifactregistry/v1beta1/artifactregistry-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions artifactregistry/v1beta2/artifactregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@
}
}
},
"revision": "20250415",
"revision": "20250425",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -2121,12 +2121,12 @@
"type": "string"
},
"satisfiesPzi": {
"description": "Output only. If set, the repository satisfies physical zone isolation.",
"description": "Output only. Whether or not this repository satisfies PZI.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. If set, the repository satisfies physical zone separation.",
"description": "Output only. Whether or not this repository satisfies PZS.",
"readOnly": true,
"type": "boolean"
},
Expand Down
6 changes: 2 additions & 4 deletions artifactregistry/v1beta2/artifactregistry-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 45 additions & 6 deletions bigquery/v2/bigquery-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@
],
"enumDescriptions": [
"The default value. Default to the FULL view.",
"Includes metadata information for the dataset, such as location, etag, lastModifiedTime, etc.",
"Includes ACL information for the dataset, which defines dataset access for one or more entities.",
"Includes both dataset metadata and ACL information."
"Updates metadata information for the dataset, such as friendlyName, description, labels, etc.",
"Updates ACL information for the dataset, which defines dataset access for one or more entities.",
"Updates both dataset metadata and ACL information."
],
"location": "query",
"type": "string"
Expand Down Expand Up @@ -413,6 +413,23 @@
"pattern": "^[^/]+$",
"required": true,
"type": "string"
},
"updateMode": {
"description": "Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated.",
"enum": [
"UPDATE_MODE_UNSPECIFIED",
"UPDATE_METADATA",
"UPDATE_ACL",
"UPDATE_FULL"
],
"enumDescriptions": [
"The default value. Default to the UPDATE_FULL.",
"Includes metadata information for the dataset, such as friendlyName, description, labels, etc.",
"Includes ACL information for the dataset, which defines dataset access for one or more entities.",
"Includes both dataset metadata and ACL information."
],
"location": "query",
"type": "string"
}
},
"path": "projects/{+projectId}/datasets/{+datasetId}",
Expand Down Expand Up @@ -493,6 +510,23 @@
"pattern": "^[^/]+$",
"required": true,
"type": "string"
},
"updateMode": {
"description": "Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated.",
"enum": [
"UPDATE_MODE_UNSPECIFIED",
"UPDATE_METADATA",
"UPDATE_ACL",
"UPDATE_FULL"
],
"enumDescriptions": [
"The default value. Default to the UPDATE_FULL.",
"Includes metadata information for the dataset, such as friendlyName, description, labels, etc.",
"Includes ACL information for the dataset, which defines dataset access for one or more entities.",
"Includes both dataset metadata and ACL information."
],
"location": "query",
"type": "string"
}
},
"path": "projects/{+projectId}/datasets/{+datasetId}",
Expand Down Expand Up @@ -2256,7 +2290,7 @@
}
}
},
"revision": "20250404",
"revision": "20250427",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -5577,7 +5611,7 @@
"description": "Time-based partitioning specification for the destination table. Only one of timePartitioning and rangePartitioning should be specified."
},
"timeZone": {
"description": "Optional. [Experimental] Default time zone that will apply when parsing timestamp values that have no specific time zone.",
"description": "Optional. Default time zone that will apply when parsing timestamp values that have no specific time zone.",
"type": "string"
},
"timestampFormat": {
Expand Down Expand Up @@ -6235,7 +6269,7 @@
"type": "array"
},
"referencedTables": {
"description": "Output only. Referenced tables for the job. Queries that reference more than 50 tables will not have a complete list.",
"description": "Output only. Referenced tables for the job.",
"items": {
"$ref": "TableReference"
},
Expand Down Expand Up @@ -7780,6 +7814,11 @@
"format": "int64",
"type": "string"
},
"shuffleRamUsageRatio": {
"description": "Total shuffle usage ratio in shuffle RAM per reservation of this query. This will be provided for reservation customers only.",
"format": "double",
"type": "number"
},
"totalSlotMs": {
"description": "Cumulative slot-ms consumed by the query.",
"format": "int64",
Expand Down
75 changes: 67 additions & 8 deletions bigquery/v2/bigquery-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions datacatalog/v1/datacatalog-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,7 @@
}
}
},
"revision": "20250411",
"revision": "20250429",
"rootUrl": "https://datacatalog.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -3636,7 +3636,7 @@
"TAG_TEMPLATE_MIGRATION_DISABLED"
],
"enumDescriptions": [
"Default value. Migration of Tag Templates from Data Catalog to Dataplex is not performed.",
"Default value. Migration of Tag Templates from Data Catalog to Dataplex is not performed. For projects that are under an organization, the project inherits the organization's configuration when you set the project-level configuration to unspecified (`TAG_TEMPLATE_MIGRATION_UNSPECIFIED`). This means that when migration is enabled at the organization level, and the project-level configuration is unspecified, the project is migrated. To explicitly opt-in or opt-out individual projects, set the project-level configuration to enabled (`TAG_TEMPLATE_MIGRATION_ENABLED`) or disabled (`TAG_TEMPLATE_MIGRATION_DISABLED`).",
"Migration of Tag Templates from Data Catalog to Dataplex is enabled.",
"Migration of Tag Templates from Data Catalog to Dataplex is disabled."
],
Expand Down Expand Up @@ -4310,7 +4310,7 @@
"TAG_TEMPLATE_MIGRATION_DISABLED"
],
"enumDescriptions": [
"Default value. Migration of Tag Templates from Data Catalog to Dataplex is not performed.",
"Default value. Migration of Tag Templates from Data Catalog to Dataplex is not performed. For projects that are under an organization, the project inherits the organization's configuration when you set the project-level configuration to unspecified (`TAG_TEMPLATE_MIGRATION_UNSPECIFIED`). This means that when migration is enabled at the organization level, and the project-level configuration is unspecified, the project is migrated. To explicitly opt-in or opt-out individual projects, set the project-level configuration to enabled (`TAG_TEMPLATE_MIGRATION_ENABLED`) or disabled (`TAG_TEMPLATE_MIGRATION_DISABLED`).",
"Migration of Tag Templates from Data Catalog to Dataplex is enabled.",
"Migration of Tag Templates from Data Catalog to Dataplex is disabled."
],
Expand Down
Loading
Loading