google-apis-admin_directory_v1 0.60.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: '08dc4e1c07063804043ad7bca5eab6085092cb6e45131510e0d3ba4e0e59c4f9'
4
- data.tar.gz: f75fc932f2ad174bd49eb7a109b1090205969e9f948b18ccc8b6ed6dc1d68acd
3
+ metadata.gz: d771a4497fdf8c839a0d9ae68fc59773e60b09dc64e672bd88b6a61fa49370f0
4
+ data.tar.gz: 533497c52813239d0507b7a2c64c7d490f458932254a33465ba4a21321bd37d0
5
5
  SHA512:
6
- metadata.gz: 421cf761ad4331113b25b3c552b8c4bb9add967073d067ae4e1313e88e40cce33572b5f42abbc7e972f1f4a74457bd8626f9f979785652b6b870a73fb4567b4e
7
- data.tar.gz: b3427ba40e75ace87ba79d0216496b3a0e6d6ed0a4cee817cb09d026d05429fcc2193a465ebcc5045c7f956070559a3fcbbaded52df35f9068eea0a188f090a8
6
+ metadata.gz: 262596883350d50655cc7a87106b27269083af2d8c734a201c8538a2b6b67b4c70fe33e48f4c757cb9ddafb8ba4cfd55240ed4f83599dfcf2049f763bc93b5f9
7
+ data.tar.gz: 451bf094bb51d3c393f6db17d84d49c3dad612fc3bc69cf0d58d05b69224bf00f78239f1eb8320cbd123ea166c23d401357f3be23a404c1ce33f529c4b15109b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.61.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250217
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.60.0 (2024-12-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20241210
@@ -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
@@ -5774,7 +5774,8 @@ module Google
5774
5774
  # @return [String]
5775
5775
  attr_accessor :kind
5776
5776
 
5777
- # Token used to access next page of this result.
5777
+ # Token used to access next page of this result. The page token is only valid
5778
+ # for three days.
5778
5779
  # Corresponds to the JSON property `nextPageToken`
5779
5780
  # @return [String]
5780
5781
  attr_accessor :next_page_token
@@ -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.60.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241210"
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
@@ -4090,7 +4090,8 @@ module Google
4090
4090
  # @param [String] order_by
4091
4091
  # Property to use for sorting results.
4092
4092
  # @param [String] page_token
4093
- # Token to specify next page in the list
4093
+ # Token to specify next page in the list. The page token is only valid for three
4094
+ # days.
4094
4095
  # @param [String] projection
4095
4096
  # What subset of fields to fetch for this user.
4096
4097
  # @param [String] query
metadata CHANGED
@@ -1,14 +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.60.0
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.62.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Admin SDK API DirectoryV1
82
79
  test_files: []