google-apis-gmail_v1 0.23.0 → 0.24.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: 5773c47f89627ce8d9aefa8a4fb0e879b0c1646a66bd789b61dcc7714cf9de7d
4
- data.tar.gz: 3950c32bd82ea44b42a2618ede215105c3c95895c8616d7d1021202939c55f03
3
+ metadata.gz: 62c5e5b8d72783b8dab2d4d60608bbeb4163d2c57ebbb6c40cf2799e16b2099e
4
+ data.tar.gz: 7180579a6347ef9dfb20ccddcc27466f5b34643eeae54d6e24b3319a5b708d4b
5
5
  SHA512:
6
- metadata.gz: 2ed8aed097e04b9a03a01a6428376a5b9a8fa43106c36a9dc560f1c4eaeb098c6d655dd2fe7fb5b4183aef8893732f2a0230587889fd660ebc52b2ce5e513ea4
7
- data.tar.gz: 7665b6988ebf911fcc5517c13b51f6a24687783bceed01d995e35703a3bdc551c63f16fe9ff17ea0d7432d7154500c11f02a3a37b55a4a95bedf78dd8d3eae05
6
+ metadata.gz: 8b628acaab4856fa403bde16b04d9d5dd5db7444c43aad54a11b925c49c4d5fbf5a8b6c45471c8d235fd5a38ecc691dba2ee8cdf7d6a6cc1a8fd85a8c99348a2
7
+ data.tar.gz: 3599b5e2148e1e14c547bd87f0aef016fa5ee100617590fde1c692e7f9351f99e4bd3cd34b93e8a192e806fcb41ad9981f91d6737b03669950ea89c62bb9e8aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.24.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230206
6
+
3
7
  ### v0.23.0 (2023-01-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20230123
@@ -1763,7 +1763,8 @@ module Google
1763
1763
  alias_method :restrict_to_contacts?, :restrict_to_contacts
1764
1764
 
1765
1765
  # Flag that determines whether responses are sent to recipients who are outside
1766
- # of the user's domain. This feature is only available for G Suite users.
1766
+ # of the user's domain. This feature is only available for Google Workspace
1767
+ # users.
1767
1768
  # Corresponds to the JSON property `restrictToDomain`
1768
1769
  # @return [Boolean]
1769
1770
  attr_accessor :restrict_to_domain
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GmailV1
18
18
  # Version of the google-apis-gmail_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230123"
25
+ REVISION = "20230206"
26
26
  end
27
27
  end
28
28
  end
@@ -811,7 +811,7 @@ module Google
811
811
  # @param [Google::Apis::GmailV1::Message] message_object
812
812
  # @param [Boolean] deleted
813
813
  # Mark the email as permanently deleted (not TRASH) and only visible in Google
814
- # Vault to a Vault administrator. Only used for G Suite accounts.
814
+ # Vault to a Vault administrator. Only used for Google Workspace accounts.
815
815
  # @param [String] internal_date_source
816
816
  # Source for Gmail's internal date of the message.
817
817
  # @param [Boolean] never_mark_spam
@@ -871,7 +871,7 @@ module Google
871
871
  # @param [Google::Apis::GmailV1::Message] message_object
872
872
  # @param [Boolean] deleted
873
873
  # Mark the email as permanently deleted (not TRASH) and only visible in Google
874
- # Vault to a Vault administrator. Only used for G Suite accounts.
874
+ # Vault to a Vault administrator. Only used for Google Workspace accounts.
875
875
  # @param [String] internal_date_source
876
876
  # Source for Gmail's internal date of the message.
877
877
  # @param [String] fields
@@ -1900,15 +1900,15 @@ module Google
1900
1900
 
1901
1901
  # Adds a delegate with its verification status set directly to `accepted`,
1902
1902
  # without sending any verification email. The delegate user must be a member of
1903
- # the same G Suite organization as the delegator user. Gmail imposes limitations
1904
- # on the number of delegates and delegators each user in a G Suite organization
1905
- # can have. These limits depend on your organization, but in general each user
1906
- # can have up to 25 delegates and up to 10 delegators. Note that a delegate user
1907
- # must be referred to by their primary email address, and not an email alias.
1908
- # Also note that when a new delegate is created, there may be up to a one minute
1909
- # delay before the new delegate is available for use. This method is only
1910
- # available to service account clients that have been delegated domain-wide
1911
- # authority.
1903
+ # the same Google Workspace organization as the delegator user. Gmail imposes
1904
+ # limitations on the number of delegates and delegators each user in a Google
1905
+ # Workspace organization can have. These limits depend on your organization, but
1906
+ # in general each user can have up to 25 delegates and up to 10 delegators. Note
1907
+ # that a delegate user must be referred to by their primary email address, and
1908
+ # not an email alias. Also note that when a new delegate is created, there may
1909
+ # be up to a one minute delay before the new delegate is available for use. This
1910
+ # method is only available to service account clients that have been delegated
1911
+ # domain-wide authority.
1912
1912
  # @param [String] user_id
1913
1913
  # User's email address. The special value "me" can be used to indicate the
1914
1914
  # authenticated user.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gmail_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.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: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-12 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-gmail_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gmail_v1
63
63
  post_install_message:
64
64
  rdoc_options: []