google-cloud-essential_contacts 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d68ff0cc3ad62f49f51a1c7ef768e1a2f6d9644e4ed980e2ade189cd659e69a
4
- data.tar.gz: 9abf503b8b815b8e86ed2b22ca90769d542376636756839edd6d81761be967a2
3
+ metadata.gz: 286ef51787f0a1b89a67563a9a6b06fb26077d499c605c05c13d06af95c24fee
4
+ data.tar.gz: d73eb627d01936e22c368305915eedc4d4b018b0be9642c44f7f880c813b9995
5
5
  SHA512:
6
- metadata.gz: 4ffaf8291c862e69512caf8eb6a3fa17b5e5288c06321b12aefbc47cc419cf8925dccfd9c26fa22ada4784956dc78a56ef902421f0ca6b968b6eaff0013fc99a
7
- data.tar.gz: 5ce4647374bc60eeea109837f8da7d5d93641a7f6d3eadfdf505d4d49e237542c35daa935214a8cd33b00fd4588e35be9522358cc8340c9bac1fb815f1f83a21
6
+ metadata.gz: 192efc1fb5ff3b73691d7314d8ca6bb1bfdc56d5fe6a499bede31ca4914239f54524153bd870fdf8d00db06bfced677518b9b46b3e8ba5d6fc889c63c94ff4d7
7
+ data.tar.gz: 0a20b94c639616abea034842ed1c20c55400f6ae01b231823ea34ab7011a3e278c651e126088b652d9fa557fdc3aa43b0161b4f45a7231abdd7d05462e1166e2
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-essential_contacts
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::EssentialContacts::V1::EssentialContactsService::Credentials`):
68
68
 
69
- 1. `ESSENTIAL_CONTACTS_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `ESSENTIAL_CONTACTS_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `ESSENTIAL_CONTACTS_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `ESSENTIAL_CONTACTS_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/essential_contacts"
@@ -82,8 +82,8 @@ client = Google::Cloud::EssentialContacts.essential_contacts_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/essential_contacts"
@@ -93,7 +93,7 @@ client = Google::Cloud::EssentialContacts.essential_contacts_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/essential_contacts"
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. Note that google-cloud-essential_contacts-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-essential_contacts instead. See the readme for more details.
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*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module EssentialContacts
23
- VERSION = "0.1.0"
23
+ VERSION = "1.0.0"
24
24
  end
25
25
  end
26
26
  end
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.0
4
+ version: 1.0.0
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-22 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-essential_contacts-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -154,9 +160,7 @@ description: Many Google Cloud services, such as Cloud Billing, send out notific
154
160
  to share important information with Google Cloud users. By default, these notifications
155
161
  are sent to members with certain Identity and Access Management (IAM) roles. With
156
162
  Essential Contacts, you can customize who receives notifications by providing your
157
- own list of contacts. Note that google-cloud-essential_contacts-v1 is a version-specific
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.
163
+ own list of contacts.
160
164
  email: googleapis-packages@google.com
161
165
  executables: []
162
166
  extensions: []