google-cloud-essential_contacts 1.5.1 → 1.6.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: 1b42dbb59294d882f42740ada9303e9a90ab5d3ec6fab7a1d5f23f73d265875d
4
- data.tar.gz: fda292c478b2cb30acdfb5008e94c5a8316a562375615ebe550736a0d37cbe94
3
+ metadata.gz: 99d460d5fb7fa1d892ca897711871966d0aa2ddc92ad0cdd65bf48aadff72dae
4
+ data.tar.gz: '038968439668eacc6311cfb824d10371dc0377ffb72c2eba595a11a3c2568636'
5
5
  SHA512:
6
- metadata.gz: 63006a95489298116378e59244eceecfafe9577195a51e08cc99abb2cda0aac77181841c9901450637d0d4765946aa32a8700d74fac48e3da8d7789e79880816
7
- data.tar.gz: a5c67d0fbcfcc28eddd1cb6917f20768beb83458d9a88fa13ffd23fefc518d202a24e356a7a169cbabfb768ea8a98dac0f5962eab7a9ef64440d0bd30ce45d92
6
+ metadata.gz: 4949953ed95aa0755f8e1b9f00f165271329246c7d3332487d0ace0acf645a07493c7bce28211f9ec68010bccd3c04fb0c373f0f444b0f992139bd2c366facc5
7
+ data.tar.gz: 5c6e1bb7742bf5c1529b111a36775ad7778ade4202cc66109124baa9ea0ff01432340d2a3940efaacabd630b2c37983fe113161f08eba6e2dd804c13f8dbde4b
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/essentialcontacts.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/essential_contacts"
39
+
40
+ client = Google::Cloud::EssentialContacts.essential_contacts_service
41
+ request = ::Google::Cloud::EssentialContacts::V1::CreateContactRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_contact 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 EssentialContacts
23
- VERSION = "1.5.1"
23
+ VERSION = "1.6.0"
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-essential_contacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -71,14 +71,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: '3.0'
74
+ version: '3.2'
75
75
  required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.6.8
81
+ rubygems_version: 3.6.9
82
82
  specification_version: 4
83
83
  summary: API Client library for the Essential Contacts API
84
84
  test_files: []