Skip to content

Commit c153e1f

Browse files
yoshi-automationsofisl
authored andcommitted
feat(servicenetworking): update the API
#### servicenetworking:v1beta The following keys were added: - schemas.DocumentationRule.properties.disableReplacementWords.description - schemas.DocumentationRule.properties.disableReplacementWords.type The following keys were changed: - schemas.Publishing.properties.organization.enum - schemas.Publishing.properties.organization.enumDescriptions #### servicenetworking:v1 The following keys were added: - schemas.DocumentationRule.properties.disableReplacementWords.description - schemas.DocumentationRule.properties.disableReplacementWords.type The following keys were changed: - schemas.Publishing.properties.organization.enum - schemas.Publishing.properties.organization.enumDescriptions
1 parent 7febb9c commit c153e1f

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

discovery/servicenetworking-v1.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
}
866866
}
867867
},
868-
"revision": "20230409",
868+
"revision": "20230426",
869869
"rootUrl": "https://servicenetworking.googleapis.com/",
870870
"schemas": {
871871
"AddDnsRecordSetMetadata": {
@@ -1813,6 +1813,10 @@
18131813
"description": "Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.",
18141814
"type": "string"
18151815
},
1816+
"disableReplacementWords": {
1817+
"description": "String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.",
1818+
"type": "string"
1819+
},
18161820
"selector": {
18171821
"description": "The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in \"*\", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. \"foo.*\" is ok, but not \"foo.b*\" or \"foo.*.bar\". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern \"*\" is used.",
18181822
"type": "string"
@@ -2986,14 +2990,18 @@
29862990
"CLOUD",
29872991
"ADS",
29882992
"PHOTOS",
2989-
"STREET_VIEW"
2993+
"STREET_VIEW",
2994+
"SHOPPING",
2995+
"GEO"
29902996
],
29912997
"enumDescriptions": [
29922998
"Not useful.",
29932999
"Google Cloud Platform Org.",
29943000
"Ads (Advertising) Org.",
29953001
"Photos Org.",
2996-
"Street View Org."
3002+
"Street View Org.",
3003+
"Shopping Org.",
3004+
"Geo Org."
29973005
],
29983006
"type": "string"
29993007
},

discovery/servicenetworking-v1beta.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20230409",
310+
"revision": "20230426",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -1112,6 +1112,10 @@
11121112
"description": "Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.",
11131113
"type": "string"
11141114
},
1115+
"disableReplacementWords": {
1116+
"description": "String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.",
1117+
"type": "string"
1118+
},
11151119
"selector": {
11161120
"description": "The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in \"*\", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. \"foo.*\" is ok, but not \"foo.b*\" or \"foo.*.bar\". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern \"*\" is used.",
11171121
"type": "string"
@@ -2236,14 +2240,18 @@
22362240
"CLOUD",
22372241
"ADS",
22382242
"PHOTOS",
2239-
"STREET_VIEW"
2243+
"STREET_VIEW",
2244+
"SHOPPING",
2245+
"GEO"
22402246
],
22412247
"enumDescriptions": [
22422248
"Not useful.",
22432249
"Google Cloud Platform Org.",
22442250
"Ads (Advertising) Org.",
22452251
"Photos Org.",
2246-
"Street View Org."
2252+
"Street View Org.",
2253+
"Shopping Org.",
2254+
"Geo Org."
22472255
],
22482256
"type": "string"
22492257
},

src/apis/servicenetworking/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,10 @@ export namespace servicenetworking_v1 {
832832
* Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
833833
*/
834834
description?: string | null;
835+
/**
836+
* String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.
837+
*/
838+
disableReplacementWords?: string | null;
835839
/**
836840
* The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
837841
*/

src/apis/servicenetworking/v1beta.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,10 @@ export namespace servicenetworking_v1beta {
714714
* Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
715715
*/
716716
description?: string | null;
717+
/**
718+
* String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.
719+
*/
720+
disableReplacementWords?: string | null;
717721
/**
718722
* The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
719723
*/

0 commit comments

Comments
 (0)