google-apis-admin_directory_v1 0.61.0 → 0.62.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: d771a4497fdf8c839a0d9ae68fc59773e60b09dc64e672bd88b6a61fa49370f0
4
+ data.tar.gz: 533497c52813239d0507b7a2c64c7d490f458932254a33465ba4a21321bd37d0
5
5
  SHA512:
6
- metadata.gz: 2e924d54fbbfc009047be0f757f6fb58184d7cfa610940c10f167e1c182029e7353674a9f60794c0bf72843c46a648d71ac5c14f387ba08c9941d0ddf05a1edc
7
- data.tar.gz: 3ad7d2147cc7243fc33aa68c7acbf99c2a7c20b9f00377a3cb733e6f62cfdd2f063c61847b54ac00f389ba45e157449373cabbb291dadcd4f545e03545997bee
6
+ metadata.gz: 262596883350d50655cc7a87106b27269083af2d8c734a201c8538a2b6b67b4c70fe33e48f4c757cb9ddafb8ba4cfd55240ed4f83599dfcf2049f763bc93b5f9
7
+ data.tar.gz: 451bf094bb51d3c393f6db17d84d49c3dad612fc3bc69cf0d58d05b69224bf00f78239f1eb8320cbd123ea166c23d401357f3be23a404c1ce33f529c4b15109b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.62.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250325
6
+
3
7
  ### v0.61.0 (2025-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250217
@@ -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.62.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 = "20250325"
26
26
  end
27
27
  end
28
28
  end
@@ -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
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.62.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-16 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.62.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: