google-apis-admin_directory_v1 0.22.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: 64ed620e67092c4bde67237218e7e1eca858e0c2973cfc1a83f26480934e2b41
4
- data.tar.gz: 9accc6f60f852935dc4e9b6271e8ababe95c329e7cc8e4ac862fe66f6efec47c
3
+ metadata.gz: dacb165457a3aff3f7f9acf2788c6fd18d9d6061299ade0e91eebac18f9e9577
4
+ data.tar.gz: 4a25bf7077d2ce46b53636ccc7f4eb2ef3c5cb648fa3b3b887d2390b5ca64edc
5
5
  SHA512:
6
- metadata.gz: bce0243ee08be251473cb8c5aa0286cbfedd6085d3ae79ba14cb2cf0adb9153cbcda31b67dac9ecc41ee3721067aeced28680ede174cd0affcc1d93c9db8e20b
7
- data.tar.gz: ee3409cb835be1b9c436cb2b4a70633846a6afa7cbf593976a938241225866b29b18d8ea063cdedfa141c70e2f31491fc2304b524aa863d99bcc2afcf5dc65d2
6
+ metadata.gz: 322bd31077fbdfd866d0df4b62f88a2fef2c4cd7bc78363668fe8f6109c9e425e75d17654cb7b02392826146c1e7412bfa7324ff908fbedfbb90dc49ca2b7a19
7
+ data.tar.gz: e9e76d070b0c26036a940b0368d7373a6b22078ff23969498c6eb3342078caba9bf68723961d5ef0b1209e0a96777b6c7be700672529c99ac741638c8a3acdfe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.25.0 (2022-06-09)
4
+
5
+ * Regenerated from discovery document revision 20220606
6
+
7
+ ### v0.24.0 (2022-06-04)
8
+
9
+ * Regenerated from discovery document revision 20220531
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.23.0 (2022-03-31)
13
+
14
+ * Regenerated from discovery document revision 20220325
15
+
3
16
  ### v0.22.0 (2022-02-10)
4
17
 
5
18
  * Regenerated from discovery document revision 20220208
@@ -2019,8 +2019,7 @@ module Google
2019
2019
  # A generic empty message that you can re-use to avoid defining duplicated empty
2020
2020
  # messages in your APIs. A typical example is to use it as the request or the
2021
2021
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
2022
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
2023
- # `Empty` is empty JSON object ````.
2022
+ # protobuf.Empty) returns (google.protobuf.Empty); `
2024
2023
  class Empty
2025
2024
  include Google::Apis::Core::Hashable
2026
2025
 
@@ -2184,14 +2183,14 @@ module Google
2184
2183
  class Group
2185
2184
  include Google::Apis::Core::Hashable
2186
2185
 
2187
- # Value is `true` if this group was created by an administrator rather than a
2188
- # user.
2186
+ # Read-only. Value is `true` if this group was created by an administrator
2187
+ # rather than a user.
2189
2188
  # Corresponds to the JSON property `adminCreated`
2190
2189
  # @return [Boolean]
2191
2190
  attr_accessor :admin_created
2192
2191
  alias_method :admin_created?, :admin_created
2193
2192
 
2194
- # List of a group's alias email addresses.
2193
+ # Read-only. A list of a group's alias email addresses.
2195
2194
  # Corresponds to the JSON property `aliases`
2196
2195
  # @return [Array<String>]
2197
2196
  attr_accessor :aliases
@@ -2225,8 +2224,8 @@ module Google
2225
2224
  # @return [String]
2226
2225
  attr_accessor :etag
2227
2226
 
2228
- # The unique ID of a group. A group `id` can be used as a group request URI's `
2229
- # groupKey`.
2227
+ # Read-only. The unique ID of a group. A group `id` can be used as a group
2228
+ # request URI's `groupKey`.
2230
2229
  # Corresponds to the JSON property `id`
2231
2230
  # @return [String]
2232
2231
  attr_accessor :id
@@ -2242,11 +2241,11 @@ module Google
2242
2241
  # @return [String]
2243
2242
  attr_accessor :name
2244
2243
 
2245
- # List of the group's non-editable alias email addresses that are outside of the
2246
- # account's primary domain or subdomains. These are functioning email addresses
2247
- # used by the group. This is a read-only property returned in the API's response
2248
- # for a group. If edited in a group's POST or PUT request, the edit is ignored
2249
- # by the API service.
2244
+ # Read-only. A list of the group's non-editable alias email addresses that are
2245
+ # outside of the account's primary domain or subdomains. These are functioning
2246
+ # email addresses used by the group. This is a read-only property returned in
2247
+ # the API's response for a group. If edited in a group's POST or PUT request,
2248
+ # the edit is ignored by the API service.
2250
2249
  # Corresponds to the JSON property `nonEditableAliases`
2251
2250
  # @return [Array<String>]
2252
2251
  attr_accessor :non_editable_aliases
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdminDirectoryV1
18
18
  # Version of the google-apis-admin_directory_v1 gem
19
- GEM_VERSION = "0.22.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.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220208"
25
+ REVISION = "20220606"
26
26
  end
27
27
  end
28
28
  end
@@ -1274,10 +1274,11 @@ module Google
1274
1274
  # Retrieves all groups of a domain or of a user given a userKey (paginated).
1275
1275
  # @param [String] customer
1276
1276
  # The unique ID for the customer's Google Workspace account. In case of a multi-
1277
- # domain account, to fetch all groups for a customer, fill this field instead of
1278
- # domain. As an account administrator, you can also use the `my_customer` alias
1279
- # to represent your account's `customerId`. The `customerId` is also returned as
1280
- # part of the [Users](/admin-sdk/directory/v1/reference/users)
1277
+ # domain account, to fetch all groups for a customer, fill in this field instead
1278
+ # of `domain`. You can also use the `my_customer` alias to represent your
1279
+ # account's `customerId`. The `customerId` is also returned as part of the [
1280
+ # Users](/admin-sdk/directory/v1/reference/users) resource. Either the `customer`
1281
+ # or the `domain` parameter must be provided.
1281
1282
  # @param [String] domain
1282
1283
  # The domain name. Use this field to get groups from only one domain. To return
1283
1284
  # all domains for a customer account, use the `customer` query parameter instead.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_directory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.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: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
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-admin_directory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Admin SDK API DirectoryV1