Skip to content

Commit 40e4fb1

Browse files
feat(all): auto-regenerate discovery clients (#3113)
1 parent 59f08c8 commit 40e4fb1

38 files changed

+3839
-493
lines changed

accessapproval/v1/accessapproval-api.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20250206",
916+
"revision": "20250411",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -944,6 +944,15 @@
944944
"readOnly": true,
945945
"type": "boolean"
946946
},
947+
"approvalPolicy": {
948+
"$ref": "CustomerApprovalApprovalPolicy",
949+
"description": "Optional. Policy for approval. This contains all policies."
950+
},
951+
"effectiveApprovalPolicy": {
952+
"$ref": "CustomerApprovalApprovalPolicy",
953+
"description": "Output only. Policy for approval included inherited settings to understand the exact policy applied to this resource. This is a read-only field.",
954+
"readOnly": true
955+
},
947956
"enrolledAncestor": {
948957
"description": "Output only. This field is read only (not settable via UpdateAccessApprovalSettings method). If the field is true, that indicates that at least one service is enrolled for Access Approval in one or more ancestors of the Project or Folder (this field will always be unset for the organization since organizations do not have ancestors).",
949958
"readOnly": true,
@@ -1144,6 +1153,10 @@
11441153
"format": "google-datetime",
11451154
"type": "string"
11461155
},
1156+
"policyApproved": {
1157+
"description": "True when the request has been approved by the customer's defined policy.",
1158+
"type": "boolean"
1159+
},
11471160
"signatureInfo": {
11481161
"$ref": "SignatureInfo",
11491162
"description": "The signature for the ApprovalRequest and details on how it was signed."
@@ -1162,6 +1175,31 @@
11621175
},
11631176
"type": "object"
11641177
},
1178+
"CustomerApprovalApprovalPolicy": {
1179+
"description": "Represents all the policies that can be set for Customer Approval.",
1180+
"id": "CustomerApprovalApprovalPolicy",
1181+
"properties": {
1182+
"justificationBasedApprovalPolicy": {
1183+
"description": "Optional. Policy for approval based on the justification given.",
1184+
"enum": [
1185+
"JUSTIFICATION_BASED_APPROVAL_POLICY_UNSPECIFIED",
1186+
"JUSTIFICATION_BASED_APPROVAL_ENABLED_ALL",
1187+
"JUSTIFICATION_BASED_APPROVAL_ENABLED_EXTERNAL_JUSTIFICATIONS",
1188+
"JUSTIFICATION_BASED_APPROVAL_NOT_ENABLED",
1189+
"JUSTIFICATION_BASED_APPROVAL_INHERITED"
1190+
],
1191+
"enumDescriptions": [
1192+
"Default value for proto.",
1193+
"Instant approval is enabled for all accesses.",
1194+
"Instant approval is enabled for external justifications.",
1195+
"Instant approval is not enabled for any accesses.",
1196+
"Instant approval is inherited from the parent."
1197+
],
1198+
"type": "string"
1199+
}
1200+
},
1201+
"type": "object"
1202+
},
11651203
"DismissApprovalRequestMessage": {
11661204
"description": "Request to dismiss an approval request.",
11671205
"id": "DismissApprovalRequestMessage",

accessapproval/v1/accessapproval-gen.go

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

alertcenter/v1beta1/alertcenter-api.json

Lines changed: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20250331",
426+
"revision": "20250414",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AbuseDetected": {
@@ -856,7 +856,7 @@
856856
"type": "object"
857857
},
858858
"AppSettingsChanged": {
859-
"description": "* Alerts from AppSettingsChanged bucket Rules configured by Admin which contain the below rules. Calendar settings changed Drive settings changed Email settings changed Mobile settings changed",
859+
"description": "Alerts from AppSettingsChanged bucket Rules configured by Admin which contain the following rules: - Calendar settings changed - Drive settings changed - Email settings changed - Mobile settings changed",
860860
"id": "AppSettingsChanged",
861861
"properties": {
862862
"alertDetails": {
@@ -1577,7 +1577,7 @@
15771577
"type": "object"
15781578
},
15791579
"PrimaryAdminChangedEvent": {
1580-
"description": "* Event occurred when primary admin changed in customer's account. The event are being received from insight forwarder",
1580+
"description": "Event occurred when primary admin changed in customer's account. The event are being received from insight forwarder",
15811581
"id": "PrimaryAdminChangedEvent",
15821582
"properties": {
15831583
"domain": {
@@ -1756,6 +1756,7 @@
17561756
"CHROME_WARN_PAGE_PRINT",
17571757
"CHROME_BLOCK_URL_VISITED",
17581758
"CHROME_WARN_URL_VISITED",
1759+
"CHROME_BLOCK_SCREENSHOT",
17591760
"CHROME_STORE_CONTENT",
17601761
"DELETE_WEBPROTECT_EVIDENCE",
17611762
"CHAT_BLOCK_CONTENT",
@@ -1780,6 +1781,7 @@
17801781
"Warn user about printed page.",
17811782
"Block Chrome URL visit.",
17821783
"Warn user about Chrome URL visited.",
1784+
"Block screenshot alert.",
17831785
"Store the content that violated the rule.",
17841786
"Delete web protect evidence file",
17851787
"Chat actions. Block Chat content to be sent out.",
@@ -1844,6 +1846,7 @@
18441846
"CHROME_WARN_PAGE_PRINT",
18451847
"CHROME_BLOCK_URL_VISITED",
18461848
"CHROME_WARN_URL_VISITED",
1849+
"CHROME_BLOCK_SCREENSHOT",
18471850
"CHROME_STORE_CONTENT",
18481851
"DELETE_WEBPROTECT_EVIDENCE",
18491852
"CHAT_BLOCK_CONTENT",
@@ -1868,6 +1871,7 @@
18681871
"Warn user about printed page.",
18691872
"Block Chrome URL visit.",
18701873
"Warn user about Chrome URL visited.",
1874+
"Block screenshot alert.",
18711875
"Store the content that violated the rule.",
18721876
"Delete web protect evidence file",
18731877
"Chat actions. Block Chat content to be sent out.",
@@ -1888,7 +1892,7 @@
18881892
"type": "object"
18891893
},
18901894
"SSOProfileCreatedEvent": {
1891-
"description": "* Event occurred when SSO Profile created in customer's account. The event are being received from insight forwarder",
1895+
"description": "Event occurred when SSO Profile created in customer's account. The event are being received from insight forwarder",
18921896
"id": "SSOProfileCreatedEvent",
18931897
"properties": {
18941898
"inboundSsoProfileName": {
@@ -1899,7 +1903,7 @@
18991903
"type": "object"
19001904
},
19011905
"SSOProfileDeletedEvent": {
1902-
"description": "* Event occurred when SSO Profile deleted in customer's account. The event are being received from insight forwarder",
1906+
"description": "Event occurred when SSO Profile deleted in customer's account. The event are being received from insight forwarder",
19031907
"id": "SSOProfileDeletedEvent",
19041908
"properties": {
19051909
"inboundSsoProfileName": {
@@ -1910,7 +1914,7 @@
19101914
"type": "object"
19111915
},
19121916
"SSOProfileUpdatedEvent": {
1913-
"description": "* Event occurred when SSO Profile updated in customer's account. The event are being received from insight forwarder",
1917+
"description": "Event occurred when SSO Profile updated in customer's account. The event are being received from insight forwarder",
19141918
"id": "SSOProfileUpdatedEvent",
19151919
"properties": {
19161920
"inboundSsoProfileChanges": {
@@ -2013,7 +2017,7 @@
20132017
"type": "object"
20142018
},
20152019
"SuperAdminPasswordResetEvent": {
2016-
"description": "* Event occurred when password was reset for super admin in customer's account. The event are being received from insight forwarder",
2020+
"description": "Event occurred when password was reset for super admin in customer's account. The event are being received from insight forwarder",
20172021
"id": "SuperAdminPasswordResetEvent",
20182022
"properties": {
20192023
"userEmail": {
@@ -2193,7 +2197,7 @@
21932197
"type": "object"
21942198
},
21952199
"UserChanges": {
2196-
"description": "* Alerts from UserChanges bucket Rules for predefined rules which contain the below rules. Suspended user made active New user Added User suspended (by admin) User granted admin privileges User admin privileges revoked User deleted Users password changed",
2200+
"description": "Alerts from UserChanges bucket Rules for predefined rules which contain the following rules: - Suspended user made active - New user added - User suspended (by admin) - User granted admin privileges - User admin privileges revoked - User deleted - Users password changed",
21972201
"id": "UserChanges",
21982202
"properties": {
21992203
"name": {
@@ -2218,6 +2222,52 @@
22182222
},
22192223
"type": "object"
22202224
},
2225+
"VaultAcceleratedDeletion": {
2226+
"description": "Alert that is triggered when a Vault accelerated deletion request is created or canceled.",
2227+
"id": "VaultAcceleratedDeletion",
2228+
"properties": {
2229+
"actionType": {
2230+
"description": "The action can be one of create and cancel",
2231+
"enum": [
2232+
"VAULT_ACCELERATED_DELETION_ACTION_TYPE_UNSPECIFIED",
2233+
"VAULT_ACCELERATED_DELETION_ACTION_TYPE_CREATE",
2234+
"VAULT_ACCELERATED_DELETION_ACTION_TYPE_CANCEL"
2235+
],
2236+
"enumDescriptions": [
2237+
"Unspecified action type",
2238+
"AD Create action type",
2239+
"AD Cancel action type"
2240+
],
2241+
"type": "string"
2242+
},
2243+
"appType": {
2244+
"description": "Currentlty only Gmail is supported as app type",
2245+
"enum": [
2246+
"VAULT_ACCELERATED_DELETION_APP_TYPE_UNSPECIFIED",
2247+
"VAULT_ACCELERATED_DELETION_APP_TYPE_GMAIL"
2248+
],
2249+
"enumDescriptions": [
2250+
"Unspecified app type",
2251+
"Gmail app type"
2252+
],
2253+
"type": "string"
2254+
},
2255+
"createTime": {
2256+
"description": "The UTC timestamp of when the AD request was created",
2257+
"format": "google-datetime",
2258+
"type": "string"
2259+
},
2260+
"deletionRequestId": {
2261+
"description": "Accelerated deletion request ID intended to be used to construct the Vault UI link to the AD request",
2262+
"type": "string"
2263+
},
2264+
"matterId": {
2265+
"description": "Matter ID of the accelerated deletion request intended to be used to construct the Vault UI link to the AD request",
2266+
"type": "string"
2267+
}
2268+
},
2269+
"type": "object"
2270+
},
22212271
"VoiceMisconfiguration": {
22222272
"description": "An alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.",
22232273
"id": "VoiceMisconfiguration",

0 commit comments

Comments
 (0)