Skip to content

Commit 0e6c1bf

Browse files
feat(mybusinessbusinessinformation): update the API
#### mybusinessbusinessinformation:v1 The following keys were added: - schemas.Metadata.properties.canOperateLocalPost.deprecated The following keys were changed: - schemas.Metadata.properties.canOperateLocalPost.description
1 parent 5448212 commit 0e6c1bf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

discovery/mybusinessbusinessinformation-v1.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
}
613613
}
614614
},
615-
"revision": "20241120",
615+
"revision": "20250217",
616616
"rootUrl": "https://mybusinessbusinessinformation.googleapis.com/",
617617
"schemas": {
618618
"AdWordsLocationExtensions": {
@@ -1198,7 +1198,8 @@
11981198
"type": "boolean"
11991199
},
12001200
"canOperateLocalPost": {
1201-
"description": "Output only. Indicates if the listing can manage local posts.",
1201+
"deprecated": true,
1202+
"description": "Output only. Indicates if the listing can manage local posts. Deprecated: This field is no longer populated and will be removed in a future version.",
12021203
"readOnly": true,
12031204
"type": "boolean"
12041205
},

src/apis/mybusinessbusinessinformation/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ export namespace mybusinessbusinessinformation_v1 {
573573
*/
574574
canOperateHealthData?: boolean | null;
575575
/**
576-
* Output only. Indicates if the listing can manage local posts.
576+
* Output only. Indicates if the listing can manage local posts. Deprecated: This field is no longer populated and will be removed in a future version.
577577
*/
578578
canOperateLocalPost?: boolean | null;
579579
/**

0 commit comments

Comments
 (0)