Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 11, 2024
1 parent 36e3fa7 commit 97c7f2e
Show file tree
Hide file tree
Showing 43 changed files with 2,146 additions and 125 deletions.
16 changes: 15 additions & 1 deletion androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
}
}
},
"revision": "20240805",
"revision": "20240808",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -5751,6 +5751,20 @@
],
"type": "string"
},
"defaultStatus": {
"description": "Optional. Whether the sign-in URL should be used by default for the enterprise. The SigninDetail with defaultStatus set to SIGNIN_DETAIL_IS_DEFAULT is used for Google account enrollment method. Only one of an enterprise's signinDetails can have defaultStatus set to SIGNIN_DETAIL_IS_DEFAULT. If an Enterprise has at least one signinDetails and none of them have defaultStatus set to SIGNIN_DETAIL_IS_DEFAULT then the first one from the list is selected and has set defaultStatus to SIGNIN_DETAIL_IS_DEFAULT. If no signinDetails specified for the Enterprise then the Google Account device enrollment will fail.",
"enum": [
"SIGNIN_DETAIL_DEFAULT_STATUS_UNSPECIFIED",
"SIGNIN_DETAIL_IS_DEFAULT",
"SIGNIN_DETAIL_IS_NOT_DEFAULT"
],
"enumDescriptions": [
"Equivalent to SIGNIN_DETAIL_IS_NOT_DEFAULT.",
"The sign-in URL will be used by default for the enterprise.",
"The sign-in URL will not be used by default for the enterprise."
],
"type": "string"
},
"qrCode": {
"description": "A JSON string whose UTF-8 representation can be used to generate a QR code to enroll a device with this enrollment token. To enroll a device using NFC, the NFC record must contain a serialized java.util.Properties representation of the properties in the JSON. This is a read-only field generated by the server.",
"type": "string"
Expand Down
18 changes: 18 additions & 0 deletions androidmanagement/v1/androidmanagement-gen.go

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

6 changes: 5 additions & 1 deletion assuredworkloads/v1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
}
}
},
"revision": "20240712",
"revision": "20240801",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1440,6 +1440,10 @@
"description": "Permissions granted to the AW Partner SA account for the customer workload",
"id": "GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions",
"properties": {
"accessTransparencyLogsSupportCaseViewer": {
"description": "Optional. Allow partner to view support case details for an AXT log",
"type": "boolean"
},
"assuredWorkloadsMonitoring": {
"description": "Optional. Allow partner to view violation alerts.",
"type": "boolean"
Expand Down
19 changes: 12 additions & 7 deletions assuredworkloads/v1/assuredworkloads-gen.go

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

50 changes: 49 additions & 1 deletion beyondcorp/v1alpha/beyondcorp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2364,6 +2364,43 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"shouldThrottle": {
"description": "Calls the Bouncer method ShouldThrottle to check if a request should be throttled.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:shouldThrottle",
"httpMethod": "GET",
"id": "beyondcorp.projects.locations.appGateways.shouldThrottle",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. Name of the resource",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$",
"required": true,
"type": "string"
},
"port": {
"description": "Optional. The port that is being throttled",
"format": "int32",
"location": "query",
"type": "integer"
},
"requestedAmount": {
"description": "Optional. The current throughput through the port (mbps)",
"format": "int64",
"location": "query",
"type": "string"
}
},
"path": "v1alpha/{+name}:shouldThrottle",
"response": {
"$ref": "ShouldThrottleResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"testIamPermissions": {
"description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:testIamPermissions",
Expand Down Expand Up @@ -4146,7 +4183,7 @@
}
}
},
"revision": "20240724",
"revision": "20240802",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -6986,6 +7023,17 @@
},
"type": "object"
},
"ShouldThrottleResponse": {
"description": "Response message for calling ShouldThrottle",
"id": "ShouldThrottleResponse",
"properties": {
"shouldThrottle": {
"description": "Whether the port should be throttled",
"type": "boolean"
}
},
"type": "object"
},
"Tunnelv1ProtoTunnelerError": {
"description": "TunnelerError is an error proto for errors returned by the connection manager.",
"id": "Tunnelv1ProtoTunnelerError",
Expand Down
147 changes: 147 additions & 0 deletions beyondcorp/v1alpha/beyondcorp-gen.go

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

12 changes: 11 additions & 1 deletion bigquerydatapolicy/v1/bigquerydatapolicy-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@
"name"
],
"parameters": {
"force": {
"description": "Optional. If true, the data policy will be deleted even when it is referenced by one or more table columns.",
"location": "query",
"type": "boolean"
},
"name": {
"description": "Required. Resource name of the data policy to delete. Format is `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`.",
"location": "path",
Expand Down Expand Up @@ -275,6 +280,11 @@
"name"
],
"parameters": {
"allowMissing": {
"description": "Optional. If set to true, and the data policy is not found, a new data policy will be created. In this situation, update_mask is ignored.",
"location": "query",
"type": "boolean"
},
"name": {
"description": "Output only. Resource name of this data policy, in the format of `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`.",
"location": "path",
Expand Down Expand Up @@ -395,7 +405,7 @@
}
}
},
"revision": "20240122",
"revision": "20240806",
"rootUrl": "https://bigquerydatapolicy.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
Loading

0 comments on commit 97c7f2e

Please sign in to comment.