google-apis-androidmanagement_v1 0.48.0 → 0.49.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5f7135ea4d423b657b3286c42b067a6cad24816e9f4336d883d2aaafede8ae0
|
|
4
|
+
data.tar.gz: 34ff72422fc29fdc9cd7b387e31d639de41b71e2ebc848887a22b71692df3c72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2acc70aa5dd3a133c9d1acc7ae19472b7a9094bbbffff69700d9ffb0b1d72e6b2b8432963ee67e56f5070ae8005566002e0d3e1e601cb47acaecd24a9fe3fd75
|
|
7
|
+
data.tar.gz: a84388b121acbe85c5b6f3a86c765ebbb04665365c8f14301728a84633d9511b891a58c49bb36c3d74462c7eee66ba6655d7985df261123085d1770a4ae20e8c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.49.0 (2023-02-15)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230213
|
|
6
|
+
* Regenerated using generator version 0.12.0
|
|
7
|
+
|
|
3
8
|
### v0.48.0 (2022-11-25)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20221118
|
|
@@ -1975,7 +1975,8 @@ module Google
|
|
|
1975
1975
|
# @return [Array<String>]
|
|
1976
1976
|
attr_accessor :enabled_notification_types
|
|
1977
1977
|
|
|
1978
|
-
# The name of the enterprise displayed to users.
|
|
1978
|
+
# The name of the enterprise displayed to users. This field has a maximum length
|
|
1979
|
+
# of 100 characters.
|
|
1979
1980
|
# Corresponds to the JSON property `enterpriseDisplayName`
|
|
1980
1981
|
# @return [String]
|
|
1981
1982
|
attr_accessor :enterprise_display_name
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidmanagementV1
|
|
18
18
|
# Version of the google-apis-androidmanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.49.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230213"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -51,6 +51,7 @@ module Google
|
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
# Creates an enterprise. This is the last step in the enterprise signup flow.
|
|
54
|
+
# See also: SigninDetail
|
|
54
55
|
# @param [Google::Apis::AndroidmanagementV1::Enterprise] enterprise_object
|
|
55
56
|
# @param [Boolean] agreement_accepted
|
|
56
57
|
# Whether the enterprise admin has seen and agreed to the managed Google Play
|
|
@@ -205,7 +206,7 @@ module Google
|
|
|
205
206
|
execute_or_queue_command(command, &block)
|
|
206
207
|
end
|
|
207
208
|
|
|
208
|
-
# Updates an enterprise.
|
|
209
|
+
# Updates an enterprise. See also: SigninDetail
|
|
209
210
|
# @param [String] name
|
|
210
211
|
# The name of the enterprise in the form enterprises/`enterpriseId`.
|
|
211
212
|
# @param [Google::Apis::AndroidmanagementV1::Enterprise] enterprise_object
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-androidmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.49.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:
|
|
11
|
+
date: 2023-02-19 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.
|
|
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.
|
|
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-androidmanagement_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.49.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_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.
|
|
78
|
+
rubygems_version: 3.4.2
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Android Management API V1
|