google-apis-essentialcontacts_v1 0.24.0 → 0.26.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d66e445cc7784454093a7b01645d769bfda92ba13417343309f306b0d4a7309
|
|
4
|
+
data.tar.gz: 13c57e1fdc34729f45d056ec8c5f699301dee05ce9dbca9fa9ee8f6586946444
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7876624d5996cbccda0391e7424f7b4568e35f2b0ec30cadcba05c305d85c6cb7b5cd43de4efdc79387d14d5659254fabded930c62c737df0bcc02841e00e847
|
|
7
|
+
data.tar.gz: 546202aabf18c86060919821695489a8cdaba9bbe6410965db5711285de184a64696924164cdc45d2b7f057a6f53495aec36ceb25ac88c11a58a9610e276add6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-essentialcontacts_v1
|
|
2
2
|
|
|
3
|
+
### v0.26.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated using generator version 0.19.0
|
|
6
|
+
|
|
7
|
+
### v0.25.0 (2026-04-19)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260319
|
|
10
|
+
|
|
3
11
|
### v0.24.0 (2025-06-01)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250522
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/essentialcontacts/docs/) ma
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -143,8 +143,9 @@ module Google
|
|
|
143
143
|
include Google::Apis::Core::Hashable
|
|
144
144
|
|
|
145
145
|
# Required. The list of names of the contacts to send a test message to. Format:
|
|
146
|
-
# organizations/`
|
|
147
|
-
#
|
|
146
|
+
# organizations/`organization`/contacts/`contact`, folders/`folder`/contacts/`
|
|
147
|
+
# contact` or projects/`project`/contacts/`contact` (where `project` is the
|
|
148
|
+
# project number)
|
|
148
149
|
# Corresponds to the JSON property `contacts`
|
|
149
150
|
# @return [Array<String>]
|
|
150
151
|
attr_accessor :contacts
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module EssentialcontactsV1
|
|
18
18
|
# Version of the google-apis-essentialcontacts_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260319"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -56,7 +56,8 @@ module Google
|
|
|
56
56
|
# resources.
|
|
57
57
|
# @param [String] parent
|
|
58
58
|
# Required. The name of the resource to compute contacts for. Format:
|
|
59
|
-
# organizations/`
|
|
59
|
+
# organizations/`organization`, folders/`folder` or projects/`project` (where `
|
|
60
|
+
# project` is the project number)
|
|
60
61
|
# @param [Array<String>, String] notification_categories
|
|
61
62
|
# The categories of notifications to compute contacts for. If ALL is included in
|
|
62
63
|
# this list, contacts subscribed to any notification category will be returned.
|
|
@@ -103,7 +104,8 @@ module Google
|
|
|
103
104
|
# Adds a new contact for a resource.
|
|
104
105
|
# @param [String] parent
|
|
105
106
|
# Required. The resource to save this contact for. Format: organizations/`
|
|
106
|
-
#
|
|
107
|
+
# organization`, folders/`folder` or projects/`project` (where `project` is the
|
|
108
|
+
# project number)
|
|
107
109
|
# @param [Google::Apis::EssentialcontactsV1::GoogleCloudEssentialcontactsV1Contact] google_cloud_essentialcontacts_v1_contact_object
|
|
108
110
|
# @param [String] fields
|
|
109
111
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -137,8 +139,8 @@ module Google
|
|
|
137
139
|
# Deletes a contact.
|
|
138
140
|
# @param [String] name
|
|
139
141
|
# Required. The name of the contact to delete. Format: organizations/`
|
|
140
|
-
#
|
|
141
|
-
#
|
|
142
|
+
# organization`/contacts/`contact`, folders/`folder`/contacts/`contact` or
|
|
143
|
+
# projects/`project`/contacts/`contact` (where `project` is the project number)
|
|
142
144
|
# @param [String] fields
|
|
143
145
|
# Selector specifying which fields to include in a partial response.
|
|
144
146
|
# @param [String] quota_user
|
|
@@ -169,8 +171,8 @@ module Google
|
|
|
169
171
|
# Gets a single contact.
|
|
170
172
|
# @param [String] name
|
|
171
173
|
# Required. The name of the contact to retrieve. Format: organizations/`
|
|
172
|
-
#
|
|
173
|
-
#
|
|
174
|
+
# organization`/contacts/`contact`, folders/`folder`/contacts/`contact` or
|
|
175
|
+
# projects/`project`/contacts/`contact` (where `project` is the project number)
|
|
174
176
|
# @param [String] fields
|
|
175
177
|
# Selector specifying which fields to include in a partial response.
|
|
176
178
|
# @param [String] quota_user
|
|
@@ -200,8 +202,8 @@ module Google
|
|
|
200
202
|
|
|
201
203
|
# Lists the contacts that have been set on a resource.
|
|
202
204
|
# @param [String] parent
|
|
203
|
-
# Required. The parent resource name. Format: organizations/`
|
|
204
|
-
# folders/`
|
|
205
|
+
# Required. The parent resource name. Format: organizations/`organization`,
|
|
206
|
+
# folders/`folder` or projects/`project` (where `project` is the project number)
|
|
205
207
|
# @param [Fixnum] page_size
|
|
206
208
|
# Optional. The maximum number of results to return from this request. Non-
|
|
207
209
|
# positive values are ignored. The presence of `next_page_token` in the response
|
|
@@ -285,8 +287,8 @@ module Google
|
|
|
285
287
|
# @param [String] resource
|
|
286
288
|
# Required. The name of the resource to send the test message for. All contacts
|
|
287
289
|
# must either be set directly on this resource or inherited from another
|
|
288
|
-
# resource that is an ancestor of this one. Format: organizations/`
|
|
289
|
-
#
|
|
290
|
+
# resource that is an ancestor of this one. Format: organizations/`organization`,
|
|
291
|
+
# folders/`folder` or projects/`project` (where `project` is the project number)
|
|
290
292
|
# @param [Google::Apis::EssentialcontactsV1::GoogleCloudEssentialcontactsV1SendTestMessageRequest] google_cloud_essentialcontacts_v1_send_test_message_request_object
|
|
291
293
|
# @param [String] fields
|
|
292
294
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -322,7 +324,8 @@ module Google
|
|
|
322
324
|
# resources.
|
|
323
325
|
# @param [String] parent
|
|
324
326
|
# Required. The name of the resource to compute contacts for. Format:
|
|
325
|
-
# organizations/`
|
|
327
|
+
# organizations/`organization`, folders/`folder` or projects/`project` (where `
|
|
328
|
+
# project` is the project number)
|
|
326
329
|
# @param [Array<String>, String] notification_categories
|
|
327
330
|
# The categories of notifications to compute contacts for. If ALL is included in
|
|
328
331
|
# this list, contacts subscribed to any notification category will be returned.
|
|
@@ -369,7 +372,8 @@ module Google
|
|
|
369
372
|
# Adds a new contact for a resource.
|
|
370
373
|
# @param [String] parent
|
|
371
374
|
# Required. The resource to save this contact for. Format: organizations/`
|
|
372
|
-
#
|
|
375
|
+
# organization`, folders/`folder` or projects/`project` (where `project` is the
|
|
376
|
+
# project number)
|
|
373
377
|
# @param [Google::Apis::EssentialcontactsV1::GoogleCloudEssentialcontactsV1Contact] google_cloud_essentialcontacts_v1_contact_object
|
|
374
378
|
# @param [String] fields
|
|
375
379
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -403,8 +407,8 @@ module Google
|
|
|
403
407
|
# Deletes a contact.
|
|
404
408
|
# @param [String] name
|
|
405
409
|
# Required. The name of the contact to delete. Format: organizations/`
|
|
406
|
-
#
|
|
407
|
-
#
|
|
410
|
+
# organization`/contacts/`contact`, folders/`folder`/contacts/`contact` or
|
|
411
|
+
# projects/`project`/contacts/`contact` (where `project` is the project number)
|
|
408
412
|
# @param [String] fields
|
|
409
413
|
# Selector specifying which fields to include in a partial response.
|
|
410
414
|
# @param [String] quota_user
|
|
@@ -435,8 +439,8 @@ module Google
|
|
|
435
439
|
# Gets a single contact.
|
|
436
440
|
# @param [String] name
|
|
437
441
|
# Required. The name of the contact to retrieve. Format: organizations/`
|
|
438
|
-
#
|
|
439
|
-
#
|
|
442
|
+
# organization`/contacts/`contact`, folders/`folder`/contacts/`contact` or
|
|
443
|
+
# projects/`project`/contacts/`contact` (where `project` is the project number)
|
|
440
444
|
# @param [String] fields
|
|
441
445
|
# Selector specifying which fields to include in a partial response.
|
|
442
446
|
# @param [String] quota_user
|
|
@@ -466,8 +470,8 @@ module Google
|
|
|
466
470
|
|
|
467
471
|
# Lists the contacts that have been set on a resource.
|
|
468
472
|
# @param [String] parent
|
|
469
|
-
# Required. The parent resource name. Format: organizations/`
|
|
470
|
-
# folders/`
|
|
473
|
+
# Required. The parent resource name. Format: organizations/`organization`,
|
|
474
|
+
# folders/`folder` or projects/`project` (where `project` is the project number)
|
|
471
475
|
# @param [Fixnum] page_size
|
|
472
476
|
# Optional. The maximum number of results to return from this request. Non-
|
|
473
477
|
# positive values are ignored. The presence of `next_page_token` in the response
|
|
@@ -551,8 +555,8 @@ module Google
|
|
|
551
555
|
# @param [String] resource
|
|
552
556
|
# Required. The name of the resource to send the test message for. All contacts
|
|
553
557
|
# must either be set directly on this resource or inherited from another
|
|
554
|
-
# resource that is an ancestor of this one. Format: organizations/`
|
|
555
|
-
#
|
|
558
|
+
# resource that is an ancestor of this one. Format: organizations/`organization`,
|
|
559
|
+
# folders/`folder` or projects/`project` (where `project` is the project number)
|
|
556
560
|
# @param [Google::Apis::EssentialcontactsV1::GoogleCloudEssentialcontactsV1SendTestMessageRequest] google_cloud_essentialcontacts_v1_send_test_message_request_object
|
|
557
561
|
# @param [String] fields
|
|
558
562
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -588,7 +592,8 @@ module Google
|
|
|
588
592
|
# resources.
|
|
589
593
|
# @param [String] parent
|
|
590
594
|
# Required. The name of the resource to compute contacts for. Format:
|
|
591
|
-
# organizations/`
|
|
595
|
+
# organizations/`organization`, folders/`folder` or projects/`project` (where `
|
|
596
|
+
# project` is the project number)
|
|
592
597
|
# @param [Array<String>, String] notification_categories
|
|
593
598
|
# The categories of notifications to compute contacts for. If ALL is included in
|
|
594
599
|
# this list, contacts subscribed to any notification category will be returned.
|
|
@@ -635,7 +640,8 @@ module Google
|
|
|
635
640
|
# Adds a new contact for a resource.
|
|
636
641
|
# @param [String] parent
|
|
637
642
|
# Required. The resource to save this contact for. Format: organizations/`
|
|
638
|
-
#
|
|
643
|
+
# organization`, folders/`folder` or projects/`project` (where `project` is the
|
|
644
|
+
# project number)
|
|
639
645
|
# @param [Google::Apis::EssentialcontactsV1::GoogleCloudEssentialcontactsV1Contact] google_cloud_essentialcontacts_v1_contact_object
|
|
640
646
|
# @param [String] fields
|
|
641
647
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -669,8 +675,8 @@ module Google
|
|
|
669
675
|
# Deletes a contact.
|
|
670
676
|
# @param [String] name
|
|
671
677
|
# Required. The name of the contact to delete. Format: organizations/`
|
|
672
|
-
#
|
|
673
|
-
#
|
|
678
|
+
# organization`/contacts/`contact`, folders/`folder`/contacts/`contact` or
|
|
679
|
+
# projects/`project`/contacts/`contact` (where `project` is the project number)
|
|
674
680
|
# @param [String] fields
|
|
675
681
|
# Selector specifying which fields to include in a partial response.
|
|
676
682
|
# @param [String] quota_user
|
|
@@ -701,8 +707,8 @@ module Google
|
|
|
701
707
|
# Gets a single contact.
|
|
702
708
|
# @param [String] name
|
|
703
709
|
# Required. The name of the contact to retrieve. Format: organizations/`
|
|
704
|
-
#
|
|
705
|
-
#
|
|
710
|
+
# organization`/contacts/`contact`, folders/`folder`/contacts/`contact` or
|
|
711
|
+
# projects/`project`/contacts/`contact` (where `project` is the project number)
|
|
706
712
|
# @param [String] fields
|
|
707
713
|
# Selector specifying which fields to include in a partial response.
|
|
708
714
|
# @param [String] quota_user
|
|
@@ -732,8 +738,8 @@ module Google
|
|
|
732
738
|
|
|
733
739
|
# Lists the contacts that have been set on a resource.
|
|
734
740
|
# @param [String] parent
|
|
735
|
-
# Required. The parent resource name. Format: organizations/`
|
|
736
|
-
# folders/`
|
|
741
|
+
# Required. The parent resource name. Format: organizations/`organization`,
|
|
742
|
+
# folders/`folder` or projects/`project` (where `project` is the project number)
|
|
737
743
|
# @param [Fixnum] page_size
|
|
738
744
|
# Optional. The maximum number of results to return from this request. Non-
|
|
739
745
|
# positive values are ignored. The presence of `next_page_token` in the response
|
|
@@ -817,8 +823,8 @@ module Google
|
|
|
817
823
|
# @param [String] resource
|
|
818
824
|
# Required. The name of the resource to send the test message for. All contacts
|
|
819
825
|
# must either be set directly on this resource or inherited from another
|
|
820
|
-
# resource that is an ancestor of this one. Format: organizations/`
|
|
821
|
-
#
|
|
826
|
+
# resource that is an ancestor of this one. Format: organizations/`organization`,
|
|
827
|
+
# folders/`folder` or projects/`project` (where `project` is the project number)
|
|
822
828
|
# @param [Google::Apis::EssentialcontactsV1::GoogleCloudEssentialcontactsV1SendTestMessageRequest] google_cloud_essentialcontacts_v1_send_test_message_request_object
|
|
823
829
|
# @param [String] fields
|
|
824
830
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-essentialcontacts_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-essentialcontacts_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-essentialcontacts_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-essentialcontacts_v1/v0.26.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-essentialcontacts_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|