Skip to content

Commit 3855346

Browse files
feat(all): auto-regenerate discovery clients (#3611)
1 parent ed84bb8 commit 3855346

87 files changed

Lines changed: 2205 additions & 662 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

alloydb/v1/alloydb-api.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@
18791879
}
18801880
}
18811881
},
1882-
"revision": "20260507",
1882+
"revision": "20260520",
18831883
"rootUrl": "https://alloydb.googleapis.com/",
18841884
"schemas": {
18851885
"AuthorizedNetwork": {
@@ -5280,9 +5280,17 @@
52805280
"type": "object"
52815281
},
52825282
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
5283-
"description": "Common model for database resource instance metadata. Next ID: 32",
5283+
"description": "Common model for database resource instance metadata. Next ID: 35",
52845284
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
52855285
"properties": {
5286+
"additionalMetadata": {
5287+
"additionalProperties": {
5288+
"description": "Properties of the object.",
5289+
"type": "any"
5290+
},
5291+
"description": "Field to ingest additional metadata whichd does not support proto format.",
5292+
"type": "object"
5293+
},
52865294
"availabilityConfiguration": {
52875295
"$ref": "StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration",
52885296
"description": "Availability configuration for this instance"
@@ -5436,6 +5444,18 @@
54365444
],
54375445
"type": "string"
54385446
},
5447+
"internalAdditionalMetadata": {
5448+
"additionalProperties": {
5449+
"description": "Properties of the object. Contains field @type with type URL.",
5450+
"type": "any"
5451+
},
5452+
"description": "Field to ingest additional metadata which support proto format.",
5453+
"type": "object"
5454+
},
5455+
"ipAddress": {
5456+
"$ref": "StorageDatabasecenterPartnerapiV1mainIpAddress",
5457+
"description": "Optional. Private and public IP address of the resource."
5458+
},
54395459
"isDeletionProtectionEnabled": {
54405460
"description": "Optional. Whether deletion protection is enabled for this resource.",
54415461
"type": "boolean"
@@ -6098,6 +6118,21 @@
60986118
},
60996119
"type": "object"
61006120
},
6121+
"StorageDatabasecenterPartnerapiV1mainIpAddress": {
6122+
"description": "Used to send IP address information for a database resource.",
6123+
"id": "StorageDatabasecenterPartnerapiV1mainIpAddress",
6124+
"properties": {
6125+
"privateIp": {
6126+
"description": "The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP is only reachable from within the same VPC network. Stored in standard string format (e.g., \"10.0.0.2\").",
6127+
"type": "string"
6128+
},
6129+
"publicIp": {
6130+
"description": "The public IP address assigned to the resource. This IP is reachable from the internet. Stored in standard string format (e.g., \"34.72.1.1\").",
6131+
"type": "string"
6132+
}
6133+
},
6134+
"type": "object"
6135+
},
61016136
"StorageDatabasecenterPartnerapiV1mainMachineConfiguration": {
61026137
"description": "MachineConfiguration describes the configuration of a machine specific to Database Resource.",
61036138
"id": "StorageDatabasecenterPartnerapiV1mainMachineConfiguration",
@@ -6502,6 +6537,7 @@
65026537
"ENGINE_CLOUD_SPANNER_WITH_GOOGLESQL_DIALECT",
65036538
"ENGINE_MEMORYSTORE_FOR_REDIS",
65046539
"ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER",
6540+
"ENGINE_MEMORSTORE_FOR_VALKEY",
65056541
"ENGINE_OTHER",
65066542
"ENGINE_FIRESTORE_WITH_NATIVE_MODE",
65076543
"ENGINE_FIRESTORE_WITH_DATASTORE_MODE",
@@ -6528,6 +6564,7 @@
65286564
false,
65296565
false,
65306566
false,
6567+
false,
65316568
false
65326569
],
65336570
"enumDescriptions": [
@@ -6544,6 +6581,7 @@
65446581
"Cloud Spanner with Google SQL dialect.",
65456582
"Memorystore with Redis dialect.",
65466583
"Memorystore with Redis cluster dialect.",
6584+
"Memorystore with Valkey dialect.",
65476585
"Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum.",
65486586
"Firestore with native mode.",
65496587
"Firestore with datastore mode.",

alloydb/v1/alloydb-gen.go

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

alloydb/v1alpha/alloydb-api.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@
20862086
}
20872087
}
20882088
},
2089-
"revision": "20260507",
2089+
"revision": "20260520",
20902090
"rootUrl": "https://alloydb.googleapis.com/",
20912091
"schemas": {
20922092
"AuthorizedNetwork": {
@@ -5830,9 +5830,17 @@
58305830
"type": "object"
58315831
},
58325832
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
5833-
"description": "Common model for database resource instance metadata. Next ID: 32",
5833+
"description": "Common model for database resource instance metadata. Next ID: 35",
58345834
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
58355835
"properties": {
5836+
"additionalMetadata": {
5837+
"additionalProperties": {
5838+
"description": "Properties of the object.",
5839+
"type": "any"
5840+
},
5841+
"description": "Field to ingest additional metadata whichd does not support proto format.",
5842+
"type": "object"
5843+
},
58365844
"availabilityConfiguration": {
58375845
"$ref": "StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration",
58385846
"description": "Availability configuration for this instance"
@@ -5986,6 +5994,18 @@
59865994
],
59875995
"type": "string"
59885996
},
5997+
"internalAdditionalMetadata": {
5998+
"additionalProperties": {
5999+
"description": "Properties of the object. Contains field @type with type URL.",
6000+
"type": "any"
6001+
},
6002+
"description": "Field to ingest additional metadata which support proto format.",
6003+
"type": "object"
6004+
},
6005+
"ipAddress": {
6006+
"$ref": "StorageDatabasecenterPartnerapiV1mainIpAddress",
6007+
"description": "Optional. Private and public IP address of the resource."
6008+
},
59896009
"isDeletionProtectionEnabled": {
59906010
"description": "Optional. Whether deletion protection is enabled for this resource.",
59916011
"type": "boolean"
@@ -6648,6 +6668,21 @@
66486668
},
66496669
"type": "object"
66506670
},
6671+
"StorageDatabasecenterPartnerapiV1mainIpAddress": {
6672+
"description": "Used to send IP address information for a database resource.",
6673+
"id": "StorageDatabasecenterPartnerapiV1mainIpAddress",
6674+
"properties": {
6675+
"privateIp": {
6676+
"description": "The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP is only reachable from within the same VPC network. Stored in standard string format (e.g., \"10.0.0.2\").",
6677+
"type": "string"
6678+
},
6679+
"publicIp": {
6680+
"description": "The public IP address assigned to the resource. This IP is reachable from the internet. Stored in standard string format (e.g., \"34.72.1.1\").",
6681+
"type": "string"
6682+
}
6683+
},
6684+
"type": "object"
6685+
},
66516686
"StorageDatabasecenterPartnerapiV1mainMachineConfiguration": {
66526687
"description": "MachineConfiguration describes the configuration of a machine specific to Database Resource.",
66536688
"id": "StorageDatabasecenterPartnerapiV1mainMachineConfiguration",
@@ -7052,6 +7087,7 @@
70527087
"ENGINE_CLOUD_SPANNER_WITH_GOOGLESQL_DIALECT",
70537088
"ENGINE_MEMORYSTORE_FOR_REDIS",
70547089
"ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER",
7090+
"ENGINE_MEMORSTORE_FOR_VALKEY",
70557091
"ENGINE_OTHER",
70567092
"ENGINE_FIRESTORE_WITH_NATIVE_MODE",
70577093
"ENGINE_FIRESTORE_WITH_DATASTORE_MODE",
@@ -7078,6 +7114,7 @@
70787114
false,
70797115
false,
70807116
false,
7117+
false,
70817118
false
70827119
],
70837120
"enumDescriptions": [
@@ -7094,6 +7131,7 @@
70947131
"Cloud Spanner with Google SQL dialect.",
70957132
"Memorystore with Redis dialect.",
70967133
"Memorystore with Redis cluster dialect.",
7134+
"Memorystore with Valkey dialect.",
70977135
"Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum.",
70987136
"Firestore with native mode.",
70997137
"Firestore with datastore mode.",

alloydb/v1alpha/alloydb-gen.go

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

androidpublisher/v3/androidpublisher-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5639,7 +5639,7 @@
56395639
}
56405640
}
56415641
},
5642-
"revision": "20260519",
5642+
"revision": "20260528",
56435643
"rootUrl": "https://androidpublisher.googleapis.com/",
56445644
"schemas": {
56455645
"Abi": {
@@ -8094,7 +8094,7 @@
80948094
"type": "object"
80958095
},
80968096
"GeneratedApksPerSigningKey": {
8097-
"description": "Download metadata for split, standalone and universal APKs, as well as asset pack slices, signed with a given key. Next ID: 10",
8097+
"description": "Download metadata for split, standalone and universal APKs, as well as asset pack slices, signed with a given key.",
80988098
"id": "GeneratedApksPerSigningKey",
80998099
"properties": {
81008100
"certificateSha256Hash": {

androidpublisher/v3/androidpublisher-gen.go

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

0 commit comments

Comments
 (0)