Skip to content

Commit 6243a9b

Browse files
yoshi-automationsofisl
authored andcommitted
fix(monitoring): update the API
#### monitoring:v1 The following keys were changed: - schemas.Field.description - schemas.Option.description - schemas.Type.description #### monitoring:v3 The following keys were changed: - schemas.Field.description - schemas.Option.description - schemas.Type.description
1 parent daa4e02 commit 6243a9b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

discovery/monitoring-v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
}
754754
}
755755
},
756-
"revision": "20250529",
756+
"revision": "20250723",
757757
"rootUrl": "https://monitoring.googleapis.com/",
758758
"schemas": {
759759
"Aggregation": {
@@ -1496,7 +1496,7 @@
14961496
"type": "object"
14971497
},
14981498
"Field": {
1499-
"description": "A single field of a message type.",
1499+
"description": "A single field of a message type.New usages of this message as an alternative to FieldDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.",
15001500
"id": "Field",
15011501
"properties": {
15021502
"cardinality": {
@@ -1939,7 +1939,7 @@
19391939
"type": "object"
19401940
},
19411941
"Option": {
1942-
"description": "A protocol buffer option, which can be attached to a message, field, enumeration, etc.",
1942+
"description": "A protocol buffer option, which can be attached to a message, field, enumeration, etc.New usages of this message as an alternative to FileOptions, MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions, or MethodOptions are strongly discouraged.",
19431943
"id": "Option",
19441944
"properties": {
19451945
"name": {
@@ -2915,7 +2915,7 @@
29152915
"type": "object"
29162916
},
29172917
"Type": {
2918-
"description": "A protocol buffer message type.",
2918+
"description": "A protocol buffer message type.New usages of this message as an alternative to DescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.",
29192919
"id": "Type",
29202920
"properties": {
29212921
"edition": {

discovery/monitoring-v3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@
27202720
}
27212721
}
27222722
},
2723-
"revision": "20250515",
2723+
"revision": "20250723",
27242724
"rootUrl": "https://monitoring.googleapis.com/",
27252725
"schemas": {
27262726
"Aggregation": {
@@ -3638,7 +3638,7 @@
36383638
"type": "object"
36393639
},
36403640
"Field": {
3641-
"description": "A single field of a message type.",
3641+
"description": "A single field of a message type.New usages of this message as an alternative to FieldDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.",
36423642
"id": "Field",
36433643
"properties": {
36443644
"cardinality": {
@@ -5188,7 +5188,7 @@
51885188
"type": "object"
51895189
},
51905190
"Option": {
5191-
"description": "A protocol buffer option, which can be attached to a message, field, enumeration, etc.",
5191+
"description": "A protocol buffer option, which can be attached to a message, field, enumeration, etc.New usages of this message as an alternative to FileOptions, MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions, or MethodOptions are strongly discouraged.",
51925192
"id": "Option",
51935193
"properties": {
51945194
"name": {
@@ -5997,7 +5997,7 @@
59975997
"type": "object"
59985998
},
59995999
"Type": {
6000-
"description": "A protocol buffer message type.",
6000+
"description": "A protocol buffer message type.New usages of this message as an alternative to DescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.",
60016001
"id": "Type",
60026002
"properties": {
60036003
"edition": {

src/apis/monitoring/v3.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ export namespace monitoring_v3 {
738738
scale?: number | null;
739739
}
740740
/**
741-
* A single field of a message type.
741+
* A single field of a message type.New usages of this message as an alternative to FieldDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
742742
*/
743743
export interface Schema$Field {
744744
/**
@@ -1737,7 +1737,7 @@ export namespace monitoring_v3 {
17371737
updateTime?: string | null;
17381738
}
17391739
/**
1740-
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.
1740+
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.New usages of this message as an alternative to FileOptions, MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions, or MethodOptions are strongly discouraged.
17411741
*/
17421742
export interface Schema$Option {
17431743
/**
@@ -2309,7 +2309,7 @@ export namespace monitoring_v3 {
23092309
percent?: number | null;
23102310
}
23112311
/**
2312-
* A protocol buffer message type.
2312+
* A protocol buffer message type.New usages of this message as an alternative to DescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
23132313
*/
23142314
export interface Schema$Type {
23152315
/**

0 commit comments

Comments
 (0)