Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (googleapis#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 22, 2024
1 parent af0a938 commit f446504
Show file tree
Hide file tree
Showing 64 changed files with 5,903 additions and 1,541 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@
}
}
},
"revision": "20241002",
"revision": "20241120",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -3138,11 +3138,11 @@
"id": "TimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@
}
}
},
"revision": "20241002",
"revision": "20241120",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -3393,11 +3393,11 @@
"id": "TimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 16 additions & 2 deletions bigquery/v2/bigquery-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@
}
}
},
"revision": "20241027",
"revision": "20241111",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -5610,7 +5610,7 @@
"Default value, which will be treated as ENTERPRISE.",
"Standard edition.",
"Enterprise edition.",
"Enterprise plus edition."
"Enterprise Plus edition."
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -8524,6 +8524,20 @@
"readOnly": true,
"type": "string"
},
"managedTableType": {
"description": "Optional. If set, overrides the default managed table type configured in the dataset.",
"enum": [
"MANAGED_TABLE_TYPE_UNSPECIFIED",
"NATIVE",
"ICEBERG"
],
"enumDescriptions": [
"No managed table type specified.",
"The managed table is a native BigQuery table.",
"The managed table is a BigQuery table for Apache Iceberg."
],
"type": "string"
},
"materializedView": {
"$ref": "MaterializedViewDefinition",
"description": "Optional. The materialized view definition."
Expand Down
10 changes: 9 additions & 1 deletion bigquery/v2/bigquery-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions bigqueryreservation/v1/bigqueryreservation-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
]
},
"failoverReservation": {
"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`.",
"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`.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reservations/{reservationsId}:failoverReservation",
"httpMethod": "POST",
"id": "bigqueryreservation.projects.locations.reservations.failoverReservation",
Expand Down Expand Up @@ -935,7 +935,7 @@
}
}
},
"revision": "20241023",
"revision": "20241110",
"rootUrl": "https://bigqueryreservation.googleapis.com/",
"schemas": {
"Assignment": {
Expand Down Expand Up @@ -1068,7 +1068,7 @@
"Default value, which will be treated as ENTERPRISE.",
"Standard edition.",
"Enterprise edition.",
"Enterprise plus edition."
"Enterprise Plus edition."
],
"type": "string"
},
Expand Down Expand Up @@ -1300,7 +1300,7 @@
"description": "The configuration parameters for the auto scaling feature."
},
"concurrency": {
"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.",
"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.",
"format": "int64",
"type": "string"
},
Expand All @@ -1322,7 +1322,7 @@
"Default value, which will be treated as ENTERPRISE.",
"Standard edition.",
"Enterprise edition.",
"Enterprise plus edition."
"Enterprise Plus edition."
],
"type": "string"
},
Expand All @@ -1346,15 +1346,15 @@
"type": "string"
},
"originalPrimaryLocation": {
"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.",
"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.",
"type": "string"
},
"primaryLocation": {
"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.",
"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.",
"type": "string"
},
"secondaryLocation": {
"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.",
"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.",
"type": "string"
},
"slotCapacity": {
Expand Down
29 changes: 15 additions & 14 deletions bigqueryreservation/v1/bigqueryreservation-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f446504

Please sign in to comment.