Skip to content

Commit 82133a8

Browse files
fix(sts): update the api
#### sts:v1 The following keys were changed: - endpoints (Total Keys: 1) #### sts:v1beta The following keys were changed: - endpoints (Total Keys: 1)
1 parent ca45a39 commit 82133a8

File tree

2 files changed

+82
-2
lines changed

2 files changed

+82
-2
lines changed

googleapiclient/discovery_cache/documents/sts.v1.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,50 @@
99
"endpoints": [
1010
{
1111
"description": "Regional Endpoint",
12+
"endpointUrl": "https://sts.asia-east1.rep.googleapis.com/",
13+
"location": "asia-east1"
14+
},
15+
{
16+
"description": "Regional Endpoint",
17+
"endpointUrl": "https://sts.europe-north1.rep.googleapis.com/",
18+
"location": "europe-north1"
19+
},
20+
{
21+
"description": "Regional Endpoint",
22+
"endpointUrl": "https://sts.europe-west1.rep.googleapis.com/",
23+
"location": "europe-west1"
24+
},
25+
{
26+
"description": "Regional Endpoint",
27+
"endpointUrl": "https://sts.europe-west4.rep.googleapis.com/",
28+
"location": "europe-west4"
29+
},
30+
{
31+
"description": "Regional Endpoint",
32+
"endpointUrl": "https://sts.us-central1.rep.googleapis.com/",
33+
"location": "us-central1"
34+
},
35+
{
36+
"description": "Regional Endpoint",
37+
"endpointUrl": "https://sts.us-central2.rep.googleapis.com/",
38+
"location": "us-central2"
39+
},
40+
{
41+
"description": "Regional Endpoint",
42+
"endpointUrl": "https://sts.us-east1.rep.googleapis.com/",
43+
"location": "us-east1"
44+
},
45+
{
46+
"description": "Regional Endpoint",
1247
"endpointUrl": "https://sts.us-east7.rep.googleapis.com/",
1348
"location": "us-east7"
1449
},
1550
{
51+
"description": "Regional Endpoint",
52+
"endpointUrl": "https://sts.us-west1.rep.googleapis.com/",
53+
"location": "us-west1"
54+
},
55+
{
1656
"description": "Locational Endpoint",
1757
"endpointUrl": "https://sts.us-east4.rep.sandbox.googleapis.com/",
1858
"location": "us-east4"
@@ -128,7 +168,7 @@
128168
}
129169
}
130170
},
131-
"revision": "20250127",
171+
"revision": "20250211",
132172
"rootUrl": "https://sts.googleapis.com/",
133173
"schemas": {
134174
"GoogleIamV1Binding": {

googleapiclient/discovery_cache/documents/sts.v1beta.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,50 @@
99
"endpoints": [
1010
{
1111
"description": "Regional Endpoint",
12+
"endpointUrl": "https://sts.asia-east1.rep.googleapis.com/",
13+
"location": "asia-east1"
14+
},
15+
{
16+
"description": "Regional Endpoint",
17+
"endpointUrl": "https://sts.europe-north1.rep.googleapis.com/",
18+
"location": "europe-north1"
19+
},
20+
{
21+
"description": "Regional Endpoint",
22+
"endpointUrl": "https://sts.europe-west1.rep.googleapis.com/",
23+
"location": "europe-west1"
24+
},
25+
{
26+
"description": "Regional Endpoint",
27+
"endpointUrl": "https://sts.europe-west4.rep.googleapis.com/",
28+
"location": "europe-west4"
29+
},
30+
{
31+
"description": "Regional Endpoint",
32+
"endpointUrl": "https://sts.us-central1.rep.googleapis.com/",
33+
"location": "us-central1"
34+
},
35+
{
36+
"description": "Regional Endpoint",
37+
"endpointUrl": "https://sts.us-central2.rep.googleapis.com/",
38+
"location": "us-central2"
39+
},
40+
{
41+
"description": "Regional Endpoint",
42+
"endpointUrl": "https://sts.us-east1.rep.googleapis.com/",
43+
"location": "us-east1"
44+
},
45+
{
46+
"description": "Regional Endpoint",
1247
"endpointUrl": "https://sts.us-east7.rep.googleapis.com/",
1348
"location": "us-east7"
1449
},
1550
{
51+
"description": "Regional Endpoint",
52+
"endpointUrl": "https://sts.us-west1.rep.googleapis.com/",
53+
"location": "us-west1"
54+
},
55+
{
1656
"description": "Locational Endpoint",
1757
"endpointUrl": "https://sts.us-east4.rep.sandbox.googleapis.com/",
1858
"location": "us-east4"
@@ -128,7 +168,7 @@
128168
}
129169
}
130170
},
131-
"revision": "20250127",
171+
"revision": "20250211",
132172
"rootUrl": "https://sts.googleapis.com/",
133173
"schemas": {
134174
"GoogleIamV1Binding": {

0 commit comments

Comments
 (0)