Skip to content

Commit e8e2895

Browse files
feat(all): auto-regenerate discovery clients (#2280)
1 parent d07fe32 commit e8e2895

27 files changed

+33354
-1182
lines changed

androidmanagement/v1/androidmanagement-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20231025",
1098+
"revision": "20231120",
10991099
"rootUrl": "https://androidmanagement.googleapis.com/",
11001100
"schemas": {
11011101
"AdbShellCommandEvent": {
@@ -1534,7 +1534,7 @@
15341534
"type": "object"
15351535
},
15361536
"ApplicationPolicy": {
1537-
"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.",
1537+
"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.",
15381538
"id": "ApplicationPolicy",
15391539
"properties": {
15401540
"accessibleTrackIds": {
@@ -4482,7 +4482,7 @@
44824482
"type": "string"
44834483
},
44844484
"applications": {
4485-
"description": "Policy applied to apps.",
4485+
"description": "Policy applied to apps. This can have at most 3,000 elements.",
44864486
"items": {
44874487
"$ref": "ApplicationPolicy"
44884488
},

androidmanagement/v1/androidmanagement-gen.go

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

+15
Original file line numberDiff line numberDiff line change
@@ -6217,6 +6217,21 @@
62176217
"documentationLink": "https://cloud.google.com/vpc/docs/configure-serverless-vpc-access",
62186218
"preferred": true
62196219
},
6220+
{
6221+
"kind": "discovery#directoryItem",
6222+
"id": "walletobjects:v1",
6223+
"name": "walletobjects",
6224+
"version": "v1",
6225+
"title": "Google Wallet API",
6226+
"description": "API for issuers to save and manage Google Wallet Objects.",
6227+
"discoveryRestUrl": "https://walletobjects.googleapis.com/$discovery/rest?version=v1",
6228+
"icons": {
6229+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
6230+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
6231+
},
6232+
"documentationLink": "https://developers.google.com/pay/passes",
6233+
"preferred": true
6234+
},
62206235
{
62216236
"kind": "discovery#directoryItem",
62226237
"id": "webfonts:v1",

authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-api.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@
13071307
}
13081308
}
13091309
},
1310-
"revision": "20230907",
1310+
"revision": "20231129",
13111311
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
13121312
"schemas": {
13131313
"AcceptProposalRequest": {
@@ -1582,12 +1582,14 @@
15821582
"enum": [
15831583
"CREATIVE_FORMAT_UNSPECIFIED",
15841584
"DISPLAY",
1585-
"VIDEO"
1585+
"VIDEO",
1586+
"AUDIO"
15861587
],
15871588
"enumDescriptions": [
15881589
"A placeholder for an unspecified creative format.",
15891590
"Banner creatives such as image or HTML5 assets.",
1590-
"Video creatives that can be played in a video player."
1591+
"Video creatives that can be played in a video player.",
1592+
"Audio creatives that can play during audio content or point to a third party ad server."
15911593
],
15921594
"readOnly": true,
15931595
"type": "string"

authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-gen.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classroom/v1/classroom-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@
895895
"type": "string"
896896
},
897897
"updateMask": {
898-
"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`",
898+
"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`",
899899
"format": "google-fieldmask",
900900
"location": "query",
901901
"type": "string"
@@ -2400,7 +2400,7 @@
24002400
}
24012401
}
24022402
},
2403-
"revision": "20230706",
2403+
"revision": "20231121",
24042404
"rootUrl": "https://classroom.googleapis.com/",
24052405
"schemas": {
24062406
"Announcement": {
@@ -3850,7 +3850,7 @@
38503850
"type": "object"
38513851
},
38523852
"StudentSubmission": {
3853-
"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.",
3853+
"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.",
38543854
"id": "StudentSubmission",
38553855
"properties": {
38563856
"alternateLink": {

classroom/v1/classroom-gen.go

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudbuild/v1/cloudbuild-api.json

+13-7
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319
}
23202320
}
23212321
},
2322-
"revision": "20231031",
2322+
"revision": "20231127",
23232323
"rootUrl": "https://cloudbuild.googleapis.com/",
23242324
"schemas": {
23252325
"ApprovalConfig": {
@@ -3759,14 +3759,16 @@
37593759
"CLOUD_SOURCE_REPOSITORIES",
37603760
"GITHUB",
37613761
"BITBUCKET_SERVER",
3762-
"GITLAB"
3762+
"GITLAB",
3763+
"BITBUCKET_CLOUD"
37633764
],
37643765
"enumDescriptions": [
37653766
"The default, unknown repo type. Don't use it, instead use one of the other repo types.",
37663767
"A Google Cloud Source Repositories-hosted repo.",
37673768
"A GitHub-hosted repo not necessarily on \"github.com\" (i.e. GitHub Enterprise).",
37683769
"A Bitbucket Server-hosted repo.",
3769-
"A GitLab-hosted repo."
3770+
"A GitLab-hosted repo.",
3771+
"A Bitbucket Cloud-hosted repo."
37703772
],
37713773
"type": "string"
37723774
},
@@ -4105,14 +4107,16 @@
41054107
"CLOUD_SOURCE_REPOSITORIES",
41064108
"GITHUB",
41074109
"BITBUCKET_SERVER",
4108-
"GITLAB"
4110+
"GITLAB",
4111+
"BITBUCKET_CLOUD"
41094112
],
41104113
"enumDescriptions": [
41114114
"The default, unknown repo type. Don't use it, instead use one of the other repo types.",
41124115
"A Google Cloud Source Repositories-hosted repo.",
41134116
"A GitHub-hosted repo not necessarily on \"github.com\" (i.e. GitHub Enterprise).",
41144117
"A Bitbucket Server-hosted repo.",
4115-
"A GitLab-hosted repo."
4118+
"A GitLab-hosted repo.",
4119+
"A Bitbucket Cloud-hosted repo."
41164120
],
41174121
"type": "string"
41184122
},
@@ -4754,14 +4758,16 @@
47544758
"GITHUB",
47554759
"GITHUB_ENTERPRISE",
47564760
"GITLAB_ENTERPRISE",
4757-
"BITBUCKET_DATA_CENTER"
4761+
"BITBUCKET_DATA_CENTER",
4762+
"BITBUCKET_CLOUD"
47584763
],
47594764
"enumDescriptions": [
47604765
"If unspecified, RepositoryType defaults to GITHUB.",
47614766
"The SCM repo is GITHUB.",
47624767
"The SCM repo is GITHUB Enterprise.",
47634768
"The SCM repo is GITLAB Enterprise.",
4764-
"The SCM repo is BITBUCKET Data Center."
4769+
"The SCM repo is BITBUCKET Data Center.",
4770+
"The SCM repo is BITBUCKET Cloud."
47654771
],
47664772
"readOnly": true,
47674773
"type": "string"

cloudbuild/v1/cloudbuild-gen.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudbuild/v2/cloudbuild-api.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
}
845845
}
846846
},
847-
"revision": "20231109",
847+
"revision": "20231127",
848848
"rootUrl": "https://cloudbuild.googleapis.com/",
849849
"schemas": {
850850
"AuditConfig": {
@@ -2592,11 +2592,8 @@
25922592
"type": "array"
25932593
},
25942594
"stepTemplate": {
2595-
"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.",
2596-
"items": {
2597-
"$ref": "StepTemplate"
2598-
},
2599-
"type": "array"
2595+
"$ref": "StepTemplate",
2596+
"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."
26002597
},
26012598
"steps": {
26022599
"description": "Steps of the task.",

cloudbuild/v2/cloudbuild-gen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/v2.1/content-api.json

+15-3
Original file line numberDiff line numberDiff line change
@@ -6488,7 +6488,7 @@
64886488
}
64896489
}
64906490
},
6491-
"revision": "20231105",
6491+
"revision": "20231128",
64926492
"rootUrl": "https://shoppingcontent.googleapis.com/",
64936493
"schemas": {
64946494
"Account": {
@@ -9630,13 +9630,15 @@
96309630
"EXTERNAL_ACTION_TYPE_UNSPECIFIED",
96319631
"REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER",
96329632
"REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER",
9633-
"LEGAL_APPEAL_IN_HELP_CENTER"
9633+
"LEGAL_APPEAL_IN_HELP_CENTER",
9634+
"VERIFY_IDENTITY_IN_MERCHANT_CENTER"
96349635
],
96359636
"enumDescriptions": [
96369637
"Default value. Will never be provided by the API.",
96379638
"Redirect to Merchant Center where the merchant can request a review for issue related to their product.",
96389639
"Redirect to Merchant Center where the merchant can request a review for issue related to their account.",
9639-
"Redirect to the form in Help Center where the merchant can request a legal appeal for the issue."
9640+
"Redirect to the form in Help Center where the merchant can request a legal appeal for the issue.",
9641+
"Redirect to Merchant Center where the merchant can perform identity verification."
96409642
],
96419643
"type": "string"
96429644
},
@@ -13940,6 +13942,16 @@
1394013942
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posStore`\"",
1394113943
"type": "string"
1394213944
},
13945+
"matchingStatus": {
13946+
"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. ",
13947+
"readOnly": true,
13948+
"type": "string"
13949+
},
13950+
"matchingStatusHint": {
13951+
"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. ",
13952+
"readOnly": true,
13953+
"type": "string"
13954+
},
1394313955
"phoneNumber": {
1394413956
"description": "The store phone number.",
1394513957
"type": "string"

0 commit comments

Comments
 (0)