google-apis-gmail_v1 0.23.0 → 0.25.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: 5773c47f89627ce8d9aefa8a4fb0e879b0c1646a66bd789b61dcc7714cf9de7d
4
- data.tar.gz: 3950c32bd82ea44b42a2618ede215105c3c95895c8616d7d1021202939c55f03
3
+ metadata.gz: 93200c74d54ba050bda5b17ffaa82c8bf0adb8c4c7a49b4bdaa4dfdfc734eb44
4
+ data.tar.gz: 4735ab6d0113729dd0c9745660ea43d7b6592aef6ca8e761721741492e8ccf66
5
5
  SHA512:
6
- metadata.gz: 2ed8aed097e04b9a03a01a6428376a5b9a8fa43106c36a9dc560f1c4eaeb098c6d655dd2fe7fb5b4183aef8893732f2a0230587889fd660ebc52b2ce5e513ea4
7
- data.tar.gz: 7665b6988ebf911fcc5517c13b51f6a24687783bceed01d995e35703a3bdc551c63f16fe9ff17ea0d7432d7154500c11f02a3a37b55a4a95bedf78dd8d3eae05
6
+ metadata.gz: 3a1a453a3a091467f8f2f2e9177b790932a87231c4e6ba6557067e90866dbac5f79981ac5206beb0ce367a884adc67710fad306bac4d9e52c12f1ec81404aa99
7
+ data.tar.gz: 7b51c63245849ce548f5abba59a503243988be745edc4ae766de4f18c60fb7ffc357dcebbd99957ab9e06ed25cd9e10909fc7ccb954a7dc9e32c700577e76fe2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.25.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.24.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230206
10
+
3
11
  ### v0.23.0 (2023-01-29)
4
12
 
5
13
  * 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.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
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.25.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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.25.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: []