google-cloud-financial_services 0.1.1 → 0.1.2

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: 10f0c8e8ca44dc0b02392227d8ebf69b035be06c8b7cca2f1e81216fd6839092
4
- data.tar.gz: 0c2c6c90065bf68b50f5809e496b1b96491d536b3c808033fc9612d03568f67f
3
+ metadata.gz: 4142f80eae6eca3756f6e17e301d778c0f3139d55a847d0425add4b06f347625
4
+ data.tar.gz: 9599765016f0e99d95e2c061c29856cb3e1313a493ae2b4a8514b2c569ee535c
5
5
  SHA512:
6
- metadata.gz: 84010711c6b089a1698f812755d49a2790d15a16c844e55058956e702a62fc7f1ed50d515425207e7879673266b2cf6e532956d44e9bc7023ae214ecc4f466ae
7
- data.tar.gz: da0e4e729dafe31a5b2de3e5e0f3ae8dd2b832c3bb5f76ef99a5157233df1921861763bbf999763a32a0c451ae60449c64a6f5030f18bcbff90938bd4b508382
6
+ metadata.gz: cc2c5b87278ef187409b2d420d6e022283c9f7eff7fbfe44822f7444f400a5a7d8d5bab6233127128ba9f6bbb1655fd73735d6224ef0b9827734291723fce81c
7
+ data.tar.gz: f8ae1ad9b3f00c656b126435eefb6d26f8a7c393ac7c6ead67ad6010eda83cd6b184e06c32f5b61fa4502a85cae7ebd7ac127d907cbeddd4970b34a3188f8cc1
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/financialservices.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/financial_services"
39
+
40
+ client = Google::Cloud::FinancialServices.aml
41
+ request = ::Google::Cloud::FinancialServices::V1::ListInstancesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_instances request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module FinancialServices
23
- VERSION = "0.1.1"
23
+ VERSION = "0.1.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-financial_services
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Financial Services API
81
81
  test_files: []