google-apis-drivelabels_v2beta 0.4.0 → 0.6.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: d5c5991b2e1bbd9d0c93d1c9bbf2ac29319c39582bfd4369e5c397ab1d4dec4e
4
- data.tar.gz: bfc3c25659a0e51ac3c3240733faeb323ddab7c6df3ffb1ab2175f74dc82df31
3
+ metadata.gz: 13fd51434a0b611bf5aed6e569f38cae882ffa3a2f45fa853e547037cf64e7c1
4
+ data.tar.gz: 3c8626b5466731695c9d560961c6b1e06fdee9dd3a8c83e50c97070c5d48db74
5
5
  SHA512:
6
- metadata.gz: 0e8c1f9fd23c2dac427e221864f3d2a24f07b081918ab58a6273060535d15c80ec7c315a4689f317421bf7b2f4459e5b97946b2d77d27739ef6cd16392bdb5fd
7
- data.tar.gz: d33e04a99d5c84284b3e8ef535e925a6d99a311f7c51219a4cd64d20f0ec7ca459eacca29f9b00a45ebace0283496c029054ca4bfe51d8e585054fed8e07da21
6
+ metadata.gz: f35e2bdbadbf982e01575216a9166a706bbdd494143da9eac6dc9362fbeeb3703760f0ada63f3ff164a68323c0b579763f58c4e491bb4f79f17bb2d4b26bed5d
7
+ data.tar.gz: 4bf9b4e9526afb7037a5c4ae4f44b78b478016d425cd754193b660fa43c1d90aadb292fa355a43853a9f94d437e037bbddca3ce6a0eb0a9beddb673fdd4b33d3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-drivelabels_v2beta
2
2
 
3
+ ### v0.6.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230320
6
+
7
+ ### v0.5.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.4.0 (2022-11-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20221031
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DrivelabelsV2beta
18
18
  # Version of the google-apis-drivelabels_v2beta gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221031"
25
+ REVISION = "20230320"
26
26
  end
27
27
  end
28
28
  end
@@ -287,6 +287,9 @@ module Google
287
287
  end
288
288
 
289
289
  # List labels.
290
+ # @param [String] customer
291
+ # The customer to scope this list request to. For example: "customers/abcd1234".
292
+ # If unset, will return all labels within the current customer.
290
293
  # @param [String] language_code
291
294
  # The BCP-47 language code to use for evaluating localized field labels. When
292
295
  # not specified, values in the default configured language are used.
@@ -327,10 +330,11 @@ module Google
327
330
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
328
331
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
329
332
  # @raise [Google::Apis::AuthorizationError] Authorization is required
330
- def list_labels(language_code: nil, minimum_role: nil, page_size: nil, page_token: nil, published_only: nil, use_admin_access: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
333
+ def list_labels(customer: nil, language_code: nil, minimum_role: nil, page_size: nil, page_token: nil, published_only: nil, use_admin_access: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
331
334
  command = make_simple_command(:get, 'v2beta/labels', options)
332
335
  command.response_representation = Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaListLabelsResponse::Representation
333
336
  command.response_class = Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaListLabelsResponse
337
+ command.query['customer'] = customer unless customer.nil?
334
338
  command.query['languageCode'] = language_code unless language_code.nil?
335
339
  command.query['minimumRole'] = minimum_role unless minimum_role.nil?
336
340
  command.query['pageSize'] = page_size unless page_size.nil?
@@ -990,6 +994,9 @@ module Google
990
994
  # @param [String] name
991
995
  # Required. The resource name of the user. Only "users/me/capabilities" is
992
996
  # supported.
997
+ # @param [String] customer
998
+ # The customer to scope this request to. For example: "customers/abcd1234". If
999
+ # unset, will return settings within the current customer.
993
1000
  # @param [String] fields
994
1001
  # Selector specifying which fields to include in a partial response.
995
1002
  # @param [String] quota_user
@@ -1007,11 +1014,12 @@ module Google
1007
1014
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1008
1015
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1009
1016
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1010
- def get_user_capabilities(name, fields: nil, quota_user: nil, options: nil, &block)
1017
+ def get_user_capabilities(name, customer: nil, fields: nil, quota_user: nil, options: nil, &block)
1011
1018
  command = make_simple_command(:get, 'v2beta/{+name}', options)
1012
1019
  command.response_representation = Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaUserCapabilities::Representation
1013
1020
  command.response_class = Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaUserCapabilities
1014
1021
  command.params['name'] = name unless name.nil?
1022
+ command.query['customer'] = customer unless customer.nil?
1015
1023
  command.query['fields'] = fields unless fields.nil?
1016
1024
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1017
1025
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-drivelabels_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.6.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-11-07 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.9.1
19
+ version: 0.11.0
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.9.1
29
+ version: 0.11.0
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-drivelabels_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-drivelabels_v2beta/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drivelabels_v2beta/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drivelabels_v2beta
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.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Drive Labels API V2beta