Skip to content

Commit 4d9ae76

Browse files
feat: regenerate index files
1 parent 024e69f commit 4d9ae76

File tree

9 files changed

+40
-25
lines changed

9 files changed

+40
-25
lines changed

discovery/healthcare-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
],
149149
"parameters": {
150150
"extraLocationTypes": {
151-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
151+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
152152
"location": "query",
153153
"repeated": true,
154154
"type": "string"
@@ -5137,7 +5137,7 @@
51375137
}
51385138
}
51395139
},
5140-
"revision": "20251016",
5140+
"revision": "20251022",
51415141
"rootUrl": "https://healthcare.googleapis.com/",
51425142
"schemas": {
51435143
"AccessDeterminationLogConfig": {

discovery/healthcare-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
],
149149
"parameters": {
150150
"extraLocationTypes": {
151-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
151+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
152152
"location": "query",
153153
"repeated": true,
154154
"type": "string"
@@ -5684,7 +5684,7 @@
56845684
}
56855685
}
56865686
},
5687-
"revision": "20251016",
5687+
"revision": "20251022",
56885688
"rootUrl": "https://healthcare.googleapis.com/",
56895689
"schemas": {
56905690
"AccessDeterminationLogConfig": {

discovery/netapp-v1.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,7 +2515,7 @@
25152515
}
25162516
}
25172517
},
2518-
"revision": "20251029",
2518+
"revision": "20251109",
25192519
"rootUrl": "https://netapp.googleapis.com/",
25202520
"schemas": {
25212521
"ActiveDirectory": {
@@ -4606,8 +4606,7 @@
46064606
"UPDATING",
46074607
"RESTORING",
46084608
"DISABLED",
4609-
"ERROR",
4610-
"DEGRADED"
4609+
"ERROR"
46114610
],
46124611
"enumDescriptions": [
46134612
"Unspecified Storage Pool State",
@@ -4617,8 +4616,7 @@
46174616
"Storage Pool State is Updating",
46184617
"Storage Pool State is Restoring",
46194618
"Storage Pool State is Disabled",
4620-
"Storage Pool State is Error",
4621-
"Storage Pool State is Degraded The storage pool is operational, but with reduced performance."
4619+
"Storage Pool State is Error"
46224620
],
46234621
"readOnly": true,
46244622
"type": "string"

discovery/netapp-v1beta1.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,7 @@
25432543
}
25442544
}
25452545
},
2546-
"revision": "20251029",
2546+
"revision": "20251109",
25472547
"rootUrl": "https://netapp.googleapis.com/",
25482548
"schemas": {
25492549
"ActiveDirectory": {
@@ -4660,8 +4660,7 @@
46604660
"UPDATING",
46614661
"RESTORING",
46624662
"DISABLED",
4663-
"ERROR",
4664-
"DEGRADED"
4663+
"ERROR"
46654664
],
46664665
"enumDescriptions": [
46674666
"Unspecified Storage Pool State",
@@ -4671,8 +4670,7 @@
46714670
"Storage Pool State is Updating",
46724671
"Storage Pool State is Restoring",
46734672
"Storage Pool State is Disabled",
4674-
"Storage Pool State is Error",
4675-
"Storage Pool State is Degraded The storage pool is operational, but with reduced performance."
4673+
"Storage Pool State is Error"
46764674
],
46774675
"readOnly": true,
46784676
"type": "string"

discovery/networkservices-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,7 @@
31913191
}
31923192
}
31933193
},
3194-
"revision": "20251029",
3194+
"revision": "20251105",
31953195
"rootUrl": "https://networkservices.googleapis.com/",
31963196
"schemas": {
31973197
"AuditConfig": {
@@ -3323,11 +3323,13 @@
33233323
"description": "Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.",
33243324
"enum": [
33253325
"WIRE_FORMAT_UNSPECIFIED",
3326-
"EXT_PROC_GRPC"
3326+
"EXT_PROC_GRPC",
3327+
"EXT_AUTHZ_GRPC"
33273328
],
33283329
"enumDescriptions": [
33293330
"Not specified.",
3330-
"The extension service uses ext_proc gRPC API over a gRPC stream. This is the default value if the wire format is not specified. The backend service for the extension must use HTTP2 or H2C as the protocol. All `supported_events` for a client request are sent as part of the same gRPC stream."
3331+
"The extension service uses ext_proc gRPC API over a gRPC stream. This is the default value if the wire format is not specified. The backend service for the extension must use HTTP2 or H2C as the protocol. All `supported_events` for a client request are sent as part of the same gRPC stream.",
3332+
"The extension service uses Envoy's `ext_authz` gRPC API. The backend service for the extension must use HTTP2, or H2C as the protocol. `EXT_AUTHZ_GRPC` is only supported for regional `AuthzExtension` resources."
33313333
],
33323334
"type": "string"
33333335
}

discovery/networkservices-v1beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,7 +3100,7 @@
31003100
}
31013101
}
31023102
},
3103-
"revision": "20251029",
3103+
"revision": "20251105",
31043104
"rootUrl": "https://networkservices.googleapis.com/",
31053105
"schemas": {
31063106
"AuthzExtension": {
@@ -3184,11 +3184,13 @@
31843184
"description": "Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.",
31853185
"enum": [
31863186
"WIRE_FORMAT_UNSPECIFIED",
3187-
"EXT_PROC_GRPC"
3187+
"EXT_PROC_GRPC",
3188+
"EXT_AUTHZ_GRPC"
31883189
],
31893190
"enumDescriptions": [
31903191
"Not specified.",
3191-
"The extension service uses ext_proc gRPC API over a gRPC stream. This is the default value if the wire format is not specified. The backend service for the extension must use HTTP2 or H2C as the protocol. All `supported_events` for a client request are sent as part of the same gRPC stream."
3192+
"The extension service uses ext_proc gRPC API over a gRPC stream. This is the default value if the wire format is not specified. The backend service for the extension must use HTTP2 or H2C as the protocol. All `supported_events` for a client request are sent as part of the same gRPC stream.",
3193+
"The extension service uses Envoy's `ext_authz` gRPC API. The backend service for the extension must use HTTP2, or H2C as the protocol. `EXT_AUTHZ_GRPC` is only supported for regional `AuthzExtension` resources."
31923194
],
31933195
"type": "string"
31943196
}

discovery/people-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"description": "See and download your contacts"
1313
},
1414
"https://www.googleapis.com/auth/directory.readonly": {
15-
"description": "See and download your organization's GSuite directory"
15+
"description": "See and download your organization's Google Workspace directory"
1616
},
1717
"https://www.googleapis.com/auth/user.addresses.read": {
1818
"description": "View your street addresses"
@@ -1190,7 +1190,7 @@
11901190
}
11911191
}
11921192
},
1193-
"revision": "20250513",
1193+
"revision": "20251117",
11941194
"rootUrl": "https://people.googleapis.com/",
11951195
"schemas": {
11961196
"Address": {

discovery/run-v2.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@
111111
"endpointUrl": "https://europe-west12-run.googleapis.com/",
112112
"location": "europe-west12"
113113
},
114+
{
115+
"description": "Locational Endpoint",
116+
"endpointUrl": "https://europe-west15-run.googleapis.com/",
117+
"location": "europe-west15"
118+
},
114119
{
115120
"description": "Locational Endpoint",
116121
"endpointUrl": "https://europe-west2-run.googleapis.com/",
@@ -336,6 +341,11 @@
336341
"endpointUrl": "https://run.europe-west12.rep.googleapis.com/",
337342
"location": "europe-west12"
338343
},
344+
{
345+
"description": "Regional Endpoint",
346+
"endpointUrl": "https://run.europe-west15.rep.googleapis.com/",
347+
"location": "europe-west15"
348+
},
339349
{
340350
"description": "Regional Endpoint",
341351
"endpointUrl": "https://run.europe-west2.rep.googleapis.com/",
@@ -2167,7 +2177,7 @@
21672177
}
21682178
}
21692179
},
2170-
"revision": "20251031",
2180+
"revision": "20251107",
21712181
"rootUrl": "https://run.googleapis.com/",
21722182
"schemas": {
21732183
"GoogleCloudRunV2BinaryAuthorization": {

discovery/testing-v1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
}
455455
}
456456
},
457-
"revision": "20251003",
457+
"revision": "20251111",
458458
"rootUrl": "https://testing.googleapis.com/",
459459
"schemas": {
460460
"Account": {
@@ -805,10 +805,15 @@
805805
"ROBO_VERSION_1",
806806
"ROBO_VERSION_2"
807807
],
808+
"enumDeprecated": [
809+
false,
810+
false,
811+
true
812+
],
808813
"enumDescriptions": [
809814
"This means that the server should choose the mode. Recommended.",
810815
"Runs Robo in UIAutomator-only mode without app resigning",
811-
"Runs Robo in standard Espresso with UIAutomator fallback"
816+
"Deprecated: Use ROBO_VERSION_1 instead for all use cases. Runs Robo in standard Espresso with UIAutomator fallback"
812817
],
813818
"type": "string"
814819
},

0 commit comments

Comments
 (0)