Skip to content

Commit f2f2d22

Browse files
feat(all): auto-regenerate discovery clients (#2388)
1 parent befbd36 commit f2f2d22

38 files changed

+3486
-197
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@
12901290
}
12911291
}
12921292
},
1293-
"revision": "20240102",
1293+
"revision": "20240126",
12941294
"rootUrl": "https://accesscontextmanager.googleapis.com/",
12951295
"schemas": {
12961296
"AccessContextManagerOperationMetadata": {
@@ -1522,7 +1522,7 @@
15221522
"type": "array"
15231523
},
15241524
"role": {
1525-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
1525+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
15261526
"type": "string"
15271527
}
15281528
},
@@ -1689,7 +1689,7 @@
16891689
"id": "EgressFrom",
16901690
"properties": {
16911691
"identities": {
1692-
"description": "A list of identities that are allowed access through this [EgressPolicy]. Should be in the format of email address. The email address should represent individual user or service account only.",
1692+
"description": "A list of identities that are allowed access through this [EgressPolicy], in the format of `user:{email_id}` or `serviceAccount:{email_id}`.",
16931693
"items": {
16941694
"type": "string"
16951695
},
@@ -1881,7 +1881,7 @@
18811881
"id": "IngressFrom",
18821882
"properties": {
18831883
"identities": {
1884-
"description": "A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.",
1884+
"description": "A list of identities that are allowed access through this ingress policy, in the format of `user:{email_id}` or `serviceAccount:{email_id}`.",
18851885
"items": {
18861886
"type": "string"
18871887
},

accesscontextmanager/v1/accesscontextmanager-gen.go

Lines changed: 9 additions & 5 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: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20230904",
426+
"revision": "20240129",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AbuseDetected": {
@@ -1157,6 +1157,41 @@
11571157
},
11581158
"type": "object"
11591159
},
1160+
"DeviceManagementRule": {
1161+
"description": "Alerts from Device Management Rules configured by Admin.",
1162+
"id": "DeviceManagementRule",
1163+
"properties": {
1164+
"deviceId": {
1165+
"description": "Required. The device ID.",
1166+
"type": "string"
1167+
},
1168+
"deviceModel": {
1169+
"description": "The model of the device.",
1170+
"type": "string"
1171+
},
1172+
"deviceType": {
1173+
"description": "The type of the device.",
1174+
"type": "string"
1175+
},
1176+
"email": {
1177+
"description": "The email of the user this alert was created for.",
1178+
"type": "string"
1179+
},
1180+
"iosVendorId": {
1181+
"description": "Required for iOS, empty for others.",
1182+
"type": "string"
1183+
},
1184+
"resourceId": {
1185+
"description": "The device resource ID.",
1186+
"type": "string"
1187+
},
1188+
"serialNumber": {
1189+
"description": "The serial number of the device.",
1190+
"type": "string"
1191+
}
1192+
},
1193+
"type": "object"
1194+
},
11601195
"DlpRuleViolation": {
11611196
"description": "Alerts that get triggered on violations of Data Loss Prevention (DLP) rules.",
11621197
"id": "DlpRuleViolation",

alertcenter/v1beta1/alertcenter-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.

cloudresourcemanager/v1/cloudresourcemanager-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@
11711171
}
11721172
}
11731173
},
1174-
"revision": "20240109",
1174+
"revision": "20240128",
11751175
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
11761176
"schemas": {
11771177
"Ancestor": {
@@ -1249,7 +1249,7 @@
12491249
"type": "array"
12501250
},
12511251
"role": {
1252-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
1252+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
12531253
"type": "string"
12541254
}
12551255
},

cloudresourcemanager/v1/cloudresourcemanager-gen.go

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

cloudresourcemanager/v1beta1/cloudresourcemanager-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
}
569569
}
570570
},
571-
"revision": "20240109",
571+
"revision": "20240128",
572572
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
573573
"schemas": {
574574
"Ancestor": {
@@ -646,7 +646,7 @@
646646
"type": "array"
647647
},
648648
"role": {
649-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
649+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
650650
"type": "string"
651651
}
652652
},

cloudresourcemanager/v1beta1/cloudresourcemanager-gen.go

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

cloudresourcemanager/v2/cloudresourcemanager-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
}
451451
}
452452
},
453-
"revision": "20240109",
453+
"revision": "20240128",
454454
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
455455
"schemas": {
456456
"AuditConfig": {
@@ -517,7 +517,7 @@
517517
"type": "array"
518518
},
519519
"role": {
520-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
520+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
521521
"type": "string"
522522
}
523523
},

cloudresourcemanager/v2/cloudresourcemanager-gen.go

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

0 commit comments

Comments
 (0)