google-apis-essentialcontacts_v1 0.14.0 → 0.15.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: 5d47864ab92ed6998345c74fdb2dd26ddc62b843a58cca43fd5cec87e1a15071
4
- data.tar.gz: 34e599a1d59f43e6a5a787f8597d73780032d2aefdb16ca9510c31f00c07c883
3
+ metadata.gz: 1a5aaa56dbc7bf7106341a15806304a9d80bce50aec293245d765e0ca8d3d441
4
+ data.tar.gz: b3a7f9251e4769f3bf7b7a62dc8f9e3b34d0782cec1a36578aee49b99da47060
5
5
  SHA512:
6
- metadata.gz: 9c38613016f80000e30151cf17c3fa5f937c44e867aad04f3b133e9f19992bc54a2d958353ee0e6f5d2b777d5bd3d8e682201aee11407baefd9a5ba04420417c
7
- data.tar.gz: ddac95bcd99e1dc648b8ccf4ce4232235700e9a23af55e6ad89c084c4e3f336970821bf08cf169453ad509a973e54eff2cd5896e80e3c664abe5c729e2b79809
6
+ metadata.gz: 45688d546e1551c163d50d99cdedf6ed23b950aca566ba27fe6ed17e12c6b08deb1f271966911c68207a1731367443fadfa504704a8231f575e86b6a2d7e00bc
7
+ data.tar.gz: 85c92423c94bd3c67bd56783658c8bc7d29373d78189f2de58d31257f55ddc28cfb693e02e2b2f0a9ebfb67fd1a91f84da3ed38d455efe71081ffe951a8c967d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-essentialcontacts_v1
2
2
 
3
+ ### v0.15.0 (2022-11-04)
4
+
5
+ * Regenerated from discovery document revision 20221031
6
+
3
7
  ### v0.14.0 (2022-10-28)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -56,27 +56,28 @@ module Google
56
56
  class GoogleCloudEssentialcontactsV1Contact
57
57
  include Google::Apis::Core::Hashable
58
58
 
59
- # Required. The email address to send notifications to. This does not need to be
60
- # a Google account.
59
+ # Required. The email address to send notifications to. The email address does
60
+ # not need to be a Google Account.
61
61
  # Corresponds to the JSON property `email`
62
62
  # @return [String]
63
63
  attr_accessor :email
64
64
 
65
- # The preferred language for notifications, as a ISO 639-1 language code. See [
66
- # Supported languages](https://cloud.google.com/resource-manager/docs/managing-
67
- # notification-contacts#supported-languages) for a list of supported languages.
65
+ # Required. The preferred language for notifications, as a ISO 639-1 language
66
+ # code. See [Supported languages](https://cloud.google.com/resource-manager/docs/
67
+ # managing-notification-contacts#supported-languages) for a list of supported
68
+ # languages.
68
69
  # Corresponds to the JSON property `languageTag`
69
70
  # @return [String]
70
71
  attr_accessor :language_tag
71
72
 
72
- # The identifier for the contact. Format: `resource_type`/`resource_id`/contacts/
73
- # `contact_id`
73
+ # Output only. The identifier for the contact. Format: `resource_type`/`
74
+ # resource_id`/contacts/`contact_id`
74
75
  # Corresponds to the JSON property `name`
75
76
  # @return [String]
76
77
  attr_accessor :name
77
78
 
78
- # The categories of notifications that the contact will receive communications
79
- # for.
79
+ # Required. The categories of notifications that the contact will receive
80
+ # communications for.
80
81
  # Corresponds to the JSON property `notificationCategorySubscriptions`
81
82
  # @return [Array<String>]
82
83
  attr_accessor :notification_category_subscriptions
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220317"
25
+ REVISION = "20221031"
26
26
  end
27
27
  end
28
28
  end
@@ -241,8 +241,8 @@ module Google
241
241
 
242
242
  # Updates a contact. Note: A contact's email address cannot be changed.
243
243
  # @param [String] name
244
- # The identifier for the contact. Format: `resource_type`/`resource_id`/contacts/
245
- # `contact_id`
244
+ # Output only. The identifier for the contact. Format: `resource_type`/`
245
+ # resource_id`/contacts/`contact_id`
246
246
  # @param [Google::Apis::EssentialcontactsV1::GoogleCloudEssentialcontactsV1Contact] google_cloud_essentialcontacts_v1_contact_object
247
247
  # @param [String] update_mask
248
248
  # Optional. The update mask applied to the resource. For the `FieldMask`
@@ -507,8 +507,8 @@ module Google
507
507
 
508
508
  # Updates a contact. Note: A contact's email address cannot be changed.
509
509
  # @param [String] name
510
- # The identifier for the contact. Format: `resource_type`/`resource_id`/contacts/
511
- # `contact_id`
510
+ # Output only. The identifier for the contact. Format: `resource_type`/`
511
+ # resource_id`/contacts/`contact_id`
512
512
  # @param [Google::Apis::EssentialcontactsV1::GoogleCloudEssentialcontactsV1Contact] google_cloud_essentialcontacts_v1_contact_object
513
513
  # @param [String] update_mask
514
514
  # Optional. The update mask applied to the resource. For the `FieldMask`
@@ -773,8 +773,8 @@ module Google
773
773
 
774
774
  # Updates a contact. Note: A contact's email address cannot be changed.
775
775
  # @param [String] name
776
- # The identifier for the contact. Format: `resource_type`/`resource_id`/contacts/
777
- # `contact_id`
776
+ # Output only. The identifier for the contact. Format: `resource_type`/`
777
+ # resource_id`/contacts/`contact_id`
778
778
  # @param [Google::Apis::EssentialcontactsV1::GoogleCloudEssentialcontactsV1Contact] google_cloud_essentialcontacts_v1_contact_object
779
779
  # @param [String] update_mask
780
780
  # Optional. The update mask applied to the resource. For the `FieldMask`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-essentialcontacts_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-essentialcontacts_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-essentialcontacts_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-essentialcontacts_v1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-essentialcontacts_v1
63
63
  post_install_message:
64
64
  rdoc_options: []