Skip to content

Commit 67d7783

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(servicenetworking): update the API
#### servicenetworking:v1beta The following keys were changed: - schemas.Control.properties.environment.description #### servicenetworking:v1 The following keys were changed: - schemas.Control.properties.environment.description
1 parent 27c66b3 commit 67d7783

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/servicenetworking-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@
10341034
}
10351035
}
10361036
},
1037-
"revision": "20250929",
1037+
"revision": "20251027",
10381038
"rootUrl": "https://servicenetworking.googleapis.com/",
10391039
"schemas": {
10401040
"AddDnsRecordSetMetadata": {
@@ -1932,7 +1932,7 @@
19321932
"id": "Control",
19331933
"properties": {
19341934
"environment": {
1935-
"description": "The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com",
1935+
"description": "The service controller environment to use. If empty, no control plane features (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com.",
19361936
"type": "string"
19371937
},
19381938
"methodPolicies": {

discovery/servicenetworking-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20250722",
310+
"revision": "20251027",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -1076,7 +1076,7 @@
10761076
"id": "Control",
10771077
"properties": {
10781078
"environment": {
1079-
"description": "The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com",
1079+
"description": "The service controller environment to use. If empty, no control plane features (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com.",
10801080
"type": "string"
10811081
},
10821082
"methodPolicies": {

src/apis/servicenetworking/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ export namespace servicenetworking_v1 {
786786
*/
787787
export interface Schema$Control {
788788
/**
789-
* The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com
789+
* The service controller environment to use. If empty, no control plane features (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com.
790790
*/
791791
environment?: string | null;
792792
/**

src/apis/servicenetworking/v1beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ export namespace servicenetworking_v1beta {
678678
*/
679679
export interface Schema$Control {
680680
/**
681-
* The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com
681+
* The service controller environment to use. If empty, no control plane features (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com.
682682
*/
683683
environment?: string | null;
684684
/**

0 commit comments

Comments
 (0)