Skip to content

Commit f446504

Browse files
feat(all): auto-regenerate discovery clients (#2886)
1 parent af0a938 commit f446504

File tree

64 files changed

+5903
-1541
lines changed

Some content is hidden

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

64 files changed

+5903
-1541
lines changed

‎authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@
13671367
}
13681368
}
13691369
},
1370-
"revision": "20241002",
1370+
"revision": "20241120",
13711371
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
13721372
"schemas": {
13731373
"AcceptProposalRequest": {
@@ -3138,11 +3138,11 @@
31383138
"id": "TimeZone",
31393139
"properties": {
31403140
"id": {
3141-
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
3141+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
31423142
"type": "string"
31433143
},
31443144
"version": {
3145-
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
3145+
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
31463146
"type": "string"
31473147
}
31483148
},

‎authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-gen.go

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

‎authorizedbuyersmarketplace/v1alpha/authorizedbuyersmarketplace-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@
15501550
}
15511551
}
15521552
},
1553-
"revision": "20241002",
1553+
"revision": "20241120",
15541554
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
15551555
"schemas": {
15561556
"AcceptProposalRequest": {
@@ -3393,11 +3393,11 @@
33933393
"id": "TimeZone",
33943394
"properties": {
33953395
"id": {
3396-
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
3396+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
33973397
"type": "string"
33983398
},
33993399
"version": {
3400-
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
3400+
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
34013401
"type": "string"
34023402
}
34033403
},

‎authorizedbuyersmarketplace/v1alpha/authorizedbuyersmarketplace-gen.go

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

‎bigquery/v2/bigquery-api.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,7 @@
20092009
}
20102010
}
20112011
},
2012-
"revision": "20241027",
2012+
"revision": "20241111",
20132013
"rootUrl": "https://bigquery.googleapis.com/",
20142014
"schemas": {
20152015
"AggregateClassificationMetrics": {
@@ -5610,7 +5610,7 @@
56105610
"Default value, which will be treated as ENTERPRISE.",
56115611
"Standard edition.",
56125612
"Enterprise edition.",
5613-
"Enterprise plus edition."
5613+
"Enterprise Plus edition."
56145614
],
56155615
"readOnly": true,
56165616
"type": "string"
@@ -8524,6 +8524,20 @@
85248524
"readOnly": true,
85258525
"type": "string"
85268526
},
8527+
"managedTableType": {
8528+
"description": "Optional. If set, overrides the default managed table type configured in the dataset.",
8529+
"enum": [
8530+
"MANAGED_TABLE_TYPE_UNSPECIFIED",
8531+
"NATIVE",
8532+
"ICEBERG"
8533+
],
8534+
"enumDescriptions": [
8535+
"No managed table type specified.",
8536+
"The managed table is a native BigQuery table.",
8537+
"The managed table is a BigQuery table for Apache Iceberg."
8538+
],
8539+
"type": "string"
8540+
},
85278541
"materializedView": {
85288542
"$ref": "MaterializedViewDefinition",
85298543
"description": "Optional. The materialized view definition."

‎bigquery/v2/bigquery-gen.go

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

‎bigqueryreservation/v1/bigqueryreservation-api.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
]
636636
},
637637
"failoverReservation": {
638-
"description": "Failover a reservation to the secondary location. The operation should be done in the current secondary location, which will be promoted to the new primary location for the reservation. Attempting to failover a reservation in the current primary location will fail with the error code `google.rpc.Code.FAILED_PRECONDITION`.",
638+
"description": "Fail over a reservation to the secondary location. The operation should be done in the current secondary location, which will be promoted to the new primary location for the reservation. Attempting to failover a reservation in the current primary location will fail with the error code `google.rpc.Code.FAILED_PRECONDITION`.",
639639
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reservations/{reservationsId}:failoverReservation",
640640
"httpMethod": "POST",
641641
"id": "bigqueryreservation.projects.locations.reservations.failoverReservation",
@@ -935,7 +935,7 @@
935935
}
936936
}
937937
},
938-
"revision": "20241023",
938+
"revision": "20241110",
939939
"rootUrl": "https://bigqueryreservation.googleapis.com/",
940940
"schemas": {
941941
"Assignment": {
@@ -1068,7 +1068,7 @@
10681068
"Default value, which will be treated as ENTERPRISE.",
10691069
"Standard edition.",
10701070
"Enterprise edition.",
1071-
"Enterprise plus edition."
1071+
"Enterprise Plus edition."
10721072
],
10731073
"type": "string"
10741074
},
@@ -1300,7 +1300,7 @@
13001300
"description": "The configuration parameters for the auto scaling feature."
13011301
},
13021302
"concurrency": {
1303-
"description": "Job concurrency target which sets a soft upper bound on the number of jobs that can run concurrently in this reservation. This is a soft target due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency target will be automatically computed by the system. NOTE: this field is exposed as target job concurrency in the Information Schema, DDL and BQ CLI.",
1303+
"description": "Job concurrency target which sets a soft upper bound on the number of jobs that can run concurrently in this reservation. This is a soft target due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency target will be automatically computed by the system. NOTE: this field is exposed as target job concurrency in the Information Schema, DDL and BigQuery CLI.",
13041304
"format": "int64",
13051305
"type": "string"
13061306
},
@@ -1322,7 +1322,7 @@
13221322
"Default value, which will be treated as ENTERPRISE.",
13231323
"Standard edition.",
13241324
"Enterprise edition.",
1325-
"Enterprise plus edition."
1325+
"Enterprise Plus edition."
13261326
],
13271327
"type": "string"
13281328
},
@@ -1346,15 +1346,15 @@
13461346
"type": "string"
13471347
},
13481348
"originalPrimaryLocation": {
1349-
"description": "Optional. The original primary location of the reservation which is set only during its creation and remains unchanged afterwards. It can be used by the customer to answer questions about disaster recovery billing. The field is output only for customers and should not be specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these fields are set in rerouted requests sent across regions.",
1349+
"description": "Optional. The original primary location of the reservation which is set only during its creation and remains unchanged afterwards. It can be used by the customer to answer questions about disaster recovery billing. The field is output only for customers and should not be specified, however, the `google.api.field_behavior` is not set to `OUTPUT_ONLY` since these fields are set in rerouted requests sent across regions.",
13501350
"type": "string"
13511351
},
13521352
"primaryLocation": {
1353-
"description": "Optional. The primary location of the reservation. The field is only meaningful for reservation used for cross region disaster recovery. The field is output only for customers and should not be specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these fields are set in rerouted requests sent across regions.",
1353+
"description": "Optional. The primary location of the reservation. The field is only meaningful for a failover reservation that is used for managed disaster recovery. The field is output only for customers and should not be specified. However, the `google.api.field_behavior` is not set to `OUTPUT_ONLY` since these fields are set in rerouted requests sent across regions.",
13541354
"type": "string"
13551355
},
13561356
"secondaryLocation": {
1357-
"description": "Optional. The secondary location of the reservation which is used for cross region disaster recovery purposes. Customer can set this in create/update reservation calls to create a failover reservation or convert a non-failover reservation to a failover reservation.",
1357+
"description": "Optional. The secondary location of the reservation that is used for managed disaster recovery. Customers can set this in create/update reservation calls to create a failover reservation or convert a non-failover reservation to a failover reservation.",
13581358
"type": "string"
13591359
},
13601360
"slotCapacity": {

‎bigqueryreservation/v1/bigqueryreservation-gen.go

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

0 commit comments

Comments
 (0)