Skip to content

Commit 8ace83c

Browse files
authored
Merge branch 'main' into renovate/gts-7.x
2 parents b5c8a0f + 14f5d93 commit 8ace83c

21 files changed

+3287
-1836
lines changed

discovery/androidpublisher-v3.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5555,7 +5555,7 @@
55555555
}
55565556
}
55575557
},
5558-
"revision": "20251211",
5558+
"revision": "20251215",
55595559
"rootUrl": "https://androidpublisher.googleapis.com/",
55605560
"schemas": {
55615561
"Abi": {
@@ -10388,10 +10388,6 @@
1038810388
"description": "Details of a proration period. A proration period can be a period calculated during a plan change to cover existing entitlements (For more information, see [Allow users to upgrade, downgrade, or change their subscription](https://developer.android.com/google/play/billing/subscriptions#allow-users-change), or a prorated period to align add-on renewal dates with the base (For more information, see [Rules applicable for items in the purchase](https://developer.android.com/google/play/billing/subscription-with-addons#rules-base-addons)).",
1038910389
"id": "ProrationPeriodDetails",
1039010390
"properties": {
10391-
"linkedOrderId": {
10392-
"description": "The last order id of the original subscription purchase prior to the plan change. This is only populated if this proration period is from an ugrade/downgrade from a previous subscription and carries the remaining offer phase from the linked order of the previous subscription.",
10393-
"type": "string"
10394-
},
1039510391
"originalOfferPhase": {
1039610392
"description": "Represent the original offer phase from the purchased the line item if the proration period contains any of them. For example, a proration period from CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the subscription offer of the new product user purchased. In this case, the original offer phase will be set here.",
1039710393
"enum": [

discovery/bigtableadmin-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"type": "string"
202202
},
203203
"returnPartialSuccess": {
204-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
204+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
205205
"location": "query",
206206
"type": "boolean"
207207
}
@@ -3118,7 +3118,7 @@
31183118
}
31193119
}
31203120
},
3121-
"revision": "20251026",
3121+
"revision": "20251209",
31223122
"rootUrl": "https://bigtableadmin.googleapis.com/",
31233123
"schemas": {
31243124
"AppProfile": {
@@ -4942,7 +4942,7 @@
49424942
"type": "array"
49434943
},
49444944
"unreachable": {
4945-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
4945+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
49464946
"items": {
49474947
"type": "string"
49484948
},

discovery/chat-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
}
15361536
}
15371537
},
1538-
"revision": "20251207",
1538+
"revision": "20251215",
15391539
"rootUrl": "https://chat.googleapis.com/",
15401540
"schemas": {
15411541
"AccessSettings": {
@@ -5293,9 +5293,9 @@
52935293
],
52945294
"enumDescriptions": [
52955295
"Reserved.",
5296-
"Named spaces that support message threads. When users respond to a message, they can reply in-thread, which keeps their response in the context of the original message.",
5296+
"Spaces that support message threads. When users respond to a message, they can reply in-thread, which keeps their response in the context of the original message.",
52975297
"Named spaces where the conversation is organized by topic. Topics and their replies are grouped together.",
5298-
"Direct messages (DMs) between two people and group conversations between 3 or more people."
5298+
"Spaces that don't support message threading. This space threading state is only used for special cases including: * Continuous meeting chat where threading is intentionally turned off. * Legacy group conversations that were created prior to 2022."
52995299
],
53005300
"readOnly": true,
53015301
"type": "string"

discovery/containeranalysis-v1alpha1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@
14521452
}
14531453
}
14541454
},
1455-
"revision": "20251203",
1455+
"revision": "20251212",
14561456
"rootUrl": "https://containeranalysis.googleapis.com/",
14571457
"schemas": {
14581458
"AnalysisCompleted": {
@@ -4909,12 +4909,14 @@
49094909
"enum": [
49104910
"NONE",
49114911
"SHA256",
4912-
"GO_MODULE_H1"
4912+
"GO_MODULE_H1",
4913+
"DIRSUM_SHA256"
49134914
],
49144915
"enumDescriptions": [
49154916
"No hash requested.",
49164917
"A sha256 hash.",
4917-
"Dirhash of a Go module's source code which is then hex-encoded."
4918+
"Dirhash of a Go module's source code which is then hex-encoded.",
4919+
"Dirsum hash of the downloaded artifact files."
49184920
],
49194921
"type": "string"
49204922
},

discovery/containeranalysis-v1beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
}
17721772
}
17731773
},
1774-
"revision": "20251203",
1774+
"revision": "20251212",
17751775
"rootUrl": "https://containeranalysis.googleapis.com/",
17761776
"schemas": {
17771777
"AliasContext": {
@@ -5284,13 +5284,15 @@
52845284
"HASH_TYPE_UNSPECIFIED",
52855285
"SHA256",
52865286
"GO_MODULE_H1",
5287-
"SHA512"
5287+
"SHA512",
5288+
"DIRSUM_SHA256"
52885289
],
52895290
"enumDescriptions": [
52905291
"Unknown.",
52915292
"A SHA-256 hash.",
52925293
"Dirhash of a Go module's source code which is then hex-encoded. See b/244466565 and https://github.com/in-toto/attestation/pull/108.",
5293-
"A SHA-512 hash."
5294+
"A SHA-512 hash.",
5295+
"A Dirsum SHA-256 hash."
52945296
],
52955297
"type": "string"
52965298
},

discovery/discoveryengine-v1.json

Lines changed: 111 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,40 @@
22382238
"https://www.googleapis.com/auth/discoveryengine.readwrite"
22392239
]
22402240
},
2241+
"create": {
2242+
"description": "Creates a ServingConfig. Note: The Google Cloud console works only with the default serving config. Additional ServingConfigs can be created and managed only via the API. A maximum of 100 ServingConfigs are allowed in an Engine, otherwise a RESOURCE_EXHAUSTED error is returned.",
2243+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/servingConfigs",
2244+
"httpMethod": "POST",
2245+
"id": "discoveryengine.projects.locations.collections.dataStores.servingConfigs.create",
2246+
"parameterOrder": [
2247+
"parent"
2248+
],
2249+
"parameters": {
2250+
"parent": {
2251+
"description": "Required. Full resource name of parent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`",
2252+
"location": "path",
2253+
"pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+$",
2254+
"required": true,
2255+
"type": "string"
2256+
},
2257+
"servingConfigId": {
2258+
"description": "Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name. This value should be 4-63 characters, and valid characters are /a-zA-Z0-9+/.",
2259+
"location": "query",
2260+
"type": "string"
2261+
}
2262+
},
2263+
"path": "v1/{+parent}/servingConfigs",
2264+
"request": {
2265+
"$ref": "GoogleCloudDiscoveryengineV1ServingConfig"
2266+
},
2267+
"response": {
2268+
"$ref": "GoogleCloudDiscoveryengineV1ServingConfig"
2269+
},
2270+
"scopes": [
2271+
"https://www.googleapis.com/auth/cloud-platform",
2272+
"https://www.googleapis.com/auth/discoveryengine.readwrite"
2273+
]
2274+
},
22412275
"delete": {
22422276
"description": "Deletes a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist.",
22432277
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}",
@@ -4497,6 +4531,40 @@
44974531
"https://www.googleapis.com/auth/discoveryengine.readwrite"
44984532
]
44994533
},
4534+
"create": {
4535+
"description": "Creates a ServingConfig. Note: The Google Cloud console works only with the default serving config. Additional ServingConfigs can be created and managed only via the API. A maximum of 100 ServingConfigs are allowed in an Engine, otherwise a RESOURCE_EXHAUSTED error is returned.",
4536+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/servingConfigs",
4537+
"httpMethod": "POST",
4538+
"id": "discoveryengine.projects.locations.collections.engines.servingConfigs.create",
4539+
"parameterOrder": [
4540+
"parent"
4541+
],
4542+
"parameters": {
4543+
"parent": {
4544+
"description": "Required. Full resource name of parent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`",
4545+
"location": "path",
4546+
"pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$",
4547+
"required": true,
4548+
"type": "string"
4549+
},
4550+
"servingConfigId": {
4551+
"description": "Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name. This value should be 4-63 characters, and valid characters are /a-zA-Z0-9+/.",
4552+
"location": "query",
4553+
"type": "string"
4554+
}
4555+
},
4556+
"path": "v1/{+parent}/servingConfigs",
4557+
"request": {
4558+
"$ref": "GoogleCloudDiscoveryengineV1ServingConfig"
4559+
},
4560+
"response": {
4561+
"$ref": "GoogleCloudDiscoveryengineV1ServingConfig"
4562+
},
4563+
"scopes": [
4564+
"https://www.googleapis.com/auth/cloud-platform",
4565+
"https://www.googleapis.com/auth/discoveryengine.readwrite"
4566+
]
4567+
},
45004568
"delete": {
45014569
"description": "Deletes a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist.",
45024570
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/servingConfigs/{servingConfigsId}",
@@ -6555,6 +6623,40 @@
65556623
"https://www.googleapis.com/auth/discoveryengine.readwrite"
65566624
]
65576625
},
6626+
"create": {
6627+
"description": "Creates a ServingConfig. Note: The Google Cloud console works only with the default serving config. Additional ServingConfigs can be created and managed only via the API. A maximum of 100 ServingConfigs are allowed in an Engine, otherwise a RESOURCE_EXHAUSTED error is returned.",
6628+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/servingConfigs",
6629+
"httpMethod": "POST",
6630+
"id": "discoveryengine.projects.locations.dataStores.servingConfigs.create",
6631+
"parameterOrder": [
6632+
"parent"
6633+
],
6634+
"parameters": {
6635+
"parent": {
6636+
"description": "Required. Full resource name of parent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`",
6637+
"location": "path",
6638+
"pattern": "^projects/[^/]+/locations/[^/]+/dataStores/[^/]+$",
6639+
"required": true,
6640+
"type": "string"
6641+
},
6642+
"servingConfigId": {
6643+
"description": "Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name. This value should be 4-63 characters, and valid characters are /a-zA-Z0-9+/.",
6644+
"location": "query",
6645+
"type": "string"
6646+
}
6647+
},
6648+
"path": "v1/{+parent}/servingConfigs",
6649+
"request": {
6650+
"$ref": "GoogleCloudDiscoveryengineV1ServingConfig"
6651+
},
6652+
"response": {
6653+
"$ref": "GoogleCloudDiscoveryengineV1ServingConfig"
6654+
},
6655+
"scopes": [
6656+
"https://www.googleapis.com/auth/cloud-platform",
6657+
"https://www.googleapis.com/auth/discoveryengine.readwrite"
6658+
]
6659+
},
65586660
"delete": {
65596661
"description": "Deletes a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist.",
65606662
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}",
@@ -8699,7 +8801,7 @@
86998801
}
87008802
}
87018803
},
8702-
"revision": "20251209",
8804+
"revision": "20251216",
87038805
"rootUrl": "https://discoveryengine.googleapis.com/",
87048806
"schemas": {
87058807
"GoogleApiDistribution": {
@@ -13073,7 +13175,8 @@
1307313175
"NATIVE_CLOUD_IDENTITY",
1307413176
"THIRD_PARTY_FEDERATED",
1307513177
"THIRD_PARTY_EUA",
13076-
"GCNV"
13178+
"GCNV",
13179+
"GOOGLE_CHAT"
1307713180
],
1307813181
"enumDescriptions": [
1307913182
"Default value.",
@@ -13087,7 +13190,8 @@
1308713190
"Native Cloud Identity connector for people search powered by People API.",
1308813191
"Federated connector, it is a third party connector that doesn't ingestion data, and search is powered by third party application's API.",
1308913192
"Connector utilized for End User Authentication features.",
13090-
"Google Cloud NetApp Volumes connector."
13193+
"Google Cloud NetApp Volumes connector.",
13194+
"Google Chat connector."
1309113195
],
1309213196
"readOnly": true,
1309313197
"type": "string"
@@ -21928,7 +22032,8 @@
2192822032
"NATIVE_CLOUD_IDENTITY",
2192922033
"THIRD_PARTY_FEDERATED",
2193022034
"THIRD_PARTY_EUA",
21931-
"GCNV"
22035+
"GCNV",
22036+
"GOOGLE_CHAT"
2193222037
],
2193322038
"enumDescriptions": [
2193422039
"Default value.",
@@ -21942,7 +22047,8 @@
2194222047
"Native Cloud Identity connector for people search powered by People API.",
2194322048
"Federated connector, it is a third party connector that doesn't ingestion data, and search is powered by third party application's API.",
2194422049
"Connector utilized for End User Authentication features.",
21945-
"Google Cloud NetApp Volumes connector."
22050+
"Google Cloud NetApp Volumes connector.",
22051+
"Google Chat connector."
2194622052
],
2194722053
"readOnly": true,
2194822054
"type": "string"

0 commit comments

Comments
 (0)