Skip to content

Commit 28149bc

Browse files
feat(all): auto-regenerate discovery clients (#3007)
1 parent 9550afc commit 28149bc

12 files changed

+143
-39
lines changed

certificatemanager/v1/certificatemanager-api.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@
13141314
}
13151315
}
13161316
},
1317-
"revision": "20241204",
1317+
"revision": "20250203",
13181318
"rootUrl": "https://certificatemanager.googleapis.com/",
13191319
"schemas": {
13201320
"AllowlistedCertificate": {
@@ -1456,6 +1456,14 @@
14561456
"format": "google-datetime",
14571457
"readOnly": true,
14581458
"type": "string"
1459+
},
1460+
"usedBy": {
1461+
"description": "Output only. The list of resources that use this Certificate.",
1462+
"items": {
1463+
"$ref": "UsedBy"
1464+
},
1465+
"readOnly": true,
1466+
"type": "array"
14591467
}
14601468
},
14611469
"type": "object"
@@ -2299,6 +2307,18 @@
22992307
}
23002308
},
23012309
"type": "object"
2310+
},
2311+
"UsedBy": {
2312+
"description": "Defines a resource that uses the certificate.",
2313+
"id": "UsedBy",
2314+
"properties": {
2315+
"name": {
2316+
"description": "Output only. Full name of the resource https://google.aip.dev/122#full-resource-names, e.g. `//certificatemanager.googleapis.com/projects/*/locations/*/certificateMaps/*/certificateMapEntries/*` or `//compute.googleapis.com/projects/*/locations/*/targetHttpsProxies/*`.",
2317+
"readOnly": true,
2318+
"type": "string"
2319+
}
2320+
},
2321+
"type": "object"
23022322
}
23032323
},
23042324
"servicePath": "",

certificatemanager/v1/certificatemanager-gen.go

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectors/v1/connectors-api.json

+20-3
Original file line numberDiff line numberDiff line change
@@ -2370,12 +2370,14 @@
23702370
"enum": [
23712371
"AUTH_SCHEMA_VIEW_UNSPECIFIED",
23722372
"BASIC",
2373-
"JSON_SCHEMA"
2373+
"JSON_SCHEMA",
2374+
"EUA_SCHEMA"
23742375
],
23752376
"enumDescriptions": [
23762377
"Default value.",
23772378
"Basic view of the AuthSchema.",
2378-
"JSON schema view of the AuthSchema."
2379+
"JSON schema view of the AuthSchema.",
2380+
"EUA Schema view of the AuthSchema."
23792381
],
23802382
"location": "query",
23812383
"type": "string"
@@ -2558,7 +2560,7 @@
25582560
}
25592561
}
25602562
},
2561-
"revision": "20250128",
2563+
"revision": "20250205",
25622564
"rootUrl": "https://connectors.googleapis.com/",
25632565
"schemas": {
25642566
"AuditConfig": {
@@ -4434,6 +4436,17 @@
44344436
},
44354437
"type": "object"
44364438
},
4439+
"EnrichmentConfig": {
4440+
"description": "Data enrichment configuration.",
4441+
"id": "EnrichmentConfig",
4442+
"properties": {
4443+
"appendAcl": {
4444+
"description": "Optional. Append ACL to the event.",
4445+
"type": "boolean"
4446+
}
4447+
},
4448+
"type": "object"
4449+
},
44374450
"EnumOption": {
44384451
"description": "EnumOption definition",
44394452
"id": "EnumOption",
@@ -4639,6 +4652,10 @@
46394652
"$ref": "DeadLetterConfig",
46404653
"description": "Optional. Dead letter configuration for eventing of a connection."
46414654
},
4655+
"enrichmentConfig": {
4656+
"$ref": "EnrichmentConfig",
4657+
"description": "Optional. Data enrichment configuration."
4658+
},
46424659
"enrichmentEnabled": {
46434660
"description": "Optional. Enrichment Enabled.",
46444661
"type": "boolean"

connectors/v1/connectors-gen.go

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

container/v1/container-api.json

+11-7
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@
25402540
}
25412541
}
25422542
},
2543-
"revision": "20250114",
2543+
"revision": "20250128",
25442544
"rootUrl": "https://container.googleapis.com/",
25452545
"schemas": {
25462546
"AcceleratorConfig": {
@@ -2802,7 +2802,7 @@
28022802
"type": "string"
28032803
},
28042804
"documentationUrl": {
2805-
"description": "A URL to a public documnetation, which addresses resolving this issue.",
2805+
"description": "A URL to a public documentation, which addresses resolving this issue.",
28062806
"type": "string"
28072807
},
28082808
"incompatibilityType": {
@@ -3045,7 +3045,7 @@
30453045
"id": "CertificateAuthorityDomainConfig",
30463046
"properties": {
30473047
"fqdns": {
3048-
"description": "List of fully qualified domain names (FQDN). Specifying port is supported. Wilcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000",
3048+
"description": "List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000",
30493049
"items": {
30503050
"type": "string"
30513051
},
@@ -4503,7 +4503,7 @@
45034503
"type": "object"
45044504
},
45054505
"GetJSONWebKeysResponse": {
4506-
"description": "GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517",
4506+
"description": "GetJSONWebKeysResponse is a valid JSON Web Key Set as specified in rfc 7517",
45074507
"id": "GetJSONWebKeysResponse",
45084508
"properties": {
45094509
"cacheHeader": {
@@ -5213,7 +5213,7 @@
52135213
"type": "boolean"
52145214
},
52155215
"gcpPublicCidrsAccessEnabled": {
5216-
"description": "Whether master is accessbile via Google Compute Engine Public IP addresses.",
5216+
"description": "Whether master is accessible via Google Compute Engine Public IP addresses.",
52175217
"type": "boolean"
52185218
},
52195219
"privateEndpointEnforcementEnabled": {
@@ -5409,7 +5409,7 @@
54095409
"type": "string"
54105410
},
54115411
"network": {
5412-
"description": "Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network",
5412+
"description": "Output only. The relative name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network",
54135413
"readOnly": true,
54145414
"type": "string"
54155415
},
@@ -5644,7 +5644,7 @@
56445644
"type": "integer"
56455645
},
56465646
"localSsdEncryptionMode": {
5647-
"description": "Specifies which method should be used for encrypting the Local SSDs attahced to the node.",
5647+
"description": "Specifies which method should be used for encrypting the Local SSDs attached to the node.",
56485648
"enum": [
56495649
"LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED",
56505650
"STANDARD_ENCRYPTION",
@@ -8366,6 +8366,10 @@
83668366
"allowNetAdmin": {
83678367
"description": "If true, workloads can use NET_ADMIN capability.",
83688368
"type": "boolean"
8369+
},
8370+
"autopilotCompatibilityAuditingEnabled": {
8371+
"description": "If true, enables the GCW Auditor that audits workloads on standard clusters.",
8372+
"type": "boolean"
83698373
}
83708374
},
83718375
"type": "object"

container/v1/container-gen.go

+11-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datastore/v1/datastore-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
}
655655
}
656656
},
657-
"revision": "20241204",
657+
"revision": "20250204",
658658
"rootUrl": "https://datastore.googleapis.com/",
659659
"schemas": {
660660
"Aggregation": {
@@ -2609,7 +2609,7 @@
26092609
"properties": {
26102610
"batch": {
26112611
"$ref": "QueryResultBatch",
2612-
"description": "A batch of query results (always present)."
2612+
"description": "A batch of query results. This is always present unless running a query under explain-only mode: RunQueryRequest.explain_options was provided and ExplainOptions.analyze was set to false."
26132613
},
26142614
"explainMetrics": {
26152615
"$ref": "ExplainMetrics",

datastore/v1/datastore-gen.go

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datastore/v1beta3/datastore-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
}
337337
}
338338
},
339-
"revision": "20241018",
339+
"revision": "20250204",
340340
"rootUrl": "https://datastore.googleapis.com/",
341341
"schemas": {
342342
"Aggregation": {
@@ -2034,7 +2034,7 @@
20342034
"properties": {
20352035
"batch": {
20362036
"$ref": "QueryResultBatch",
2037-
"description": "A batch of query results (always present)."
2037+
"description": "A batch of query results. This is always present unless running a query under explain-only mode: RunQueryRequest.explain_options was provided and ExplainOptions.analyze was set to false."
20382038
},
20392039
"explainMetrics": {
20402040
"$ref": "ExplainMetrics",

datastore/v1beta3/datastore-gen.go

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)