Skip to content

Commit

Permalink
fix(chromepolicy): update the API
Browse files Browse the repository at this point in the history
#### chromepolicy:v1

The following keys were changed:
- schemas.Proto2FileDescriptorProto.properties.syntax.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 29, 2025
1 parent 17dc2fc commit 43cb2d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/chromepolicy-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
}
}
},
"revision": "20241004",
"revision": "20241118",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
Expand Down Expand Up @@ -1786,7 +1786,7 @@
"type": "string"
},
"syntax": {
"description": "The syntax of the proto file. The supported values are \"proto2\", \"proto3\", and \"editions\". If `edition` is present, this value must be \"editions\".",
"description": "The syntax of the proto file. The supported values are \"proto2\", \"proto3\", and \"editions\". If `edition` is present, this value must be \"editions\". WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language.",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/chromepolicy/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ export namespace chromepolicy_v1 {
*/
package?: string | null;
/**
* The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions".
* The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions". WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language.
*/
syntax?: string | null;
}
Expand Down

0 comments on commit 43cb2d1

Please sign in to comment.