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: 32b7c1e35adc545700f564e42e23219192ac1403c3b36ec15406bdbc0f4703f8
4
- data.tar.gz: 16d05e3c28a3d2bb7dbf9061ed8454144ed2c151026a42b31cdc9a4fd6b2ebac
3
+ metadata.gz: fa1deced7920248626006052717768c6bb49d35670b113d2dead969a4a9181b1
4
+ data.tar.gz: '08eab70e4572d261363ad2a28c28ba2f04032a79aeae67416721355e0ed702f4'
5
5
  SHA512:
6
- metadata.gz: 88b899c015ace1d8bab6e647db5719b130c3056cdf3160f53f37144c176fd27fe0f0f2c39768883c6b876ee1604ffe34b7a611576b1a6fd7e85b30055c4cd4d3
7
- data.tar.gz: 256d2248440d5f8e23c566cab4eb74db7b3257240393398f3b1cf4f181e38f09a2e7d14d9556431fa5b25af01490d0bef3526cd56620b20c652df70f36d5c048
6
+ metadata.gz: cfe604d327e583c3443fdc2eca4d4991edcefcb91886bcc7b79c37c2721262a65bfb204a64f2ddae6886b715bbfdc9107a59737b6d06a52c3bba62bab1c78e68
7
+ data.tar.gz: 7e035dce47ec7ea1dd1587379a1576c52f4d09ef3d3b36d34e753e0bc167e5cdd9ba113bea8ae72defa70e3474f90b1cc7768f6630cfc419a3c015d54a97360a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.27.0 (2022-02-16)
4
+
5
+ * Regenerated from discovery document revision 20220207
6
+
3
7
  ### v0.26.0 (2022-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20220131
@@ -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 value, with a zero year, such as an anniversary A year on its own, with
844
- # zero month and day values A year and month value, with a zero day, such as a
845
- # credit card expiration dateRelated types are google.type.TimeOfDay and google.
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 value, with a zero year, such as an anniversary A year on its own, with
1538
- # zero month and day values A year and month value, with a zero day, such as a
1539
- # credit card expiration dateRelated types are google.type.TimeOfDay and google.
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 value, with a zero year, such as an anniversary A year on its own, with
1550
- # zero month and day values A year and month value, with a zero day, such as a
1551
- # credit card expiration dateRelated types are google.type.TimeOfDay and google.
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.26.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 = "20220131"
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.26.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-14 00:00:00.000000000 Z
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.26.0
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: []