Skip to content

Commit af03509

Browse files
feat(all): auto-regenerate discovery clients (#3406)
1 parent a5426fa commit af03509

34 files changed

+12106
-265
lines changed

androidpublisher/v3/androidpublisher-api.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5570,7 +5570,7 @@
55705570
}
55715571
}
55725572
},
5573-
"revision": "20251208",
5573+
"revision": "20251210",
55745574
"rootUrl": "https://androidpublisher.googleapis.com/",
55755575
"schemas": {
55765576
"Abi": {
@@ -7670,6 +7670,49 @@
76707670
},
76717671
"type": "object"
76727672
},
7673+
"ExternalOfferDetails": {
7674+
"description": "Reporting details unique to the external offers program.",
7675+
"id": "ExternalOfferDetails",
7676+
"properties": {
7677+
"appDownloadEventExternalTransactionId": {
7678+
"description": "Optional. The external transaction id associated with the app download event through an external link. Required when reporting transactions made in externally installed apps.",
7679+
"type": "string"
7680+
},
7681+
"installedAppCategory": {
7682+
"description": "Optional. The category of the downloaded app though this transaction. This must match the category provided in Play Console during the external app verification process. Only required for app downloads.",
7683+
"enum": [
7684+
"EXTERNAL_OFFER_APP_CATEGORY_UNSPECIFIED",
7685+
"APP",
7686+
"GAME"
7687+
],
7688+
"enumDescriptions": [
7689+
"Unspecified, do not use.",
7690+
"The app is classified under the app category.",
7691+
"The app is classified under the game category."
7692+
],
7693+
"type": "string"
7694+
},
7695+
"installedAppPackage": {
7696+
"description": "Optional. The package name of the app downloaded through this transaction. Required when link_type is LINK_TO_APP_DOWNLOAD.",
7697+
"type": "string"
7698+
},
7699+
"linkType": {
7700+
"description": "Optional. The type of content being reported by this transaction. Required when reporting app downloads or purchased digital content offers made in app installed through Google Play.",
7701+
"enum": [
7702+
"EXTERNAL_OFFER_LINK_TYPE_UNSPECIFIED",
7703+
"LINK_TO_DIGITAL_CONTENT_OFFER",
7704+
"LINK_TO_APP_DOWNLOAD"
7705+
],
7706+
"enumDescriptions": [
7707+
"Unspecified, do not use.",
7708+
"An offer to purchase digital content.",
7709+
"An app install."
7710+
],
7711+
"type": "string"
7712+
}
7713+
},
7714+
"type": "object"
7715+
},
76737716
"ExternalSubscription": {
76747717
"description": "Details of an external subscription.",
76757718
"id": "ExternalSubscription",
@@ -7711,6 +7754,10 @@
77117754
"description": "Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.",
77127755
"readOnly": true
77137756
},
7757+
"externalOfferDetails": {
7758+
"$ref": "ExternalOfferDetails",
7759+
"description": "Optional. Details necessary to accurately report external offers transactions."
7760+
},
77147761
"externalTransactionId": {
77157762
"description": "Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.",
77167763
"readOnly": true,

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

certificatemanager/v1/certificatemanager-api.json

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@
11331133
"type": "string"
11341134
},
11351135
"returnPartialSuccess": {
1136-
"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.",
1136+
"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.",
11371137
"location": "query",
11381138
"type": "boolean"
11391139
}
@@ -1325,7 +1325,7 @@
13251325
}
13261326
}
13271327
},
1328-
"revision": "20251027",
1328+
"revision": "20251204",
13291329
"rootUrl": "https://certificatemanager.googleapis.com/",
13301330
"schemas": {
13311331
"AllowlistedCertificate": {
@@ -1463,6 +1463,10 @@
14631463
"$ref": "ManagedCertificate",
14641464
"description": "If set, contains configuration and state of a managed certificate."
14651465
},
1466+
"managedIdentity": {
1467+
"$ref": "ManagedIdentityCertificate",
1468+
"description": "If set, contains configuration and state of a managed identity certificate."
1469+
},
14661470
"name": {
14671471
"description": "Identifier. A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*/locations/*/certificates/*`.",
14681472
"type": "string"
@@ -2047,7 +2051,7 @@
20472051
"type": "array"
20482052
},
20492053
"unreachable": {
2050-
"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.",
2054+
"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.",
20512055
"items": {
20522056
"type": "string"
20532057
},
@@ -2170,6 +2174,39 @@
21702174
},
21712175
"type": "object"
21722176
},
2177+
"ManagedIdentityCertificate": {
2178+
"description": "Configuration and state of a Managed Identity Certificate. Certificate Manager provisions and renews Managed Identity Certificates automatically, for as long as it's authorized to do so.",
2179+
"id": "ManagedIdentityCertificate",
2180+
"properties": {
2181+
"identity": {
2182+
"description": "Required. Immutable. SPIFFE ID of the Managed Identity used for this certificate.",
2183+
"type": "string"
2184+
},
2185+
"provisioningIssue": {
2186+
"$ref": "ProvisioningIssue",
2187+
"description": "Output only. Information about issues with provisioning a managed certificate.",
2188+
"readOnly": true
2189+
},
2190+
"state": {
2191+
"description": "Output only. State of the managed certificate resource.",
2192+
"enum": [
2193+
"STATE_UNSPECIFIED",
2194+
"PROVISIONING",
2195+
"FAILED",
2196+
"ACTIVE"
2197+
],
2198+
"enumDescriptions": [
2199+
"State is unspecified.",
2200+
"Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the `provisioning_issue` field.",
2201+
"Multiple certificate provisioning attempts failed and Certificate Manager gave up. To try again, delete and create a new managed Certificate resource. For details see the `provisioning_issue` field.",
2202+
"The certificate management is working, and a certificate has been provisioned."
2203+
],
2204+
"readOnly": true,
2205+
"type": "string"
2206+
}
2207+
},
2208+
"type": "object"
2209+
},
21732210
"Operation": {
21742211
"description": "This resource represents a long-running operation that is the result of a network API call.",
21752212
"id": "Operation",
@@ -2399,6 +2436,13 @@
23992436
"description": "Identifier. A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*/locations/*/trustConfigs/*`.",
24002437
"type": "string"
24012438
},
2439+
"spiffeTrustStores": {
2440+
"additionalProperties": {
2441+
"$ref": "TrustStore"
2442+
},
2443+
"description": "Optional. Defines a mapping from a trust domain to a TrustStore. This is used for SPIFFE certificate validation.",
2444+
"type": "object"
2445+
},
24022446
"trustStores": {
24032447
"description": "Optional. Set of trust stores to perform validation against. This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation. Only one TrustStore specified is currently allowed.",
24042448
"items": {

certificatemanager/v1/certificatemanager-gen.go

Lines changed: 52 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudidentity/v1/cloudidentity-api.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@
22402240
}
22412241
}
22422242
},
2243-
"revision": "20251118",
2243+
"revision": "20251208",
22442244
"rootUrl": "https://cloudidentity.googleapis.com/",
22452245
"schemas": {
22462246
"AddIdpCredentialOperationMetadata": {
@@ -2657,7 +2657,8 @@
26572657
"type": "boolean"
26582658
},
26592659
"isChromeCleanupEnabled": {
2660-
"description": "Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
2660+
"deprecated": true,
2661+
"description": "Deprecated: This field is not used for Chrome version 118 and later. Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
26612662
"type": "boolean"
26622663
},
26632664
"isChromeRemoteDesktopAppBlocked": {

cloudidentity/v1/cloudidentity-gen.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudidentity/v1beta1/cloudidentity-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,7 +2349,7 @@
23492349
}
23502350
}
23512351
},
2352-
"revision": "20251125",
2352+
"revision": "20251208",
23532353
"rootUrl": "https://cloudidentity.googleapis.com/",
23542354
"schemas": {
23552355
"AddIdpCredentialOperationMetadata": {
@@ -2525,7 +2525,8 @@
25252525
"type": "boolean"
25262526
},
25272527
"isChromeCleanupEnabled": {
2528-
"description": "Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
2528+
"deprecated": true,
2529+
"description": "Deprecated: This field is not used for Chrome version 118 and later. Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
25292530
"type": "boolean"
25302531
},
25312532
"isChromeRemoteDesktopAppBlocked": {
@@ -3584,7 +3585,8 @@
35843585
"type": "boolean"
35853586
},
35863587
"isChromeCleanupEnabled": {
3587-
"description": "Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
3588+
"deprecated": true,
3589+
"description": "Deprecated: This field is not used for Chrome version 118 and later. Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
35883590
"type": "boolean"
35893591
},
35903592
"isChromeRemoteDesktopAppBlocked": {

0 commit comments

Comments
 (0)