google-apis-admin_directory_v1 0.20.0 → 0.23.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: bf1c56ef6645b159cdf6166d5ad474ea60ea2c46a0a7172d5ca68dc07afdf138
4
- data.tar.gz: 1e5b79492e32e613f2d01d196b8ce32bbd9ce7b2143e91f0a15dc8e49e419a4c
3
+ metadata.gz: deb7121bc173f1ade47aa2dbad70ee9d51354ae4f13dda951263b7f46d37c8e1
4
+ data.tar.gz: 6d9080e2a4ffb1eb2e4a9c5f81adb83fd987b8c8d074b16b5c404517dd0d36a5
5
5
  SHA512:
6
- metadata.gz: 380985e6333f35d0cb3a8643d6542bd1a09c282189db9691beeb5b3cba9f463938f79fed484aa36df0d61f8db500fa0ae6add91f577595705883a475d76fb80b
7
- data.tar.gz: d21643e42501e1a2b05f813aecc00db26537a8de728d0b7b5d3bf60c54d7fce7d4e70f25c6f46795415893328a0a8787b265822712b7528683db12c70a028f89
6
+ metadata.gz: e835cac13c25913a24220f2f3f7d5c7fb411510be3e440d5da9b9a157a8d9e43a434327c23919de76f1fa8f22d386efa7a4424b6e3c08bf404c4fdf238c1c48b
7
+ data.tar.gz: 927937e3cf64028fe09311c5967e428ad00d633291be42b9439a4c96b23f5bea5837b40cec93db9ff9db37cd6e3231054d815341678103e239ce4b5020ce9bbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.23.0 (2022-03-31)
4
+
5
+ * Regenerated from discovery document revision 20220325
6
+
7
+ ### v0.22.0 (2022-02-10)
8
+
9
+ * Regenerated from discovery document revision 20220208
10
+
11
+ ### v0.21.0 (2022-02-03)
12
+
13
+ * Regenerated from discovery document revision 20220201
14
+
3
15
  ### v0.20.0 (2022-01-28)
4
16
 
5
17
  * Regenerated from discovery document revision 20220125
@@ -895,8 +895,10 @@ module Google
895
895
  # version of orgUnitId. While orgUnitPath may change by renaming an
896
896
  # organizational unit within the path, orgUnitId is unchangeable for one
897
897
  # organizational unit. This property can be [updated](/admin-sdk/directory/v1/
898
- # guides/manage-chrome-devices#update_chrome_device) using the API, and this
899
- # will be supported in the future.
898
+ # guides/manage-chrome-devices#move_chrome_devices_to_ou) using the API. For
899
+ # more information about how to create an organizational structure for your
900
+ # device, see the [administration help center](https://support.google.com/a/
901
+ # answer/182433).
900
902
  # Corresponds to the JSON property `orgUnitId`
901
903
  # @return [String]
902
904
  attr_accessor :org_unit_id
@@ -905,9 +907,9 @@ module Google
905
907
  # device. Path names are case insensitive. If the parent organizational unit is
906
908
  # the top-level organization, it is represented as a forward slash, `/`. This
907
909
  # property can be [updated](/admin-sdk/directory/v1/guides/manage-chrome-devices#
908
- # update_chrome_device) using the API. For more information about how to create
909
- # an organizational structure for your device, see the [administration help
910
- # center](https://support.google.com/a/answer/182433).
910
+ # move_chrome_devices_to_ou) using the API. For more information about how to
911
+ # create an organizational structure for your device, see the [administration
912
+ # help center](https://support.google.com/a/answer/182433).
911
913
  # Corresponds to the JSON property `orgUnitPath`
912
914
  # @return [String]
913
915
  attr_accessor :org_unit_path
@@ -2017,8 +2019,7 @@ module Google
2017
2019
  # A generic empty message that you can re-use to avoid defining duplicated empty
2018
2020
  # messages in your APIs. A typical example is to use it as the request or the
2019
2021
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
2020
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
2021
- # `Empty` is empty JSON object ````.
2022
+ # protobuf.Empty) returns (google.protobuf.Empty); `
2022
2023
  class Empty
2023
2024
  include Google::Apis::Core::Hashable
2024
2025
 
@@ -2343,8 +2344,8 @@ module Google
2343
2344
  attr_accessor :next_page_token
2344
2345
 
2345
2346
  # List of printers. If `org_unit_id` was given in the request, then only
2346
- # printers visible for this OU will be returned. If `org_unit_id` was given in
2347
- # the request, then all printers will be returned.
2347
+ # printers visible for this OU will be returned. If `org_unit_id` was not given
2348
+ # in the request, then all printers will be returned.
2348
2349
  # Corresponds to the JSON property `printers`
2349
2350
  # @return [Array<Google::Apis::AdminDirectoryV1::Printer>]
2350
2351
  attr_accessor :printers
@@ -3811,10 +3812,10 @@ module Google
3811
3812
  attr_accessor :gender
3812
3813
 
3813
3814
  # Stores the hash format of the password property. We recommend sending the `
3814
- # password` property value as a base 16 bit hexadecimal-encoded hash value. Set
3815
- # the `hashFunction` values as either the [SHA-1](https://wikipedia.org/wiki/SHA-
3816
- # 1), [MD5](https://wikipedia.org/wiki/MD5), or [crypt](https://en.wikipedia.org/
3817
- # wiki/Crypt_\(C\)) hash format.
3815
+ # password` property value as a base 16 bit hexadecimal-encoded hash value. The
3816
+ # following `hashFunction` values are allowed: * `DES` * `MD5` - hash prefix is `
3817
+ # $1$` * `SHA2-256` - hash prefix is `$5$` * `SHA2-512` - hash prefix is `$6$`
3818
+ # If rounds are specified as part of the prefix, they must be 10,000 or fewer.
3818
3819
  # Corresponds to the JSON property `hashFunction`
3819
3820
  # @return [String]
3820
3821
  attr_accessor :hash_function
@@ -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.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220125"
25
+ REVISION = "20220325"
26
26
  end
27
27
  end
28
28
  end
@@ -790,6 +790,12 @@ module Google
790
790
  # @param [String] filter
791
791
  # Search query. Search syntax is shared between this api and Admin Console
792
792
  # printers pages.
793
+ # @param [String] order_by
794
+ # The order to sort results by. Must be one of display_name, description,
795
+ # make_and_model, or create_time. Default order is ascending, but descending
796
+ # order can be returned by appending "desc" to the order_by field. For instance,
797
+ # "description desc" will return the printers sorted by description in
798
+ # descending order.
793
799
  # @param [String] org_unit_id
794
800
  # Organization Unit that we want to list the printers for. When org_unit is not
795
801
  # present in the request then all printers of the customer are returned (or
@@ -818,12 +824,13 @@ module Google
818
824
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
819
825
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
820
826
  # @raise [Google::Apis::AuthorizationError] Authorization is required
821
- def list_customer_chrome_printers(parent, filter: nil, org_unit_id: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
827
+ def list_customer_chrome_printers(parent, filter: nil, order_by: nil, org_unit_id: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
822
828
  command = make_simple_command(:get, 'admin/directory/v1/{+parent}/chrome/printers', options)
823
829
  command.response_representation = Google::Apis::AdminDirectoryV1::ListPrintersResponse::Representation
824
830
  command.response_class = Google::Apis::AdminDirectoryV1::ListPrintersResponse
825
831
  command.params['parent'] = parent unless parent.nil?
826
832
  command.query['filter'] = filter unless filter.nil?
833
+ command.query['orderBy'] = order_by unless order_by.nil?
827
834
  command.query['orgUnitId'] = org_unit_id unless org_unit_id.nil?
828
835
  command.query['pageSize'] = page_size unless page_size.nil?
829
836
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -3702,7 +3709,7 @@ module Google
3702
3709
  # @param [String] show_deleted
3703
3710
  # If set to `true`, retrieves the list of deleted users. (Default: `false`)
3704
3711
  # @param [String] sort_order
3705
- # Whether to return results in ascending or descending order.
3712
+ # Whether to return results in ascending or descending order, ignoring case.
3706
3713
  # @param [String] view_type
3707
3714
  # Whether to fetch the administrator-only or domain-wide public view of the user.
3708
3715
  # For more information, see [Retrieve a user as a non-administrator](/admin-sdk/
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.20.0
4
+ version: 0.23.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-01-31 00:00:00.000000000 Z
11
+ date: 2022-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.23.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: []