Skip to content

Commit

Permalink
feat: Automated regeneration of bigquery v2 client (#18949)
Browse files Browse the repository at this point in the history
Auto-created at 2024-05-05 10:11:44 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot committed May 5, 2024
1 parent dee9ffe commit e2abc94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-bigquery_v2/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release history for google-apis-bigquery_v2

### v0.69.0 (2024-05-05)

* Regenerated from discovery document revision 20240423

### v0.68.0 (2024-04-28)

* Regenerated from discovery document revision 20240418
Expand Down
Expand Up @@ -10318,8 +10318,9 @@ class TableReplicationInfo
# @return [Google::Apis::BigqueryV2::ErrorProto]
attr_accessor :replication_error

# Required. Specifies the interval at which the source table is polled for
# updates.
# Optional. Specifies the interval at which the source table is polled for
# updates. It's Optional. If not specified, default replication interval would
# be applied.
# Corresponds to the JSON property `replicationIntervalMs`
# @return [Fixnum]
attr_accessor :replication_interval_ms
Expand Down
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module BigqueryV2
# Version of the google-apis-bigquery_v2 gem
GEM_VERSION = "0.68.0"
GEM_VERSION = "0.69.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.14.0"

# Revision of the discovery document this client was generated from
REVISION = "20240418"
REVISION = "20240423"
end
end
end

0 comments on commit e2abc94

Please sign in to comment.