google-apis-bigquery_v2 0.44.0 → 0.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85268a503b40b00a80d05d6f51f7212226084ad42833503774e3397ba0df6550
4
- data.tar.gz: 5fa0128243057f214008353b533a44d7e3336637ee6a93c32ea2e025f8314f5d
3
+ metadata.gz: e5f43780ca129d99e41903f0555d97bbdd0980a2f26635a14369a1dc8b244ef4
4
+ data.tar.gz: 961d1540c5e02cd1c628e12e3c90d14f98cd6c5443d9f8bd6a3b7355e442af55
5
5
  SHA512:
6
- metadata.gz: 643b1133cd635b5cc83cae4b812edb52806cd5ce4310e41fde57499c400dc203c9aae1eb516be1f46d845b6636d77391bfeecaca4c016d5728c058a29827ee34
7
- data.tar.gz: ec6a030bc886e6bf871a6f541e4cc393f1be6bf463ae37b7934694da7efe2b931adb7c565f9f177db0c3142520f02aca59487dfa2ac63d4544bf0a430b3de740
6
+ metadata.gz: d799779d57f018865707be9f41aff4763252d71e4396a1fef0255e89dc38149caab845e67754b94a09963c607b8eaa8d688b6a7d3059c681da103e71a6c77eed
7
+ data.tar.gz: d4a7ca94725117294fda825f4c46ab3ed3041c5b3a02bb9d5ae2a8f28b3900895078a07a103f94a47e3817fb1ff91b1c377d3e81f2878903b26c0a6312ae5855
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.46.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230128
6
+
7
+ ### v0.45.0 (2023-01-22)
8
+
9
+ * Regenerated from discovery document revision 20230114
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.44.0 (2022-12-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20221209
@@ -591,6 +591,12 @@ module Google
591
591
  class BiEngineStatistics
592
592
  include Google::Apis::Core::Hashable
593
593
 
594
+ # [Output-only] Specifies which mode of BI Engine acceleration was performed (if
595
+ # any).
596
+ # Corresponds to the JSON property `accelerationMode`
597
+ # @return [String]
598
+ attr_accessor :acceleration_mode
599
+
594
600
  # [Output-only] Specifies which mode of BI Engine acceleration was performed (if
595
601
  # any).
596
602
  # Corresponds to the JSON property `biEngineMode`
@@ -610,6 +616,7 @@ module Google
610
616
 
611
617
  # Update properties of this object
612
618
  def update!(**args)
619
+ @acceleration_mode = args[:acceleration_mode] if args.key?(:acceleration_mode)
613
620
  @bi_engine_mode = args[:bi_engine_mode] if args.key?(:bi_engine_mode)
614
621
  @bi_engine_reasons = args[:bi_engine_reasons] if args.key?(:bi_engine_reasons)
615
622
  end
@@ -962,22 +969,22 @@ module Google
962
969
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
963
970
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
964
971
  # email address that represents a Google group. For example, `admins@example.com`
965
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
966
- # identifier) representing a user that has been recently deleted. For example, `
967
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
968
- # value reverts to `user:`emailid`` and the recovered user retains the role in
969
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
970
- # address (plus unique identifier) representing a service account that has been
971
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
972
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
973
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
974
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
975
+ # representing a user that has been recently deleted. For example, `alice@
976
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
977
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
978
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
979
+ # (plus unique identifier) representing a service account that has been recently
980
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
972
981
  # 123456789012345678901`. If the service account is undeleted, this value
973
982
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
974
983
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
975
984
  # An email address (plus unique identifier) representing a Google group that has
976
985
  # been recently deleted. For example, `admins@example.com?uid=
977
986
  # 123456789012345678901`. If the group is recovered, this value reverts to `
978
- # group:`emailid`` and the recovered group retains the role in the binding. * `
979
- # domain:`domain``: The G Suite domain (primary) that represents all the users
980
- # of that domain. For example, `google.com` or `example.com`.
987
+ # group:`emailid`` and the recovered group retains the role in the binding.
981
988
  # Corresponds to the JSON property `members`
982
989
  # @return [Array<String>]
983
990
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigqueryV2
18
18
  # Version of the google-apis-bigquery_v2 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221209"
25
+ REVISION = "20230128"
26
26
  end
27
27
  end
28
28
  end
@@ -1170,6 +1170,7 @@ module Google
1170
1170
  class BiEngineStatistics
1171
1171
  # @private
1172
1172
  class Representation < Google::Apis::Core::JsonRepresentation
1173
+ property :acceleration_mode, as: 'accelerationMode'
1173
1174
  property :bi_engine_mode, as: 'biEngineMode'
1174
1175
  collection :bi_engine_reasons, as: 'biEngineReasons', class: Google::Apis::BigqueryV2::BiEngineReason, decorator: Google::Apis::BigqueryV2::BiEngineReason::Representation
1175
1176
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigquery_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-04 00:00:00.000000000 Z
11
+ date: 2023-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.46.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BigQuery API V2