google-apis-admin_directory_v1 0.21.0 → 0.24.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: afe7697d1642f4e1d424ba32bd72763146fcf30fecbbebe78396b421e49fbe41
4
- data.tar.gz: 36f46657ef6a7412c6de95c0d214fbbc4fb5d069820890c06c941d506bcb14ae
3
+ metadata.gz: 14a412cafca530d608fce92414f27172df88b17132307dfab694940e1b70e80e
4
+ data.tar.gz: 9b777745c1825275ca7607e270af6ec667f8a39ae7fa7535f9f37d9c03a0b8f1
5
5
  SHA512:
6
- metadata.gz: a29aa1cca6dd30c72bc678797c7545427a61773b4b8d153343c5a6c7adb06a0a91ac7edc966a11630c07b70c911dbc80e7f087d99b4952d7bd1faf3c60f954e0
7
- data.tar.gz: 0ad47f0ee1eff99106e776fd05a96d9eb9e06da2666bc39b3f6d178c6d1a4045943341a71178cb9c33d21e8c03f953992c37506848f0d28ebf16984879e87a03
6
+ metadata.gz: 8319f488f04b04d43a1386db006c4bf3f49d300e10e37e8d9386ceab397ebb81320406814610d3e4ad54a3d54a4df5a8af9d50b328e564ca215ab5bd0d9a4f9c
7
+ data.tar.gz: d1b2dce5d6cf98e2d798e286a303e60ce25d4e8b81c5062ba41ed78e9412684880f9eb88332450396dbcc93f1380ab7eeaab06bbb98362cd394817be1a1798b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.24.0 (2022-06-04)
4
+
5
+ * Regenerated from discovery document revision 20220531
6
+ * Regenerated using generator version 0.5.0
7
+
8
+ ### v0.23.0 (2022-03-31)
9
+
10
+ * Regenerated from discovery document revision 20220325
11
+
12
+ ### v0.22.0 (2022-02-10)
13
+
14
+ * Regenerated from discovery document revision 20220208
15
+
3
16
  ### v0.21.0 (2022-02-03)
4
17
 
5
18
  * Regenerated from discovery document revision 20220201
@@ -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.21.0"
19
+ GEM_VERSION = "0.24.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 = "20220201"
25
+ REVISION = "20220531"
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?
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.21.0
4
+ version: 0.24.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-07 00:00:00.000000000 Z
11
+ date: 2022-06-06 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.24.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