Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2330)
Browse files Browse the repository at this point in the history
yoshi-automation authored Jan 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9502f9c commit 03de26a
Showing 22 changed files with 1,836 additions and 269 deletions.
24 changes: 23 additions & 1 deletion chromepolicy/v1/chromepolicy-api.json
Original file line number Diff line number Diff line change
@@ -557,7 +557,7 @@
}
}
},
"revision": "20231127",
"revision": "20240101",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
@@ -1104,6 +1104,28 @@
"readOnly": true,
"type": "string"
},
"supportedPlatforms": {
"description": "Output only. List indicates that the policy will only apply to devices/users on these platforms.",
"items": {
"enum": [
"PLATFORM_UNSPECIFIED",
"CHROME_OS",
"CHROME_BROWSER",
"CHROME_BROWSER_FOR_ANDROID",
"CHROME_BROWSER_FOR_IOS"
],
"enumDescriptions": [
"Unspecified platform.",
"ChromeOS.",
"Chrome Browser for OSX/Windows/Linux.",
"Chrome Browser for Android.",
"Chrome Browser for iOS."
],
"type": "string"
},
"readOnly": true,
"type": "array"
},
"validTargetResources": {
"description": "Output only. Information about applicable target resources for the policy.",
"items": {
11 changes: 11 additions & 0 deletions chromepolicy/v1/chromepolicy-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cloudidentity/v1/cloudidentity-api.json
Original file line number Diff line number Diff line change
@@ -1990,7 +1990,7 @@
}
}
},
"revision": "20231211",
"revision": "20240101",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
@@ -2098,7 +2098,7 @@
"id": "DynamicGroupMetadata",
"properties": {
"queries": {
"description": "Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.",
"description": "Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 500 dynamic groups.",
"items": {
"$ref": "DynamicGroupQuery"
},
2 changes: 1 addition & 1 deletion cloudidentity/v1/cloudidentity-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

272 changes: 232 additions & 40 deletions compute/v0.alpha/compute-api.json

Large diffs are not rendered by default.

740 changes: 618 additions & 122 deletions compute/v0.alpha/compute-gen.go

Large diffs are not rendered by default.

180 changes: 161 additions & 19 deletions compute/v0.beta/compute-api.json

Large diffs are not rendered by default.

412 changes: 355 additions & 57 deletions compute/v0.beta/compute-gen.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -941,7 +941,7 @@
}
}
},
"revision": "20231217",
"revision": "20240101",
"rootUrl": "https://playdeveloperreporting.googleapis.com/",
"schemas": {
"GooglePlayDeveloperReportingV1alpha1Anomaly": {
@@ -1175,7 +1175,7 @@
"type": "string"
},
"name": {
"description": "The resource name of the issue. Format: apps/{app}/errorIssues/{issue}",
"description": "Identifier. The resource name of the issue. Format: apps/{app}/errorIssues/{issue}",
"type": "string"
},
"type": {
Original file line number Diff line number Diff line change
@@ -941,7 +941,7 @@
}
}
},
"revision": "20231217",
"revision": "20240101",
"rootUrl": "https://playdeveloperreporting.googleapis.com/",
"schemas": {
"GooglePlayDeveloperReportingV1beta1Anomaly": {
@@ -1175,7 +1175,7 @@
"type": "string"
},
"name": {
"description": "The resource name of the issue. Format: apps/{app}/errorIssues/{issue}",
"description": "Identifier. The resource name of the issue. Format: apps/{app}/errorIssues/{issue}",
"type": "string"
},
"type": {
47 changes: 34 additions & 13 deletions playintegrity/v1/playintegrity-api.json
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@
}
}
},
"revision": "20231119",
"revision": "20240101",
"rootUrl": "https://playintegrity.googleapis.com/",
"schemas": {
"AccountActivity": {
@@ -315,28 +315,22 @@
"MEETS_BASIC_INTEGRITY",
"MEETS_DEVICE_INTEGRITY",
"MEETS_STRONG_INTEGRITY",
"MEETS_VIRTUAL_INTEGRITY",
"MEETS_WEAK_INTEGRITY"
],
"enumDeprecated": [
false,
false,
false,
false,
false,
true
"MEETS_VIRTUAL_INTEGRITY"
],
"enumDescriptions": [
"Play does not have sufficient information to evaluate device integrity",
"App is running on a device that passes basic system integrity checks, but may not meet Android platform compatibility requirements and may not be approved to run Google Play services.",
"App is running on GMS Android device with Google Play services.",
"App is running on GMS Android device with Google Play services and has a strong guarantee of system integrity such as a hardware-backed keystore.",
"App is running on an Android emulator with Google Play services which meets core Android compatibility requirements.",
"Deprecated: this enum value will be removed. App is running on a device that passes only weak integrity checks (is a physical device)."
"App is running on an Android emulator with Google Play services which meets core Android compatibility requirements."
],
"type": "string"
},
"type": "array"
},
"recentDeviceActivity": {
"$ref": "RecentDeviceActivity",
"description": "Details about the device activity of the device the app is running on."
}
},
"type": "object"
@@ -374,6 +368,33 @@
},
"type": "object"
},
"RecentDeviceActivity": {
"description": "Recent device activity can help developers identify devices that have exhibited hyperactive attestation activity, which could be a sign of an attack or token farming.",
"id": "RecentDeviceActivity",
"properties": {
"deviceActivityLevel": {
"description": "Required. Indicates the activity level of the device.",
"enum": [
"DEVICE_ACTIVITY_LEVEL_UNSPECIFIED",
"UNEVALUATED",
"LEVEL_1",
"LEVEL_2",
"LEVEL_3",
"LEVEL_4"
],
"enumDescriptions": [
"Device activity level has not been set.",
"Device activity level has not been evaluated.",
"Indicates the amount of used tokens. See the documentation for details.",
"Indicates the amount of used tokens. See the documentation for details.",
"Indicates the amount of used tokens. See the documentation for details.",
"Indicates the amount of used tokens. See the documentation for details."
],
"type": "string"
}
},
"type": "object"
},
"RequestDetails": {
"description": "Contains the integrity request information.",
"id": "RequestDetails",
52 changes: 49 additions & 3 deletions playintegrity/v1/playintegrity-gen.go
51 changes: 50 additions & 1 deletion securitycenter/v1/securitycenter-api.json
Original file line number Diff line number Diff line change
@@ -5810,7 +5810,7 @@
}
}
},
"revision": "20231218",
"revision": "20240101",
"rootUrl": "https://securitycenter.googleapis.com/",
"schemas": {
"Access": {
@@ -7569,6 +7569,19 @@
},
"type": "array"
},
"casePriority": {
"description": "The priority of the finding's corresponding case in the external system.",
"type": "string"
},
"caseSla": {
"description": "The SLA of the finding's corresponding case in the external system.",
"format": "google-datetime",
"type": "string"
},
"caseUri": {
"description": "The link to the finding's corresponding case in the external system.",
"type": "string"
},
"externalSystemUpdateTime": {
"description": "The time when the case was last updated, as reported by the external system.",
"format": "google-datetime",
@@ -7585,6 +7598,10 @@
"status": {
"description": "The most recent status of the finding's corresponding case, as reported by the external system.",
"type": "string"
},
"ticketInfo": {
"$ref": "TicketInfo",
"description": "Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding."
}
},
"type": "object"
@@ -9974,6 +9991,38 @@
},
"type": "object"
},
"TicketInfo": {
"description": "Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.",
"id": "TicketInfo",
"properties": {
"assignee": {
"description": "The assignee of the ticket in the ticket system.",
"type": "string"
},
"description": {
"description": "The description of the ticket in the ticket system.",
"type": "string"
},
"id": {
"description": "The identifier of the ticket in the ticket system.",
"type": "string"
},
"status": {
"description": "The latest status of the ticket, as reported by the ticket system.",
"type": "string"
},
"updateTime": {
"description": "The time when the ticket was last updated, as reported by the ticket system.",
"format": "google-datetime",
"type": "string"
},
"uri": {
"description": "The link to the ticket in the ticket system.",
"type": "string"
}
},
"type": "object"
},
"ValidateEventThreatDetectionCustomModuleRequest": {
"description": "Request to validate an Event Threat Detection custom module.",
"id": "ValidateEventThreatDetectionCustomModuleRequest",
64 changes: 64 additions & 0 deletions securitycenter/v1/securitycenter-gen.go
51 changes: 50 additions & 1 deletion securitycenter/v1beta1/securitycenter-api.json
Original file line number Diff line number Diff line change
@@ -896,7 +896,7 @@
}
}
},
"revision": "20231218",
"revision": "20240101",
"rootUrl": "https://securitycenter.googleapis.com/",
"schemas": {
"Access": {
@@ -2316,6 +2316,19 @@
},
"type": "array"
},
"casePriority": {
"description": "The priority of the finding's corresponding case in the external system.",
"type": "string"
},
"caseSla": {
"description": "The SLA of the finding's corresponding case in the external system.",
"format": "google-datetime",
"type": "string"
},
"caseUri": {
"description": "The link to the finding's corresponding case in the external system.",
"type": "string"
},
"externalSystemUpdateTime": {
"description": "The time when the case was last updated, as reported by the external system.",
"format": "google-datetime",
@@ -2332,6 +2345,10 @@
"status": {
"description": "The most recent status of the finding's corresponding case, as reported by the external system.",
"type": "string"
},
"ticketInfo": {
"$ref": "TicketInfo",
"description": "Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding."
}
},
"type": "object"
@@ -4259,6 +4276,38 @@
},
"type": "object"
},
"TicketInfo": {
"description": "Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.",
"id": "TicketInfo",
"properties": {
"assignee": {
"description": "The assignee of the ticket in the ticket system.",
"type": "string"
},
"description": {
"description": "The description of the ticket in the ticket system.",
"type": "string"
},
"id": {
"description": "The identifier of the ticket in the ticket system.",
"type": "string"
},
"status": {
"description": "The latest status of the ticket, as reported by the ticket system.",
"type": "string"
},
"updateTime": {
"description": "The time when the ticket was last updated, as reported by the ticket system.",
"format": "google-datetime",
"type": "string"
},
"uri": {
"description": "The link to the ticket in the ticket system.",
"type": "string"
}
},
"type": "object"
},
"Vulnerability": {
"description": "Refers to common vulnerability fields e.g. cve, cvss, cwe etc.",
"id": "Vulnerability",
64 changes: 64 additions & 0 deletions securitycenter/v1beta1/securitycenter-gen.go
51 changes: 50 additions & 1 deletion securitycenter/v1beta2/securitycenter-api.json
Original file line number Diff line number Diff line change
@@ -1906,7 +1906,7 @@
}
}
},
"revision": "20231218",
"revision": "20240101",
"rootUrl": "https://securitycenter.googleapis.com/",
"schemas": {
"Access": {
@@ -3310,6 +3310,19 @@
},
"type": "array"
},
"casePriority": {
"description": "The priority of the finding's corresponding case in the external system.",
"type": "string"
},
"caseSla": {
"description": "The SLA of the finding's corresponding case in the external system.",
"format": "google-datetime",
"type": "string"
},
"caseUri": {
"description": "The link to the finding's corresponding case in the external system.",
"type": "string"
},
"externalSystemUpdateTime": {
"description": "The time when the case was last updated, as reported by the external system.",
"format": "google-datetime",
@@ -3326,6 +3339,10 @@
"status": {
"description": "The most recent status of the finding's corresponding case, as reported by the external system.",
"type": "string"
},
"ticketInfo": {
"$ref": "TicketInfo",
"description": "Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding."
}
},
"type": "object"
@@ -4828,6 +4845,38 @@
},
"type": "object"
},
"TicketInfo": {
"description": "Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.",
"id": "TicketInfo",
"properties": {
"assignee": {
"description": "The assignee of the ticket in the ticket system.",
"type": "string"
},
"description": {
"description": "The description of the ticket in the ticket system.",
"type": "string"
},
"id": {
"description": "The identifier of the ticket in the ticket system.",
"type": "string"
},
"status": {
"description": "The latest status of the ticket, as reported by the ticket system.",
"type": "string"
},
"updateTime": {
"description": "The time when the ticket was last updated, as reported by the ticket system.",
"format": "google-datetime",
"type": "string"
},
"uri": {
"description": "The link to the ticket in the ticket system.",
"type": "string"
}
},
"type": "object"
},
"VirtualMachineThreatDetectionSettings": {
"description": "Resource capturing the settings for the Virtual Machine Threat Detection service.",
"id": "VirtualMachineThreatDetectionSettings",
64 changes: 64 additions & 0 deletions securitycenter/v1beta2/securitycenter-gen.go
2 changes: 1 addition & 1 deletion servicenetworking/v1/servicenetworking-gen.go
2 changes: 1 addition & 1 deletion servicenetworking/v1beta/servicenetworking-gen.go

0 comments on commit 03de26a

Please sign in to comment.