google-area120-tables 0.7.1 → 0.7.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: cd978b1dcd07a54acdf46546c9de02441137718ca6cc1ce7708a6b3a8097828f
4
- data.tar.gz: 9e2954817ce7de373603250faf2fd669af5a422a78ed1332459be5e968ebe204
3
+ metadata.gz: 8d42244bcdc2a11a3b9a516b068d75d5e4c2578d9d0e0eb5c4dd0f1fad78c8de
4
+ data.tar.gz: e39524f72c512eee07ecd13ceb899d8cc154dfcf956bd0fcddaf6a52eddd7cfe
5
5
  SHA512:
6
- metadata.gz: 4d9d527721472a509cc7382b627fa0b6509d9476610e018b42f80b07e767c5e6ed20c8af8187de4824f7272f40afaf335db6e5ce4a0dbd75b2939b47a4599ab2
7
- data.tar.gz: 8f459e9439e1f992d45610c365160254e39effee6bee2a53f4f006a94db92a552d22bd1116749fdda5b6c66d1e4d4391e1d8911b6ba78405d0ed1b9bfda386c1
6
+ metadata.gz: d8ac0301c1344c871e0812d8dce7cc7d420bc0083e096928aeae92a015ca6a0824b3d85958bec78f2b6bf182c5d44aca99a5f4d75757ba39489c10fde6608746
7
+ data.tar.gz: b487fda13b7d89bd1d80b090dfbbcd1b59f8f94350d8fbc8a9ceefaf5514caf9fa388e82bd46746902afdff131820eb3149683de93a6202bda718675d0333713
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/area120tables.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/area120/tables"
39
+
40
+ client = Google::Area120::Tables.tables_service
41
+ request = ::Google::Area120::Tables::V1alpha1::GetTableRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_table 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 Area120
22
22
  module Tables
23
- VERSION = "0.7.1"
23
+ VERSION = "0.7.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-area120-tables
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.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 Area 120 Tables API
81
81
  test_files: []