Skip to content

Commit 43cb2d1

Browse files
yoshi-automationsofisl
authored andcommitted
fix(chromepolicy): update the API
#### chromepolicy:v1 The following keys were changed: - schemas.Proto2FileDescriptorProto.properties.syntax.description
1 parent 17dc2fc commit 43cb2d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎discovery/chromepolicy-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
}
558558
}
559559
},
560-
"revision": "20241004",
560+
"revision": "20241118",
561561
"rootUrl": "https://chromepolicy.googleapis.com/",
562562
"schemas": {
563563
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
@@ -1786,7 +1786,7 @@
17861786
"type": "string"
17871787
},
17881788
"syntax": {
1789-
"description": "The syntax of the proto file. The supported values are \"proto2\", \"proto3\", and \"editions\". If `edition` is present, this value must be \"editions\".",
1789+
"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.",
17901790
"type": "string"
17911791
}
17921792
},

‎src/apis/chromepolicy/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ export namespace chromepolicy_v1 {
923923
*/
924924
package?: string | null;
925925
/**
926-
* The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions".
926+
* 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.
927927
*/
928928
syntax?: string | null;
929929
}

0 commit comments

Comments
 (0)