Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 13, 2023
1 parent f74fbb6 commit 4df52d2
Show file tree
Hide file tree
Showing 36 changed files with 958 additions and 309 deletions.
19 changes: 18 additions & 1 deletion admob/v1/admob-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
}
}
},
"revision": "20221026",
"revision": "20230112",
"rootUrl": "https://admob.googleapis.com/",
"schemas": {
"AdUnit": {
Expand Down Expand Up @@ -362,6 +362,23 @@
"description": "Describes an AdMob app for a specific platform (For example: Android or iOS).",
"id": "App",
"properties": {
"appApprovalState": {
"description": "Output only. The approval state for the app.",
"enum": [
"APP_APPROVAL_STATE_UNSPECIFIED",
"ACTION_REQUIRED",
"IN_REVIEW",
"APPROVED"
],
"enumDescriptions": [
"Default value for an unset field. Do not use.",
"The app requires additional user action to be approved. Please refer to https://support.google.com/admob/answer/10564477 for details and next steps.",
"The app is pending review.",
"The app is approved and can serve ads."
],
"readOnly": true,
"type": "string"
},
"appId": {
"description": "The externally visible ID of the app which can be used to integrate with the AdMob SDK. This is a read only property. Example: ca-app-pub-9876543210987654~0123456789",
"type": "string"
Expand Down
28 changes: 21 additions & 7 deletions admob/v1/admob-gen.go

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

19 changes: 18 additions & 1 deletion admob/v1beta/admob-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
}
}
},
"revision": "20221026",
"revision": "20230112",
"rootUrl": "https://admob.googleapis.com/",
"schemas": {
"AdSource": {
Expand Down Expand Up @@ -419,6 +419,23 @@
"description": "Describes an AdMob app for a specific platform (For example: Android or iOS).",
"id": "App",
"properties": {
"appApprovalState": {
"description": "Output only. The approval state for the app.",
"enum": [
"APP_APPROVAL_STATE_UNSPECIFIED",
"ACTION_REQUIRED",
"IN_REVIEW",
"APPROVED"
],
"enumDescriptions": [
"Default value for an unset field. Do not use.",
"The app requires additional user action to be approved. Please refer to https://support.google.com/admob/answer/10564477 for details and next steps.",
"The app is pending review.",
"The app is approved and can serve ads."
],
"readOnly": true,
"type": "string"
},
"appId": {
"description": "The externally visible ID of the app which can be used to integrate with the AdMob SDK. This is a read only property. Example: ca-app-pub-9876543210987654~0123456789",
"type": "string"
Expand Down
28 changes: 21 additions & 7 deletions admob/v1beta/admob-gen.go

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

42 changes: 41 additions & 1 deletion androidenterprise/v1/androidenterprise-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,7 @@
}
}
},
"revision": "20221214",
"revision": "20230111",
"rootUrl": "https://androidenterprise.googleapis.com/",
"schemas": {
"Administrator": {
Expand Down Expand Up @@ -3265,6 +3265,11 @@
},
"type": "array"
},
"googleAuthenticationSettings": {
"$ref": "GoogleAuthenticationSettings",
"description": "Output only. Settings for Google-provided user authentication.",
"readOnly": true
},
"id": {
"description": "The unique ID for the enterprise.",
"type": "string"
Expand Down Expand Up @@ -3367,6 +3372,41 @@
},
"type": "object"
},
"GoogleAuthenticationSettings": {
"description": "Contains settings for Google-provided user authentication.",
"id": "GoogleAuthenticationSettings",
"properties": {
"dedicatedDevicesAllowed": {
"description": "Whether dedicated devices are allowed.",
"enum": [
"dedicatedDevicesAllowedUnspecified",
"disallowed",
"allowed"
],
"enumDescriptions": [
"This value is unused.",
"Dedicated devices are not allowed.",
"Dedicated devices are allowed."
],
"type": "string"
},
"googleAuthenticationRequired": {
"description": "Whether Google authentication is required.",
"enum": [
"googleAuthenticationRequiredUnspecified",
"notRequired",
"required"
],
"enumDescriptions": [
"This value is unused.",
"Google authentication is not required.",
"User is required to be successfully authenticated by Google."
],
"type": "string"
}
},
"type": "object"
},
"GroupLicense": {
"description": "Group license objects allow you to keep track of licenses (called entitlements) for both free and paid apps. For a free app, a group license is created when an enterprise admin first approves the product in Google Play or when the first entitlement for the product is created for a user via the API. For a paid app, a group license object is only created when an enterprise admin purchases the product in Google Play for the first time. Use the API to query group licenses. A Grouplicenses resource includes the total number of licenses purchased (paid apps only) and the total number of licenses currently in use. In other words, the total number of Entitlements that exist for the product. Only one group license object is created per product and group license objects are never deleted. If a product is unapproved, its group license remains. This allows enterprise admins to keep track of any remaining entitlements for the product.",
"id": "GroupLicense",
Expand Down
50 changes: 50 additions & 0 deletions androidenterprise/v1/androidenterprise-gen.go

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

54 changes: 53 additions & 1 deletion appengine/v1/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,9 +1593,61 @@
}
}
}
},
"projects": {
"resources": {
"locations": {
"resources": {
"applications": {
"methods": {
"get": {
"description": "Gets information about an application.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}",
"httpMethod": "GET",
"id": "appengine.projects.locations.applications.get",
"parameterOrder": [
"projectsId",
"locationsId",
"applicationsId"
],
"parameters": {
"applicationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"locationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"projectsId": {
"description": "Part of `name`. Name of the Application resource to get. Example: apps/myapp.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}",
"response": {
"$ref": "Application"
},
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
}
}
}
}
}
}
}
},
"revision": "20221205",
"revision": "20230109",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down
Loading

0 comments on commit 4df52d2

Please sign in to comment.