Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jul 25, 2024
1 parent 66ace6c commit ddc4e0b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 28 deletions.
12 changes: 6 additions & 6 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
"enrollmentTokens": {
"methods": {
"create": {
"description": "Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to manage the lifecycle of newly created tokens and deleting them when they're not intended to be used anymore. Once an enrollment token has been created, it's not possible to retrieve the token's content anymore using AM API. It is recommended for EMMs to securely store the token if it's intended to be reused.",
"description": "Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to manage the lifecycle of newly created tokens and deleting them when they're not intended to be used anymore.",
"flatPath": "v1/enterprises/{enterprisesId}/enrollmentTokens",
"httpMethod": "POST",
"id": "androidmanagement.enterprises.enrollmentTokens.create",
Expand Down Expand Up @@ -1168,7 +1168,7 @@
}
}
},
"revision": "20240618",
"revision": "20240724",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -4248,9 +4248,9 @@
"DEVICE_INCOMPATIBLE"
],
"enumDescriptions": [
"This value is disallowed.",
"This value is not used.",
"The setting is not supported in the API level of the Android version running on the device.",
"The management mode (profile owner, device owner, etc.) doesn't support the setting.",
"The management mode (such as fully managed or work profile) doesn't support the setting.",
"The user has not taken required action to comply with the setting.",
"The setting has an invalid value.",
"The app required to implement the policy is not installed.",
Expand Down Expand Up @@ -4326,9 +4326,9 @@
"DEVICE_INCOMPATIBLE"
],
"enumDescriptions": [
"This value is disallowed.",
"This value is not used.",
"The setting is not supported in the API level of the Android version running on the device.",
"The management mode (profile owner, device owner, etc.) doesn't support the setting.",
"The management mode (such as fully managed or work profile) doesn't support the setting.",
"The user has not taken required action to comply with the setting.",
"The setting has an invalid value.",
"The app required to implement the policy is not installed.",
Expand Down
17 changes: 7 additions & 10 deletions androidmanagement/v1/androidmanagement-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 content/v2.1/content-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -6219,7 +6219,7 @@
}
}
},
"revision": "20240719",
"revision": "20240723",
"rootUrl": "https://shoppingcontent.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -14500,7 +14500,7 @@
"type": "array"
},
"source": {
"description": "The source of the offer, that is, how the offer was created. Acceptable values are: - \"`api`\" - \"`crawl`\" - \"`feed`\" ",
"description": "Output only. The source of the offer, that is, how the offer was created. Acceptable values are: - \"`api`\" - \"`crawl`\" - \"`feed`\" ",
"type": "string"
},
"structuredDescription": {
Expand Down
4 changes: 2 additions & 2 deletions content/v2.1/content-gen.go

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

7 changes: 1 addition & 6 deletions firebaseml/v2beta/firebaseml-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
}
}
},
"revision": "20240719",
"revision": "20240722",
"rootUrl": "https://firebaseml.googleapis.com/",
"schemas": {
"Date": {
Expand Down Expand Up @@ -708,11 +708,6 @@
"$ref": "GoogleCloudAiplatformV1beta1Schema",
"description": "Optional. The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be set. Compatible mimetypes: `application/json`: Schema for JSON response."
},
"seed": {
"description": "Optional. Seed.",
"format": "int32",
"type": "integer"
},
"stopSequences": {
"description": "Optional. Stop sequences.",
"items": {
Expand Down
2 changes: 0 additions & 2 deletions firebaseml/v2beta/firebaseml-gen.go

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

0 comments on commit ddc4e0b

Please sign in to comment.