google-cloud-bigquery-data_exchange-v1beta1 0.10.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a2771e6a342da478a69444a4f0949a85eaa749434132830e324a5d06fca154b
4
- data.tar.gz: 5976663b069ecfa45462e6cf2f415c20e8c04be9444e8a4b2b6c3609e11b9f8c
3
+ metadata.gz: 5d578500438cc841fbb1b71c767afc4eea77c7216bcadf85b22aac8e369e0207
4
+ data.tar.gz: 2f445d77fcf40d2a2484e2d25c23cbbb2282c692ba0f95a56766a917ac6c4656
5
5
  SHA512:
6
- metadata.gz: b354e00b08ed8baba5f22a09632ee94442fdbf869b09264f006e1d85f92dbc90bda8752ebc956fa783a4295026337eb4848d774faf708eab366cdeda2084ba5e
7
- data.tar.gz: f531de473f2af566f217ed21331b4ab9f9194304e8512f8c09a1f8e3aff0e5581cdd7efca612177b1277f672cca4c16fbda643152c2a7fa60536b9d3b3cc0835
6
+ metadata.gz: 7ec20ba3d5a03da7b2331d64c89520dca5d8f61bcc690bb857dd98129df0f6ccb7681ce38fe9d9a3799ed0972a9e5f225d4800ed1ad788d3acc3fde818b24e72
7
+ data.tar.gz: fa016948e162239ffd85199b285553ad74599f9eb9c39ebcd373df991de71ef89d6786ee8387ad50e828912af5095f7121bb8b8a8489bbeab4b30b0636061230
@@ -1620,8 +1620,6 @@ module Google
1620
1620
  # @return [::String,nil]
1621
1621
  # @!attribute [rw] credentials
1622
1622
  # Credentials to send with calls. You may provide any of the following types:
1623
- # * (`String`) The path to a service account key file in JSON format
1624
- # * (`Hash`) A service account key as a Hash
1625
1623
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1626
1624
  # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1627
1625
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
@@ -1630,7 +1628,26 @@ module Google
1630
1628
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1631
1629
  # * (`nil`) indicating no credentials
1632
1630
  #
1633
- # Warning: If you accept a credential configuration (JSON file or Hash) from an
1631
+ # @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
1632
+ # is deprecated. Providing an unvalidated credential configuration to
1633
+ # Google APIs can compromise the security of your systems and data.
1634
+ #
1635
+ # @example
1636
+ #
1637
+ # # The recommended way to provide credentials is to use the `make_creds` method
1638
+ # # on the appropriate credentials class for your environment.
1639
+ #
1640
+ # require "googleauth"
1641
+ #
1642
+ # credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
1643
+ # json_key_io: ::File.open("/path/to/keyfile.json")
1644
+ # )
1645
+ #
1646
+ # client = ::Google::Cloud::Bigquery::DataExchange::V1beta1::AnalyticsHubService::Client.new do |config|
1647
+ # config.credentials = credentials
1648
+ # end
1649
+ #
1650
+ # @note Warning: If you accept a credential configuration (JSON file or Hash) from an
1634
1651
  # external source for authentication to Google Cloud, you must validate it before
1635
1652
  # providing it to a Google API client library. Providing an unvalidated credential
1636
1653
  # configuration to Google APIs can compromise the security of your systems and data.
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataExchange
24
24
  module V1beta1
25
- VERSION = "0.10.0"
25
+ VERSION = "0.11.1"
26
26
  end
27
27
  end
28
28
  end
@@ -313,7 +313,7 @@ module Google
313
313
  # Specifies the identities that do not cause logging for this type of
314
314
  # permission.
315
315
  # Follows the same format of
316
- # {::Google::Iam::V1::Binding#members Binding.members}.
316
+ # [Binding.members][google.iam.v1.Binding.members].
317
317
  class AuditLogConfig
318
318
  include ::Google::Protobuf::MessageExts
319
319
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_exchange-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.0'
18
+ version: '1.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.0'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubygems_version: 3.6.8
126
+ rubygems_version: 3.6.9
127
127
  specification_version: 4
128
128
  summary: Exchange data and analytics assets securely and efficiently.
129
129
  test_files: []