Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2280)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 30, 2023
1 parent d07fe32 commit e8e2895
Show file tree
Hide file tree
Showing 27 changed files with 33,354 additions and 1,182 deletions.
6 changes: 3 additions & 3 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20231025",
"revision": "20231120",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -1534,7 +1534,7 @@
"type": "object"
},
"ApplicationPolicy": {
"description": "Policy for an individual app. Note: Application availability on a given device cannot be changed using this policy if installAppsDisabled is enabled. The maximum number of applications that you can specify per enterprise policy is 3,000.",
"description": "Policy for an individual app. Note: Application availability on a given device cannot be changed using this policy if installAppsDisabled is enabled. The maximum number of applications that you can specify per policy is 3,000.",
"id": "ApplicationPolicy",
"properties": {
"accessibleTrackIds": {
Expand Down Expand Up @@ -4482,7 +4482,7 @@
"type": "string"
},
"applications": {
"description": "Policy applied to apps.",
"description": "Policy applied to apps. This can have at most 3,000 elements.",
"items": {
"$ref": "ApplicationPolicy"
},
Expand Down
5 changes: 3 additions & 2 deletions androidmanagement/v1/androidmanagement-gen.go

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

15 changes: 15 additions & 0 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -6217,6 +6217,21 @@
"documentationLink": "https://cloud.google.com/vpc/docs/configure-serverless-vpc-access",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "walletobjects:v1",
"name": "walletobjects",
"version": "v1",
"title": "Google Wallet API",
"description": "API for issuers to save and manage Google Wallet Objects.",
"discoveryRestUrl": "https://walletobjects.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/pay/passes",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "webfonts:v1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@
}
}
},
"revision": "20230907",
"revision": "20231129",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -1582,12 +1582,14 @@
"enum": [
"CREATIVE_FORMAT_UNSPECIFIED",
"DISPLAY",
"VIDEO"
"VIDEO",
"AUDIO"
],
"enumDescriptions": [
"A placeholder for an unspecified creative format.",
"Banner creatives such as image or HTML5 assets.",
"Video creatives that can be played in a video player."
"Video creatives that can be played in a video player.",
"Audio creatives that can play during audio content or point to a third party ad server."
],
"readOnly": true,
"type": "string"
Expand Down

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

6 changes: 3 additions & 3 deletions classroom/v1/classroom-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
"type": "string"
},
"updateMask": {
"description": "Mask that identifies which fields on the course work to update. This field is required to do an update. The update fails if invalid fields are specified. If a field supports empty values, it can be cleared by specifying it in the update mask and not in the CourseWork object. If a field that does not support empty values is included in the update mask and not set in the CourseWork object, an `INVALID_ARGUMENT` error is returned. The following fields may be specified by teachers: * `title` * `description` * `state` * `due_date` * `due_time` * `max_points` * `scheduled_time` * `submission_modification_mode` * `topic_id`",
"description": "Mask that identifies which fields on the course work to update. This field is required to do an update. The update fails if invalid fields are specified. If a field supports empty values, it can be cleared by specifying it in the update mask and not in the `CourseWork` object. If a field that does not support empty values is included in the update mask and not set in the `CourseWork` object, an `INVALID_ARGUMENT` error is returned. The following fields may be specified by teachers: * `title` * `description` * `state` * `due_date` * `due_time` * `max_points` * `scheduled_time` * `submission_modification_mode` * `topic_id`",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -2400,7 +2400,7 @@
}
}
},
"revision": "20230706",
"revision": "20231121",
"rootUrl": "https://classroom.googleapis.com/",
"schemas": {
"Announcement": {
Expand Down Expand Up @@ -3850,7 +3850,7 @@
"type": "object"
},
"StudentSubmission": {
"description": "Student submission for course work. StudentSubmission items are generated when a CourseWork item is created. StudentSubmissions that have never been accessed (i.e. with `state` = NEW) may not have a creation time or update time.",
"description": "Student submission for course work. `StudentSubmission` items are generated when a `CourseWork` item is created. Student submissions that have never been accessed (i.e. with `state` = NEW) may not have a creation time or update time.",
"id": "StudentSubmission",
"properties": {
"alternateLink": {
Expand Down
20 changes: 10 additions & 10 deletions classroom/v1/classroom-gen.go

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

20 changes: 13 additions & 7 deletions cloudbuild/v1/cloudbuild-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@
}
}
},
"revision": "20231031",
"revision": "20231127",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -3759,14 +3759,16 @@
"CLOUD_SOURCE_REPOSITORIES",
"GITHUB",
"BITBUCKET_SERVER",
"GITLAB"
"GITLAB",
"BITBUCKET_CLOUD"
],
"enumDescriptions": [
"The default, unknown repo type. Don't use it, instead use one of the other repo types.",
"A Google Cloud Source Repositories-hosted repo.",
"A GitHub-hosted repo not necessarily on \"github.com\" (i.e. GitHub Enterprise).",
"A Bitbucket Server-hosted repo.",
"A GitLab-hosted repo."
"A GitLab-hosted repo.",
"A Bitbucket Cloud-hosted repo."
],
"type": "string"
},
Expand Down Expand Up @@ -4105,14 +4107,16 @@
"CLOUD_SOURCE_REPOSITORIES",
"GITHUB",
"BITBUCKET_SERVER",
"GITLAB"
"GITLAB",
"BITBUCKET_CLOUD"
],
"enumDescriptions": [
"The default, unknown repo type. Don't use it, instead use one of the other repo types.",
"A Google Cloud Source Repositories-hosted repo.",
"A GitHub-hosted repo not necessarily on \"github.com\" (i.e. GitHub Enterprise).",
"A Bitbucket Server-hosted repo.",
"A GitLab-hosted repo."
"A GitLab-hosted repo.",
"A Bitbucket Cloud-hosted repo."
],
"type": "string"
},
Expand Down Expand Up @@ -4754,14 +4758,16 @@
"GITHUB",
"GITHUB_ENTERPRISE",
"GITLAB_ENTERPRISE",
"BITBUCKET_DATA_CENTER"
"BITBUCKET_DATA_CENTER",
"BITBUCKET_CLOUD"
],
"enumDescriptions": [
"If unspecified, RepositoryType defaults to GITHUB.",
"The SCM repo is GITHUB.",
"The SCM repo is GITHUB Enterprise.",
"The SCM repo is GITLAB Enterprise.",
"The SCM repo is BITBUCKET Data Center."
"The SCM repo is BITBUCKET Data Center.",
"The SCM repo is BITBUCKET Cloud."
],
"readOnly": true,
"type": "string"
Expand Down
3 changes: 3 additions & 0 deletions cloudbuild/v1/cloudbuild-gen.go

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

9 changes: 3 additions & 6 deletions cloudbuild/v2/cloudbuild-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
}
}
},
"revision": "20231109",
"revision": "20231127",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -2592,11 +2592,8 @@
"type": "array"
},
"stepTemplate": {
"description": "Optional. StepTemplate can be used as the basis for all step containers within the Task, so that the steps inherit settings on the base container.",
"items": {
"$ref": "StepTemplate"
},
"type": "array"
"$ref": "StepTemplate",
"description": "Optional. StepTemplate can be used as the basis for all step containers within the Task, so that the steps inherit settings on the base container."
},
"steps": {
"description": "Steps of the task.",
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild/v2/cloudbuild-gen.go

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

18 changes: 15 additions & 3 deletions content/v2.1/content-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -6488,7 +6488,7 @@
}
}
},
"revision": "20231105",
"revision": "20231128",
"rootUrl": "https://shoppingcontent.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -9630,13 +9630,15 @@
"EXTERNAL_ACTION_TYPE_UNSPECIFIED",
"REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER",
"REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER",
"LEGAL_APPEAL_IN_HELP_CENTER"
"LEGAL_APPEAL_IN_HELP_CENTER",
"VERIFY_IDENTITY_IN_MERCHANT_CENTER"
],
"enumDescriptions": [
"Default value. Will never be provided by the API.",
"Redirect to Merchant Center where the merchant can request a review for issue related to their product.",
"Redirect to Merchant Center where the merchant can request a review for issue related to their account.",
"Redirect to the form in Help Center where the merchant can request a legal appeal for the issue."
"Redirect to the form in Help Center where the merchant can request a legal appeal for the issue.",
"Redirect to Merchant Center where the merchant can perform identity verification."
],
"type": "string"
},
Expand Down Expand Up @@ -13940,6 +13942,16 @@
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posStore`\"",
"type": "string"
},
"matchingStatus": {
"description": "Output only. The matching status of POS store and Google Business Profile store. Possible values are: - \"`matched`\": The POS store is successfully matched with the Google Business Profile store. - \"`failed`\": The POS store is not matched with the Google Business Profile store. See matching_status_hint for further details. Note that there is up to 48 hours propagation delay for changes in Merchant Center (e.g. creation of new account, accounts linking) and Google Business Profile (e.g. store address update) which may affect the matching status. In such cases, after a delay call [pos.list](https://developers.google.com/shopping-content/reference/rest/v2.1/pos/list) to retrieve the updated matching status. ",
"readOnly": true,
"type": "string"
},
"matchingStatusHint": {
"description": "Output only. The hint of why the matching has failed. This is only set when matching_status=failed. Possible values are: - \"`linked-store-not-found`\": There aren't any Google Business Profile stores available for matching. Connect your Merchant Center account with the Google Business Profile account. Or add a new Google Business Profile store corresponding to the POS store. - \"`store-match-not-found`\": The provided POS store couldn't be matched to any of the connected Google Business Profile stores. Merchant Center account is connected correctly and stores are available on Google Business Profile, but POS store location address does not match with Google Business Profile stores' addresses. Update POS store address or Google Business Profile store address to match correctly. ",
"readOnly": true,
"type": "string"
},
"phoneNumber": {
"description": "The store phone number.",
"type": "string"
Expand Down
Loading

0 comments on commit e8e2895

Please sign in to comment.