google-cloud-essential_contacts 0.1.0 → 0.1.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/essential_contacts/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0446bcf8a3e32774758b6cbb424c3718da879e1c6e99de5658f057155c9dc44
|
|
4
|
+
data.tar.gz: a513285411fdbb170efe888699f8f94ebaba32c2872ab2450a7958c17e3d8ff9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 132216227e1b2600ddd7edb4435b6c153c704c7664c38b60455ea31c07890e0808143fdddcc55ac9c8040b93c98e1c68ff90535ee5783e98e2df8e6ef6d58157
|
|
7
|
+
data.tar.gz: 57f602c9f41b24db75693d0c1aa06157baaf841d61237a707d12d3a21373b43217f12d09a36d38eba6e26f57ac792f6b25af8a2fd9491e3030a5c36deca12868
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
API Client library for the Essential Contacts API
|
|
4
4
|
|
|
5
|
-
Many Google Cloud services, such as Cloud Billing, send out notifications to share important information with Google Cloud users. By default, these notifications are sent to members with certain Identity and Access Management (IAM) roles. With Essential Contacts, you can customize who receives notifications by providing your own list of contacts.
|
|
5
|
+
Many Google Cloud services, such as Cloud Billing, send out notifications to share important information with Google Cloud users. By default, these notifications are sent to members with certain Identity and Access Management (IAM) roles. With Essential Contacts, you can customize who receives notifications by providing your own list of contacts.
|
|
6
6
|
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
|
8
8
|
_versioned_ client gems, with names of the form `google-cloud-essential_contacts-v*`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-essential_contacts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -154,9 +154,7 @@ description: Many Google Cloud services, such as Cloud Billing, send out notific
|
|
|
154
154
|
to share important information with Google Cloud users. By default, these notifications
|
|
155
155
|
are sent to members with certain Identity and Access Management (IAM) roles. With
|
|
156
156
|
Essential Contacts, you can customize who receives notifications by providing your
|
|
157
|
-
own list of contacts.
|
|
158
|
-
client library. For most uses, we recommend installing the main client library google-cloud-essential_contacts
|
|
159
|
-
instead. See the readme for more details.
|
|
157
|
+
own list of contacts.
|
|
160
158
|
email: googleapis-packages@google.com
|
|
161
159
|
executables: []
|
|
162
160
|
extensions: []
|