Skip to content

Commit 3c2f8ce

Browse files
feat(all): auto-regenerate discovery clients (#2780)
1 parent c5990e2 commit 3c2f8ce

33 files changed

+1007
-70
lines changed

‎backupdr/v1/backupdr-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@
15981598
}
15991599
}
16001600
},
1601-
"revision": "20240828",
1601+
"revision": "20240904",
16021602
"rootUrl": "https://backupdr.googleapis.com/",
16031603
"schemas": {
16041604
"AbandonBackupRequest": {
@@ -2278,7 +2278,7 @@
22782278
"type": "object"
22792279
},
22802280
"BackupPlan": {
2281-
"description": "A `BackupPlan` specifies some common fields, such as `display_name` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.",
2281+
"description": "A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.",
22822282
"id": "BackupPlan",
22832283
"properties": {
22842284
"backupRules": {

‎backupdr/v1/backupdr-gen.go

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

‎civicinfo/v2/civicinfo-api.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,23 @@
9797
"resources": {
9898
"divisions": {
9999
"methods": {
100+
"queryDivisionByAddress": {
101+
"description": "Lookup OCDIDs and names for divisions related to an address.",
102+
"flatPath": "civicinfo/v2/divisions",
103+
"httpMethod": "GET",
104+
"id": "civicinfo.divisions.queryDivisionByAddress",
105+
"parameterOrder": [],
106+
"parameters": {
107+
"address": {
108+
"location": "query",
109+
"type": "string"
110+
}
111+
},
112+
"path": "civicinfo/v2/divisions",
113+
"response": {
114+
"$ref": "DivisionByAddressResponse"
115+
}
116+
},
100117
"search": {
101118
"description": "Searches for political divisions by their natural name or OCD ID.",
102119
"flatPath": "civicinfo/v2/divisions",
@@ -362,7 +379,7 @@
362379
}
363380
}
364381
},
365-
"revision": "20240611",
382+
"revision": "20240909",
366383
"rootUrl": "https://civicinfo.googleapis.com/",
367384
"schemas": {
368385
"AdministrationRegion": {
@@ -696,6 +713,22 @@
696713
},
697714
"type": "object"
698715
},
716+
"DivisionByAddressResponse": {
717+
"id": "DivisionByAddressResponse",
718+
"properties": {
719+
"divisions": {
720+
"additionalProperties": {
721+
"$ref": "GeographicDivision"
722+
},
723+
"type": "object"
724+
},
725+
"normalizedInput": {
726+
"$ref": "SimpleAddressType",
727+
"description": "The normalized version of the requested address."
728+
}
729+
},
730+
"type": "object"
731+
},
699732
"DivisionSearchResponse": {
700733
"description": "The result of a division search query.",
701734
"id": "DivisionSearchResponse",

‎civicinfo/v2/civicinfo-gen.go

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

‎cloudbilling/v1beta/cloudbilling-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
}
762762
}
763763
},
764-
"revision": "20240531",
764+
"revision": "20240906",
765765
"rootUrl": "https://cloudbilling.googleapis.com/",
766766
"schemas": {
767767
"CacheFillRegions": {
@@ -961,7 +961,7 @@
961961
"type": "object"
962962
},
963963
"CloudStorageEgressWorkload": {
964-
"description": "Specification of a network type. Network data transfer within Google Cloud applies when you move or copy data from one Cloud Storage bucket to another or when another Google Cloud service accesses data in your Cloud Storage bucket.This includes the network data transfer within Google Cloud and the general network usage.",
964+
"description": "Specification of a network type. Network data transfer within Google Cloud applies when you move or copy data from one Cloud Storage bucket to another or when another Google Cloud service accesses data in your Cloud Storage bucket.This includes the network data transfer within Google Cloud and the general network usage. * If transferring data between two regions, the source and destination fields are set to different values. For example: `source_continent` = \"SOURCE_CONTINENT_ASIA_PACIFIC\", `destination_continent` = \"SOURCE_CONTINENT_SOUTH_AMERICA\". * If transferring data within one region, the source and destination fields are set to the same value. For example: `source_continent` = \"SOURCE_CONTINENT_ASIA_PACIFIC\", `destination_continent` = \"SOURCE_CONTINENT_ASIA_PACIFIC\". Some examples for the Network data transfer traffic type on the pricing page. * Data moves between different locations on the same continent. `source_continent` = \"SOURCE_CONTINENT_ASIA_PACIFIC\", `destination_continent` = \"SOURCE_CONTINENT_ASIA_PACIFIC\". * Data moves between different continents and neither is Australia. `source_continent` = \"SOURCE_CONTINENT_NORTH_AMERICA\", `destination_continent` = \"SOURCE_CONTINENT_ASIA_PACIFIC\". * Data moves between different continents and one is Australia. `source_continent` = \"SOURCE_CONTINENT_NORTH_AMERICA\", `destination_continent` = \"SOURCE_CONTINENT_AUSTRALIA\".",
965965
"id": "CloudStorageEgressWorkload",
966966
"properties": {
967967
"destinationContinent": {

‎cloudbilling/v1beta/cloudbilling-gen.go

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

‎cloudchannel/v1/cloudchannel-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@
23032303
}
23042304
}
23052305
},
2306-
"revision": "20240828",
2306+
"revision": "20240908",
23072307
"rootUrl": "https://cloudchannel.googleapis.com/",
23082308
"schemas": {
23092309
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -2579,11 +2579,11 @@
25792579
"id": "GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest",
25802580
"properties": {
25812581
"domain": {
2582-
"description": "Required. Domain to fetch for Cloud Identity account customers, including domained and domainless.",
2582+
"description": "Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.",
25832583
"type": "string"
25842584
},
25852585
"primaryAdminEmail": {
2586-
"description": "Optional. Primary admin email to fetch for Cloud Identity account domainless customer.",
2586+
"description": "Optional. Primary admin email to fetch for Cloud Identity account team customer.",
25872587
"type": "string"
25882588
}
25892589
},
@@ -3450,7 +3450,7 @@
34503450
"type": "boolean"
34513451
},
34523452
"primaryAdminEmail": {
3453-
"description": "Optional. Customer's primary admin email.",
3453+
"description": "Required. Customer's primary admin email.",
34543454
"type": "string"
34553455
}
34563456
},

‎cloudchannel/v1/cloudchannel-gen.go

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

0 commit comments

Comments
 (0)