Skip to content

Commit 6b81f1a

Browse files
feat(all): auto-regenerate discovery clients (#2736)
1 parent c2b2ac9 commit 6b81f1a

40 files changed

+9525
-1324
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@
12901290
}
12911291
}
12921292
},
1293-
"revision": "20240716",
1293+
"revision": "20240811",
12941294
"rootUrl": "https://accesscontextmanager.googleapis.com/",
12951295
"schemas": {
12961296
"AccessContextManagerOperationMetadata": {
@@ -1705,7 +1705,7 @@
17051705
"id": "EgressFrom",
17061706
"properties": {
17071707
"identities": {
1708-
"description": "A list of identities that are allowed access through [EgressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. The `v1` identities that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.",
1708+
"description": "A list of identities that are allowed access through [EgressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. For third-party identity, only single identities are supported and other identity types are not supported. The `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.",
17091709
"items": {
17101710
"type": "string"
17111711
},
@@ -1904,7 +1904,7 @@
19041904
"id": "IngressFrom",
19051905
"properties": {
19061906
"identities": {
1907-
"description": "A list of identities that are allowed access through [IngressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. The `v1` identities that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.",
1907+
"description": "A list of identities that are allowed access through [IngressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. For third-party identity, only single identities are supported and other identity types are not supported. The `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.",
19081908
"items": {
19091909
"type": "string"
19101910
},

accesscontextmanager/v1/accesscontextmanager-gen.go

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

androidpublisher/v3/androidpublisher-api.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@
47314731
}
47324732
}
47334733
},
4734-
"revision": "20240806",
4734+
"revision": "20240814",
47354735
"rootUrl": "https://androidpublisher.googleapis.com/",
47364736
"schemas": {
47374737
"Abi": {
@@ -8249,13 +8249,23 @@
82498249
"description": "Revocation context of the purchases.subscriptionsv2.revoke API.",
82508250
"id": "RevocationContext",
82518251
"properties": {
8252+
"fullRefund": {
8253+
"$ref": "RevocationContextFullRefund",
8254+
"description": "Optional. Used when users should be refunded the full amount of the latest order of the subscription."
8255+
},
82528256
"proratedRefund": {
82538257
"$ref": "RevocationContextProratedRefund",
82548258
"description": "Optional. Used when users should be refunded a prorated amount they paid for their subscription based on the amount of time remaining in a subscription."
82558259
}
82568260
},
82578261
"type": "object"
82588262
},
8263+
"RevocationContextFullRefund": {
8264+
"description": "Used to determine if the refund type in the RevocationContext is a full refund.",
8265+
"id": "RevocationContextFullRefund",
8266+
"properties": {},
8267+
"type": "object"
8268+
},
82598269
"RevocationContextProratedRefund": {
82608270
"description": "Used to determine if the refund type in the RevocationContext is a prorated refund.",
82618271
"id": "RevocationContextProratedRefund",

androidpublisher/v3/androidpublisher-gen.go

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

backupdr/v1/backupdr-api.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@
15981598
}
15991599
}
16001600
},
1601-
"revision": "20240731",
1601+
"revision": "20240808",
16021602
"rootUrl": "https://backupdr.googleapis.com/",
16031603
"schemas": {
16041604
"AbandonBackupRequest": {
@@ -2433,17 +2433,6 @@
24332433
"format": "int32",
24342434
"type": "integer"
24352435
},
2436-
"backupVault": {
2437-
"deprecated": true,
2438-
"description": "Optional. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once UI removed all dependencies on them Required. Resource name of backup vault which will be used as storage location for backups. Format: projects/{project}/locations/{location}/backupVaults/{backupvault}",
2439-
"type": "string"
2440-
},
2441-
"backupVaultServiceAccount": {
2442-
"deprecated": true,
2443-
"description": "Output only. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once UI removed all dependencies on them Output only. The Google Cloud Platform Service Account to be used by the BackupVault for taking backups. Specify the email address of the Backup Vault Service Account.",
2444-
"readOnly": true,
2445-
"type": "string"
2446-
},
24472436
"ruleId": {
24482437
"description": "Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/.",
24492438
"type": "string"
@@ -4392,12 +4381,6 @@
43924381
"description": "Message for rules config info.",
43934382
"id": "RuleConfigInfo",
43944383
"properties": {
4395-
"dataSource": {
4396-
"deprecated": true,
4397-
"description": "Output only. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once UI removed all dependencies on them Output Only. Resource name of data source which will be used as storage location for backups taken by specified rule. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}",
4398-
"readOnly": true,
4399-
"type": "string"
4400-
},
44014384
"lastBackupError": {
44024385
"$ref": "Status",
44034386
"description": "Output only. Output Only. google.rpc.Status object to store the last backup error.",

backupdr/v1/backupdr-gen.go

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

0 commit comments

Comments
 (0)