google-apis-admin_directory_v1 0.61.0 → 0.63.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: 5862b7d16b3a266c410712431a83fc5e321a30a859c5259bd996abaf6f62bf9d
4
- data.tar.gz: 63d4ffd29b171eb09096077979f86d0b2c291f587f1bfce04adbc2bb7b0ce937
3
+ metadata.gz: 2114c303278f6dea4d913a1160b4021d569b15d48a5f66800841bee22e974c24
4
+ data.tar.gz: 746874bf02db918622711d64241f963f01c1fb3b62660faed8a814ad9569a7f5
5
5
  SHA512:
6
- metadata.gz: 2e924d54fbbfc009047be0f757f6fb58184d7cfa610940c10f167e1c182029e7353674a9f60794c0bf72843c46a648d71ac5c14f387ba08c9941d0ddf05a1edc
7
- data.tar.gz: 3ad7d2147cc7243fc33aa68c7acbf99c2a7c20b9f00377a3cb733e6f62cfdd2f063c61847b54ac00f389ba45e157449373cabbb291dadcd4f545e03545997bee
6
+ metadata.gz: 3f634157af58f58e2dac9d07c213d7dae61f32af00ef86055247a0d60d02787a2f5357a5a5882059b29f4eddfcab4ec91816dd3237b854ec0b7e1faa10b9f0d3
7
+ data.tar.gz: 8478e839aedb8420f8f7106ab2a76d12d98c1c86c5c5c5f471960e74f7bdbf83924e15b9b1d3dd6477868778c511fc8ec17434d694917a15e6bd1b11f24e1c8b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.63.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250421
6
+
7
+ ### v0.62.0 (2025-03-30)
8
+
9
+ * Regenerated from discovery document revision 20250325
10
+
3
11
  ### v0.61.0 (2025-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20250217
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://developers.google.com/admin-sdk/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/workspace/admin/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -3574,7 +3574,7 @@ module Google
3574
3574
  # @return [String]
3575
3575
  attr_accessor :id
3576
3576
 
3577
- # Immutable. Resource name of the print server. Leave empty when creating.
3577
+ # Identifier. Resource name of the print server. Leave empty when creating.
3578
3578
  # Format: `customers/`customer.id`/printServers/`print_server.id``
3579
3579
  # Corresponds to the JSON property `name`
3580
3580
  # @return [String]
@@ -3683,8 +3683,8 @@ module Google
3683
3683
  # @return [String]
3684
3684
  attr_accessor :make_and_model
3685
3685
 
3686
- # The resource name of the Printer object, in the format customers/`customer-id`/
3687
- # printers/`printer-id` (During printer creation leave empty)
3686
+ # Identifier. The resource name of the Printer object, in the format customers/`
3687
+ # customer-id`/printers/`printer-id` (During printer creation leave empty)
3688
3688
  # Corresponds to the JSON property `name`
3689
3689
  # @return [String]
3690
3690
  attr_accessor :name
@@ -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.61.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250217"
25
+ REVISION = "20250421"
26
26
  end
27
27
  end
28
28
  end
@@ -32,7 +32,7 @@ module Google
32
32
  # Admin = Google::Apis::AdminDirectoryV1 # Alias the module
33
33
  # service = Admin::DirectoryService.new
34
34
  #
35
- # @see https://developers.google.com/admin-sdk/
35
+ # @see https://developers.google.com/workspace/admin/
36
36
  class DirectoryService < Google::Apis::Core::BaseService
37
37
  DEFAULT_ENDPOINT_TEMPLATE = "https://admin.$UNIVERSE_DOMAIN$/"
38
38
 
@@ -893,7 +893,7 @@ module Google
893
893
 
894
894
  # Updates a print server's configuration.
895
895
  # @param [String] name
896
- # Immutable. Resource name of the print server. Leave empty when creating.
896
+ # Identifier. Resource name of the print server. Leave empty when creating.
897
897
  # Format: `customers/`customer.id`/printServers/`print_server.id``
898
898
  # @param [Google::Apis::AdminDirectoryV1::PrintServer] print_server_object
899
899
  # @param [String] update_mask
@@ -1191,8 +1191,8 @@ module Google
1191
1191
 
1192
1192
  # Updates a `Printer` resource.
1193
1193
  # @param [String] name
1194
- # The resource name of the Printer object, in the format customers/`customer-id`/
1195
- # printers/`printer-id` (During printer creation leave empty)
1194
+ # Identifier. The resource name of the Printer object, in the format customers/`
1195
+ # customer-id`/printers/`printer-id` (During printer creation leave empty)
1196
1196
  # @param [Google::Apis::AdminDirectoryV1::Printer] printer_object
1197
1197
  # @param [String] clear_mask
1198
1198
  # The list of fields to be cleared. Note, some of the fields are read only and
@@ -25,7 +25,7 @@ module Google
25
25
  # resources like user, groups etc. It also provides audit and usage reports of
26
26
  # domain.
27
27
  #
28
- # @see https://developers.google.com/admin-sdk/
28
+ # @see https://developers.google.com/workspace/admin/
29
29
  module AdminDirectoryV1
30
30
  # Version of the Admin SDK API this client connects to.
31
31
  # This is NOT the gem version.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_directory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-04-27 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-admin_directory_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.61.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.63.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
62
62
  rdoc_options: []
63
63
  require_paths: