google-apis-androiddeviceprovisioning_v1 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4fa752f5a28f93912d892f742ff8e6d1b8bdedce6f4b5cd9a02c72ea03abe01
|
4
|
+
data.tar.gz: 3dbeb21d8414f8ab852d4cbb89fe6bef3b834d15bbc95a31bea91b6efc4cfa40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77b045fe2502480ce5dc979d344c945eb5571c006002091a039bd193b31519533a1187d7d9d662c8f13a875177a9af62cf1a22cddb0623ac2112891a98b72ba7
|
7
|
+
data.tar.gz: 0f180c36e6f65f06f7155aaa53c469c9defcb98d20bdbeed20b72cfef23ec44dfb97cf74871522a080242a39f1309b8f765e64c071041335c6bd35c99fdde5d0
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AndroiddeviceprovisioningV1
|
18
18
|
# Version of the google-apis-androiddeviceprovisioning_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241202"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -54,8 +54,8 @@ module Google
|
|
54
54
|
|
55
55
|
# Lists the user's customer accounts.
|
56
56
|
# @param [Fixnum] page_size
|
57
|
-
# The maximum number of customers to show in a page of results. A
|
58
|
-
# 1 and 100 (inclusive).
|
57
|
+
# Required. The maximum number of customers to show in a page of results. A
|
58
|
+
# number between 1 and 100 (inclusive).
|
59
59
|
# @param [String] page_token
|
60
60
|
# A token specifying which result page to return. This field has custom
|
61
61
|
# validations in ListCustomersRequestValidator
|
@@ -330,8 +330,8 @@ module Google
|
|
330
330
|
# Required. The customer managing the devices. An API resource name in the
|
331
331
|
# format `customers/[CUSTOMER_ID]`.
|
332
332
|
# @param [Fixnum] page_size
|
333
|
-
# The maximum number of devices to show in a page of results. Must be
|
334
|
-
# and 100 inclusive.
|
333
|
+
# Required. The maximum number of devices to show in a page of results. Must be
|
334
|
+
# between 1 and 100 inclusive.
|
335
335
|
# @param [String] page_token
|
336
336
|
# A token specifying which result page to return.
|
337
337
|
# @param [String] fields
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androiddeviceprovisioning_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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: 2024-
|
11
|
+
date: 2024-12-08 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-androiddeviceprovisioning_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androiddeviceprovisioning_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.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Android Device Provisioning Partner API V1
|