google-apis-androidenterprise_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: 3fa196c1cf85788a2d2d09b97626e2e488f8dfe2dd3a00e229fdf929cbc5ca7f
|
|
4
|
+
data.tar.gz: 8ed13bc52b9a514ea02a4b4fc420175c7852ee0b4f55c11267f4cbcd3d8c5634
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64cc551599e5776b00d9a086ff18f605dabd3f8d3d375f47dc21900cfeb35758a9738de9c2091e9224b974aef01165ec5a01addcc5b27d8098182211477e9080
|
|
7
|
+
data.tar.gz: e16d35a4a1424705f273b44cf2bde3e71b6a7ad538f5440443ca2f554a095d9cb3bd98aa9fb13b84b8dfaf7dc3eac38cbc2159af242b0eddd3681dcbb9358187
|
data/CHANGELOG.md
CHANGED
|
@@ -864,6 +864,7 @@ module Google
|
|
|
864
864
|
# minute to [`Durations.MAX_VALUE`](https://developers.google.com/protocol-
|
|
865
865
|
# buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE),
|
|
866
866
|
# approximately 10,000 years. If not specified, the default duration is 1 hour.
|
|
867
|
+
# In the JSON REST API, this is represented as a string (e.g., `3600s`).
|
|
867
868
|
# Corresponds to the JSON property `duration`
|
|
868
869
|
# @return [String]
|
|
869
870
|
attr_accessor :duration
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidenterpriseV1
|
|
18
18
|
# Version of the google-apis-androidenterprise_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
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260707"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-androidenterprise_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
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.49.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|