8000 feat(all): auto-regenerate discovery clients (#2658) · googleapis/google-api-go-client@719f988 · GitHub
[go: up one dir, main page]

Skip to content

Commit 719f988

Browse files
feat(all): auto-regenerate discovery clients (#2658)
1 parent 1a28e06 commit 719f988

20 files changed

+1525
-68
lines changed

analyticshub/v1/analyticshub-api.json

Lines changed: 480 additions & 3 deletions
Large diffs are not rendered by default.

analyticshub/v1/analyticshub-gen.go

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

analyticshub/v1beta1/analyticshub-api.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
}
696696
}
697697
},
698-
"revision": "20240122",
698+
"revision": "20240624",
699699
"rootUrl": "https://analyticshub.googleapis.com/",
700700
"schemas": {
701701
"AuditConfig": {
@@ -938,6 +938,16 @@
938938
"description": "Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset",
939939
"readOnly": true,
940940
"type": "string"
941+
},
942+
"linkedPubsubSubscription": {
943+
"description": "Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id",
944+
"readOnly": true,
945+
"type": "string"
946+
},
947+
"listing": {
948+
"description": "Output only. Listing for which linked resource is created.",
949+
"readOnly": true,
950+
"type": "string"
941951
}
942952
},
943953
"type": "object"
@@ -1095,7 +1105,7 @@
10951105
},
10961106
"restrictedExportConfig": {
10971107
"$ref": "RestrictedExportConfig",
1098-
"description": "Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset."
1108+
"description": "Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset. This is a required field for data clean room exchanges."
10991109
},
11001110
"state": {
11011111
"description": "Output only. Current state of the listing.",
@@ -1307,6 +1317,14 @@
13071317
"readOnly": true,
13081318
"type": "object"
13091319
},
1320+
"linkedResources": {
1321+
"description": "Output only. Linked resources created in the subscription. Only contains values if state = STATE_ACTIVE.",
1322+
"items": {
1323+
"$ref": "LinkedResource"
1324+
},
1325+
"readOnly": true,
1326+
"type": "array"
1327+
},
13101328
"listing": {
13111329
"description": "Output only. Resource name of the source Listing. e.g. projects/123/locations/US/dataExchanges/456/listings/789",
13121330
"readOnly": true,
@@ -1327,6 +1345,21 @@
13271345
"readOnly": true,
13281346
"type": "string"
13291347
},
1348+
"resourceType": {
1349+
"description": "Output only. Listing shared asset type.",
1350+
"enum": [
1351+
"SHARED_RESOURCE_TYPE_UNSPECIFIED",
1352+
"BIGQUERY_DATASET",
1353+
"PUBSUB_TOPIC"
1354+
],
1355+
"enumDescriptions": [
1356+
"Not specified.",
1357+
"BigQuery Dataset Asset.",
1358+
"Pub/Sub Topic Asset."
1359+
],
1360+
"readOnly": true,
1361+
"type": "string"
1362+
},
13301363
"state": {
13311364
"description": "Output only. Current state of the subscription.",
13321365
"enum": [

analyticshub/v1beta1/analyticshub-gen.go

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

chat/v1/chat-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@
12411241
}
12421242
}
12431243
},
1244-
"revision": "20240613",
1244+
"revision": "20240623",
12451245
"rootUrl": "https://chat.googleapis.com/",
12461246
"schemas": {
12471247
"AccessoryWidget": {
@@ -1833,7 +1833,7 @@
18331833
},
18341834
"common": {
18351835
"$ref": "CommonEventObject",
1836-
"description": "Represents information about the user's client, such as locale, host app, and platform. For Chat apps, `CommonEventObject` includes information submitted by users interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card."
1836+
"description": "Represents informatmessage_visibilityion about the user's client, such as locale, host app, and platform. For Chat apps, `CommonEventObject` includes information submitted by users interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card."
18371837
},
18381838
"configCompleteRedirectUrl": {
18391839
"description": "The URL the Chat app should redirect the user to after they have completed an authorization or configuration flow outside of Google Chat. For more information, see [Connect a Chat app with other services \u0026 tools](https://developers.google.com/workspace/chat/connect-web-services-tools).",

chat/v1/chat-gen.go

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

containeranalysis/v1/containeranalysis-api.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
}
10731073
}
10741074
},
1075-
"revision": "20240614",
1075+
"revision": "20240625",
10761076
"rootUrl": "https://containeranalysis.googleapis.com/",
10771077
"schemas": {
10781078
"AliasContext": {
@@ -3748,6 +3748,10 @@
37483748
"sbomStatus": {
37493749
"$ref": "SBOMStatus",
37503750
"description": "The status of an SBOM generation."
3751+
},
3752+
"vulnerabilityAttestation": {
3753+
"$ref": "VulnerabilityAttestation",
3754+
"description": "The status of an vulnerability attestation generation."
37513755
}
37523756
},
37533757
"type": "object"
@@ -5901,6 +5905,36 @@
59015905
},
59025906
"type": "object"
59035907
},
5908+
"VulnerabilityAttestation": {
5909+
"description": "The status of an vulnerability attestation generation.",
5910+
"id": "VulnerabilityAttestation",
5911+
"properties": {
5912+
"error": {
5913+
"description": "If failure, the error reason for why the attestation generation failed.",
5914+
"type": "string"
5915+
},
5916+
"lastAttemptTime": {
5917+
"description": "The last time we attempted to generate an attestation.",
5918+
"format": "google-datetime",
5919+
"type": "string"
5920+
},
5921+
"state": {
5922+
"description": "The success/failure state of the latest attestation attempt.",
5923+
"enum": [
5924+
"VULNERABILITY_ATTESTATION_STATE_UNSPECIFIED",
5925+
"SUCCESS",
5926+
"FAILURE"
5927+
],
5928+
"enumDescriptions": [
5929+
"Default unknown state.",
5930+
"Attestation was successfully generated and stored.",
5931+
"Attestation was unsuccessfully generated and stored."
5932+
],
5933+
"type": "string"
5934+
}
5935+
},
5936+
"type": "object"
5937+
},
59045938
"VulnerabilityNote": {
59055939
"description": "A security vulnerability that can be found in resources.",
59065940
"id": "VulnerabilityNote",

containeranalysis/v1/containeranalysis-gen.go

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

containeranalysis/v1alpha1/containeranalysis-api.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@
12401240
}
12411241
}
12421242
},
1243-
"revision": "20240614",
1243+
"revision": "20240625",
12441244
"rootUrl": "https://containeranalysis.googleapis.com/",
12451245
"schemas": {
12461246
"AnalysisCompleted": {
@@ -3716,6 +3716,11 @@
37163716
"$ref": "SBOMStatus",
37173717
"description": "Output only. The status of an SBOM generation.",
37183718
"readOnly": true
3719+
},
3720+
"vulnerabilityAttestation": {
3721+
"$ref": "VulnerabilityAttestation",
3722+
"description": "Output only. The status of a vulnerability attestation generation.",
3723+
"readOnly": true
37193724
}
37203725
},
37213726
"type": "object"
@@ -6728,6 +6733,39 @@
67286733
},
67296734
"type": "object"
67306735
},
6736+
"VulnerabilityAttestation": {
6737+
"description": "The status of a vulnerability attestation generation.",
6738+
"id": "VulnerabilityAttestation",
6739+
"properties": {
6740+
"error": {
6741+
"description": "Output only. If failure, the error reason for why the attestation generation failed.",
6742+
"readOnly": true,
6743+
"type": "string"
6744+
},
6745+
"lastAttemptTime": {
6746+
"description": "Output only. The last time we attempted to generate an attestation.",
6747+
"format": "google-datetime",
6748+
"readOnly": true,
6749+
"type": "string"
6750+
},
6751+
"state": {
6752+
"description": "Output only. The success/failure state of the latest attestation attempt.",
6753+
"enum": [
6754+
"VULNERABILITY_ATTESTATION_STATE_UNSPECIFIED",
6755+
"SUCCESS",
6756+
"FAILURE"
6757+
],
6758+
"enumDescriptions": [
6759+
"Default unknown state.",
6760+
"Attestation was successfully generated and stored.",
6761+
"Attestation was unsuccessfully generated and stored."
6762+
],
6763+
"readOnly": true,
6764+
"type": "string"
6765+
}
6766+
},
6767+
"type": "object"
6768+
},
67316769
"VulnerabilityDetails": {
67326770
"description": "Used by Occurrence to point to where the vulnerability exists and how to fix it.",
67336771
"id": "VulnerabilityDetails",

containeranalysis/v1alpha1/containeranalysis-gen.go

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

0 commit comments

Comments
 (0)
0