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
10 changes: 6 additions & 4 deletions artifactregistry/v1/artifactregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
]
},
"list": {
"description": "Lists information about the supported locations for this service.",
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
"flatPath": "v1/projects/{projectsId}/locations",
"httpMethod": "GET",
"id": "artifactregistry.projects.locations.list",
Expand Down Expand Up @@ -2493,7 +2493,7 @@
}
}
},
"revision": "20260102",
"revision": "20260206",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -3284,12 +3284,14 @@
"enum": [
"HASH_TYPE_UNSPECIFIED",
"SHA256",
"MD5"
"MD5",
"DIRSUM_SHA256"
],
"enumDescriptions": [
"Unspecified.",
"SHA256 hash.",
"MD5 hash."
"MD5 hash.",
"Dirsum SHA256 hash."
],
"type": "string"
},
Expand Down
7 changes: 6 additions & 1 deletion artifactregistry/v1/artifactregistry-gen.go

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

10 changes: 6 additions & 4 deletions artifactregistry/v1beta1/artifactregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
]
},
"list": {
"description": "Lists information about the supported locations for this service.",
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
"flatPath": "v1beta1/projects/{projectsId}/locations",
"httpMethod": "GET",
"id": "artifactregistry.projects.locations.list",
Expand Down Expand Up @@ -1182,7 +1182,7 @@
}
}
},
"revision": "20251029",
"revision": "20260206",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -1284,12 +1284,14 @@
"enum": [
"HASH_TYPE_UNSPECIFIED",
"SHA256",
"MD5"
"MD5",
"DIRSUM_SHA256"
],
"enumDescriptions": [
"Unspecified.",
"SHA256 hash.",
"MD5 hash."
"MD5 hash.",
"Dirsum SHA256 hash."
],
"type": "string"
},
Expand Down
7 changes: 6 additions & 1 deletion artifactregistry/v1beta1/artifactregistry-gen.go

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

8 changes: 5 additions & 3 deletions ces/v1/ces-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,7 @@
}
}
},
"revision": "20260209",
"revision": "20260213",
"rootUrl": "https://ces.googleapis.com/",
"schemas": {
"Action": {
Expand Down Expand Up @@ -6809,7 +6809,8 @@
"ADVANCED_PRODUCT_DETAILS",
"SHORT_FORM",
"OVERALL_SATISFACTION",
"ORDER_SUMMARY"
"ORDER_SUMMARY",
"APPOINTMENT_DETAILS"
],
"enumDescriptions": [
"Unspecified widget type.",
Expand All @@ -6821,7 +6822,8 @@
"Advanced product details widget.",
"Short form widget.",
"Overall satisfaction widget.",
"Order summary widget."
"Order summary widget.",
"Appointment details widget."
],
"type": "string"
}
Expand Down
1 change: 1 addition & 0 deletions ces/v1/ces-gen.go

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

8 changes: 5 additions & 3 deletions ces/v1beta/ces-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,7 @@
}
}
},
"revision": "20260209",
"revision": "20260213",
"rootUrl": "https://ces.googleapis.com/",
"schemas": {
"Action": {
Expand Down Expand Up @@ -10550,7 +10550,8 @@
"ADVANCED_PRODUCT_DETAILS",
"SHORT_FORM",
"OVERALL_SATISFACTION",
"ORDER_SUMMARY"
"ORDER_SUMMARY",
"APPOINTMENT_DETAILS"
],
"enumDescriptions": [
"Unspecified widget type.",
Expand All @@ -10562,7 +10563,8 @@
"Advanced product details widget.",
"Short form widget.",
"Overall satisfaction widget.",
"Order summary widget."
"Order summary widget.",
"Appointment details widget."
],
"type": "string"
}
Expand Down
1 change: 1 addition & 0 deletions ces/v1beta/ces-gen.go

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

4 changes: 2 additions & 2 deletions datacatalog/v1/datacatalog-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@
}
}
},
"revision": "20251226",
"revision": "20260211",
"rootUrl": "https://datacatalog.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -4758,7 +4758,7 @@
"type": "object"
},
"GoogleCloudDatacatalogV1TagTemplate": {
"description": "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 Google Cloud resources. [Tag template roles] (https://cloud.google.com/iam/docs/understanding-roles#data-catalog-roles) provide permissions to create, edit, and use the template. For example, see the [TagTemplate User] (https://cloud.google.com/data-catalog/docs/how-to/template-user) role that includes a permission to use the tag template to tag resources.",
"description": "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 Google Cloud resources. [Tag template roles] (https://cloud.google.com/iam/docs/roles-permissions/datacatalog) provide permissions to create, edit, and use the template. For example, see the [TagTemplate User] (https://cloud.google.com/data-catalog/docs/how-to/template-user) role that includes a permission to use the tag template to tag resources.",
"id": "GoogleCloudDatacatalogV1TagTemplate",
"properties": {
"dataplexTransferStatus": {
Expand Down
6 changes: 3 additions & 3 deletions datacatalog/v1/datacatalog-gen.go

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

4 changes: 2 additions & 2 deletions datacatalog/v1beta1/datacatalog-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@
}
}
},
"revision": "20251226",
"revision": "20260211",
"rootUrl": "https://datacatalog.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -4577,7 +4577,7 @@
"type": "object"
},
"GoogleCloudDatacatalogV1beta1TagTemplate": {
"description": "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 Google Cloud 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.",
"description": "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 Google Cloud resources. [Tag template roles](https://cloud.google.com/iam/docs/roles-permissions/datacatalog) 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.",
"id": "GoogleCloudDatacatalogV1beta1TagTemplate",
"properties": {
"dataplexTransferStatus": {
Expand Down
6 changes: 3 additions & 3 deletions datacatalog/v1beta1/datacatalog-gen.go

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

Loading