Skip to content

Commit 0a9b174

Browse files
feat(all): auto-regenerate discovery clients (#3171)
1 parent 00cb9ee commit 0a9b174

File tree

15 files changed

+266
-366
lines changed

15 files changed

+266
-366
lines changed

baremetalsolution/v2/baremetalsolution-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@
11271127
]
11281128
},
11291129
"submit": {
1130-
"description": "Submit a provisiong configuration for a given project.",
1130+
"description": "Submit a provisioning configuration for a given project.",
11311131
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs:submit",
11321132
"httpMethod": "POST",
11331133
"id": "baremetalsolution.projects.locations.provisioningConfigs.submit",
@@ -1728,7 +1728,7 @@
17281728
}
17291729
}
17301730
},
1731-
"revision": "20250414",
1731+
"revision": "20250519",
17321732
"rootUrl": "https://baremetalsolution.googleapis.com/",
17331733
"schemas": {
17341734
"AllowedClient": {
@@ -2072,7 +2072,7 @@
20722072
},
20732073
"id": {
20742074
"deprecated": true,
2075-
"description": "A transient unique identifier to idenfity an instance within an ProvisioningConfig request.",
2075+
"description": "A transient unique identifier to identify an instance within an ProvisioningConfig request.",
20762076
"type": "string"
20772077
},
20782078
"instanceType": {

baremetalsolution/v2/baremetalsolution-gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blogger/v2/blogger-api.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,13 +401,14 @@
401401
}
402402
}
403403
},
404-
"revision": "20220727",
404+
"revision": "20250524",
405405
"rootUrl": "https://blogger.googleapis.com/",
406406
"schemas": {
407407
"Blog": {
408408
"id": "Blog",
409409
"properties": {
410410
"customMetaData": {
411+
"deprecated": true,
411412
"description": "The JSON custom meta-data for the Blog.",
412413
"type": "string"
413414
},
@@ -899,6 +900,7 @@
899900
"type": "string"
900901
},
901902
"customMetaData": {
903+
"deprecated": true,
902904
"description": "The JSON meta-data for the Post.",
903905
"type": "string"
904906
},

blogger/v3/blogger-api.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,13 +1710,14 @@
17101710
}
17111711
}
17121712
},
1713-
"revision": "20221221",
1713+
"revision": "20250524",
17141714
"rootUrl": "https://blogger.googleapis.com/",
17151715
"schemas": {
17161716
"Blog": {
17171717
"id": "Blog",
17181718
"properties": {
17191719
"customMetaData": {
1720+
"deprecated": true,
17201721
"description": "The JSON custom meta-data for the Blog.",
17211722
"type": "string"
17221723
},
@@ -2250,6 +2251,7 @@
22502251
"type": "string"
22512252
},
22522253
"customMetaData": {
2254+
"deprecated": true,
22532255
"description": "The JSON meta-data for the Post.",
22542256
"type": "string"
22552257
},

blogger/v3/blogger-gen.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectors/v1/connectors-api.json

Lines changed: 3 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
"type": "string"
530530
},
531531
"updateMask": {
532-
"description": "Required. The list of fields to update. Fields are specified relative to the connection. A field will be overwritten if it is in the mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server. You can modify only the fields listed below. To lock/unlock a connection: * `lock_config` To suspend/resume a connection: * `suspended` To update the connection details: * `description` * `labels` * `connector_version` * `config_variables` * `auth_config` * `destination_configs` * `node_config` * `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config` * `auth_override_enabled`",
532+
"description": "Required. The list of fields to update. Fields are specified relative to the connection. A field will be overwritten if it is in the mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server. You can modify only the fields listed below. To lock/unlock a connection: * `lock_config` To suspend/resume a connection: * `suspended` To update the connection details: * `description` * `labels` * `connector_version` * `config_variables` * `auth_config` * `destination_configs` * `node_config` * `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config` * `auth_override_enabled` * `async_operations_enabled`",
533533
"format": "google-fieldmask",
534534
"location": "query",
535535
"type": "string"
@@ -1506,7 +1506,7 @@
15061506
],
15071507
"parameters": {
15081508
"endpointAttachmentId": {
1509-
"description": "Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource.",
1509+
"description": "Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource. The regex is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.",
15101510
"location": "query",
15111511
"type": "string"
15121512
},
@@ -2600,21 +2600,6 @@
26002600
"required": true,
26012601
"type": "string"
26022602
},
2603-
"schemaView": {
2604-
"description": "Optional. Enum to control whether schema enrichment related fields should be included in the response.",
2605-
"enum": [
2606-
"CONNECTOR_VERSION_SCHEMA_VIEW_UNSPECIFIED",
2607-
"CONNECTOR_VERSION_SCHEMA_VIEW_BASIC",
2608-
"CONNECTOR_VERSION_SCHEMA_VIEW_ENRICHED"
2609-
],
2610-
"enumDescriptions": [
2611-
"VIEW_UNSPECIFIED. The unset value. Defaults to BASIC View.",
2612-
"Return basic connector version schema.",
2613-
"Return enriched connector version schema."
2614-
],
2615-
"location": "query",
2616-
"type": "string"
2617-
},
26182603
"view": {
26192604
"description": "Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `CUSTOMER` view.",
26202605
"enum": [
@@ -2660,27 +2645,11 @@
26602645
"type": "string"
26612646
},
26622647
"parent": {
2663-
"description": "Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*/connectors/*` Only global location is supported for ConnectorVersion resource.",
26642648
"location": "path",
26652649
"pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+/connectors/[^/]+$",
26662650
"required": true,
26672651
"type": "string"
26682652
},
2669-
"schemaView": {
2670-
"description": "Optional. Enum to control whether schema enrichment related fields should be included in the response.",
2671-
"enum": [
2672-
"CONNECTOR_VERSION_SCHEMA_VIEW_UNSPECIFIED",
2673-
"CONNECTOR_VERSION_SCHEMA_VIEW_BASIC",
2674-
"CONNECTOR_VERSION_SCHEMA_VIEW_ENRICHED"
2675-
],
2676-
"enumDescriptions": [
2677-
"VIEW_UNSPECIFIED. The unset value. Defaults to BASIC View.",
2678-
"Return basic connector version schema.",
2679-
"Return enriched connector version schema."
2680-
],
2681-
"location": "query",
2682-
"type": "string"
2683-
},
26842653
"view": {
26852654
"description": "Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `BASIC` view.",
26862655
"enum": [
@@ -2783,7 +2752,7 @@
27832752
}
27842753
}
27852754
},
2786-
"revision": "20250507",
2755+
"revision": "20250521",
27872756
"rootUrl": "https://connectors.googleapis.com/",
27882757
"schemas": {
27892758
"AuditConfig": {
@@ -3959,13 +3928,6 @@
39593928
"readOnly": true,
39603929
"type": "string"
39613930
},
3962-
"priorityEntityTypes": {
3963-
"description": "Optional. The priority entity types for the connector version.",
3964-
"items": {
3965-
"$ref": "PriorityEntityType"
3966-
},
3967-
"type": "array"
3968-
},
39693931
"releaseVersion": {
39703932
"description": "Output only. ReleaseVersion of the connector, for example: \"1.0.1-alpha\".",
39713933
"readOnly": true,
@@ -7622,30 +7584,6 @@
76227584
},
76237585
"type": "object"
76247586
},
7625-
"PriorityEntityType": {
7626-
"description": "PriorityEntityType represents an entity type with its associated priority and order.",
7627-
"id": "PriorityEntityType",
7628-
"properties": {
7629-
"description": {
7630-
"description": "The description of the entity type.",
7631-
"type": "string"
7632-
},
7633-
"id": {
7634-
"description": "The entity type.",
7635-
"type": "string"
7636-
},
7637-
"order": {
7638-
"description": "The order of the entity type within its priority group.",
7639-
"format": "int32",
7640-
"type": "integer"
7641-
},
7642-
"priority": {
7643-
"description": "The priority of the entity type, such as P0, P1, etc.",
7644-
"type": "string"
7645-
}
7646-
},
7647-
"type": "object"
7648-
},
76497587
"Provider": {
76507588
"description": "Provider indicates the owner who provides the connectors.",
76517589
"id": "Provider",

connectors/v1/connectors-gen.go

Lines changed: 4 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)