google-apis-androidmanagement_v1 0.26.0 → 0.27.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: fa1deced7920248626006052717768c6bb49d35670b113d2dead969a4a9181b1
|
|
4
|
+
data.tar.gz: '08eab70e4572d261363ad2a28c28ba2f04032a79aeae67416721355e0ed702f4'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfe604d327e583c3443fdc2eca4d4991edcefcb91886bcc7b79c37c2721262a65bfb204a64f2ddae6886b715bbfdc9107a59737b6d06a52c3bba62bab1c78e68
|
|
7
|
+
data.tar.gz: 7e035dce47ec7ea1dd1587379a1576c52f4d09ef3d3b36d34e753e0bc167e5cdd9ba113bea8ae72defa70e3474f90b1cc7768f6630cfc419a3c015d54a97360a
|
data/CHANGELOG.md
CHANGED
|
@@ -840,10 +840,10 @@ module Google
|
|
|
840
840
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
841
841
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
842
842
|
# following: A full date, with non-zero year, month, and day values A month and
|
|
843
|
-
# day
|
|
844
|
-
#
|
|
845
|
-
#
|
|
846
|
-
# protobuf.Timestamp
|
|
843
|
+
# day, with a zero year (e.g., an anniversary) A year on its own, with a zero
|
|
844
|
+
# month and a zero day A year and month, with a zero day (e.g., a credit card
|
|
845
|
+
# expiration date)Related types: * google.type.TimeOfDay * google.type.DateTime *
|
|
846
|
+
# google.protobuf.Timestamp
|
|
847
847
|
class Date
|
|
848
848
|
include Google::Apis::Core::Hashable
|
|
849
849
|
|
|
@@ -1534,10 +1534,10 @@ module Google
|
|
|
1534
1534
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
1535
1535
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
1536
1536
|
# following: A full date, with non-zero year, month, and day values A month and
|
|
1537
|
-
# day
|
|
1538
|
-
#
|
|
1539
|
-
#
|
|
1540
|
-
# protobuf.Timestamp
|
|
1537
|
+
# day, with a zero year (e.g., an anniversary) A year on its own, with a zero
|
|
1538
|
+
# month and a zero day A year and month, with a zero day (e.g., a credit card
|
|
1539
|
+
# expiration date)Related types: * google.type.TimeOfDay * google.type.DateTime *
|
|
1540
|
+
# google.protobuf.Timestamp
|
|
1541
1541
|
# Corresponds to the JSON property `endDate`
|
|
1542
1542
|
# @return [Google::Apis::AndroidmanagementV1::Date]
|
|
1543
1543
|
attr_accessor :end_date
|
|
@@ -1546,10 +1546,10 @@ module Google
|
|
|
1546
1546
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
1547
1547
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
1548
1548
|
# following: A full date, with non-zero year, month, and day values A month and
|
|
1549
|
-
# day
|
|
1550
|
-
#
|
|
1551
|
-
#
|
|
1552
|
-
# protobuf.Timestamp
|
|
1549
|
+
# day, with a zero year (e.g., an anniversary) A year on its own, with a zero
|
|
1550
|
+
# month and a zero day A year and month, with a zero day (e.g., a credit card
|
|
1551
|
+
# expiration date)Related types: * google.type.TimeOfDay * google.type.DateTime *
|
|
1552
|
+
# google.protobuf.Timestamp
|
|
1553
1553
|
# Corresponds to the JSON property `startDate`
|
|
1554
1554
|
# @return [Google::Apis::AndroidmanagementV1::Date]
|
|
1555
1555
|
attr_accessor :start_date
|
|
@@ -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.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220207"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.27.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-
|
|
11
|
+
date: 2022-02-21 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-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.27.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: []
|