google-cloud-financial_services-v1 0.1.0 → 0.2.0

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: e06948d7155f0d7e9b2f76e1e00f07635bf0076e7d803110801d6ad8d92b04d4
4
- data.tar.gz: 1494539452196421f09640d2a30dc53a2f94c6a92367a46dcdc9d6b53389c167
3
+ metadata.gz: 9c0eac3315ee0a44fc3f63f5ef6d5a8506b5bc7f021f825f76d3094d1ba30781
4
+ data.tar.gz: 1099b72e6f84a73b4cec58a8f3c7273f9289e989763bbe9d2be8039c167d9e87
5
5
  SHA512:
6
- metadata.gz: '09a94711301a37763cb75e0399fc739542a1689de59f9a2bafe2c90a46b64fd856fc8c5316c9bfc159252aa8e6f0fc8660046df90855c57f49b6dfdc91042c92'
7
- data.tar.gz: 7b620d74b63c73acf488ee0651084ea3e7e5d0f0804c556413dea23c9293ad9b316813ad1c7987db1c5e520951d43ab0336e601cd0363548736df0c1ec523270
6
+ metadata.gz: d019813554ef32e3c8ef8639f23bd89e32ae5d9ac04181798405bdc5e0bec23f5e9ebd477673f992757960bb491ea853b1ef42849330f69c5ff939062e38d8ae
7
+ data.tar.gz: f06a1d4e219b440b97bd597bd48e86b4b7cfdc58a52022ced444625d191d194b80221b70a575ec07670586de1bcf3a73703198fbd1261fc60e7472c36c3b040e
@@ -4344,8 +4344,8 @@ module Google
4344
4344
 
4345
4345
  config_attr :endpoint, nil, ::String, nil
4346
4346
  config_attr :credentials, nil do |value|
4347
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4348
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
4347
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4348
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
4349
4349
  allowed.any? { |klass| klass === value }
4350
4350
  end
4351
4351
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -4063,7 +4063,7 @@ module Google
4063
4063
 
4064
4064
  config_attr :endpoint, nil, ::String, nil
4065
4065
  config_attr :credentials, nil do |value|
4066
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4066
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4067
4067
  allowed.any? { |klass| klass === value }
4068
4068
  end
4069
4069
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module FinancialServices
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-financial_services-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-24 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -47,22 +41,16 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  description: google-cloud-financial_services-v1 is the official client library for
67
55
  the Financial Services V1 API. Note that google-cloud-financial_services-v1 is a
68
56
  version-specific client library. For most uses, we recommend installing the main
@@ -137,14 +125,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
137
125
  requirements:
138
126
  - - ">="
139
127
  - !ruby/object:Gem::Version
140
- version: '3.0'
128
+ version: '3.1'
141
129
  required_rubygems_version: !ruby/object:Gem::Requirement
142
130
  requirements:
143
131
  - - ">="
144
132
  - !ruby/object:Gem::Version
145
133
  version: '0'
146
134
  requirements: []
147
- rubygems_version: 3.6.5
135
+ rubygems_version: 3.6.8
148
136
  specification_version: 4
149
137
  summary: API Client library for the Financial Services V1 API
150
138
  test_files: []