google-apis-androidmanagement_v1 0.28.0 → 0.29.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: 391990903de0cea0b7db565fbbda94515dfb56f1148a63eb36bd77ed77ef644d
4
- data.tar.gz: 7d883cb343d18afe6cf698cddedeb38f84e51824b03c96af493195f495b0c249
3
+ metadata.gz: 22c0b922bcc807e28a8153564e49f5fe9891396bfc81da7a0f901036cf127f4f
4
+ data.tar.gz: 68f4d5b6d83eed7fd6b5bf52bbaea7e099009090ee47a67f3bca896d53ef30eb
5
5
  SHA512:
6
- metadata.gz: 7d8fd3098eb949c25a276de131a3078509897f8571a6e3de9177d2c133e91c4e68243213a250a6703b0e43cbfcb8eecdc30dc5d00edef480c3ffdce2fb06970b
7
- data.tar.gz: 5794af43c04d15057c13230c2d851eb2a238eb5134e30f02631c8985af786d0ee0e9d951d28843d8b52dbdeedd306f431665624a0db8f50ab9edcdc521ea88e8
6
+ metadata.gz: 39db67762b1615b2dabf814892501705cfe33e14b9964475dbdc5bdd2138f86a782c1b0cf98ddc4fd0abcdd1f89fefb702fcf676498d9d261df428309b085159
7
+ data.tar.gz: 0c31037212d622abd5ee96ed5ca87363412676702f7ebd0bafefebea632389ad5d59464b2be568ce33bfea6ec55357af51f9ce6af6950b691b3997dfa67f9cef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.29.0 (2022-03-15)
4
+
5
+ * Regenerated from discovery document revision 20220307
6
+
3
7
  ### v0.28.0 (2022-03-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20220302
@@ -986,11 +986,11 @@ module Google
986
986
  # Represents a whole or partial calendar date, such as a birthday. The time of
987
987
  # day and time zone are either specified elsewhere or are insignificant. The
988
988
  # date is relative to the Gregorian Calendar. This can represent one of the
989
- # following: A full date, with non-zero year, month, and day values A month and
990
- # day, with a zero year (e.g., an anniversary) A year on its own, with a zero
991
- # month and a zero day A year and month, with a zero day (e.g., a credit card
992
- # expiration date)Related types: * google.type.TimeOfDay * google.type.DateTime *
993
- # google.protobuf.Timestamp
989
+ # following: A full date, with non-zero year, month, and day values. A month and
990
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
991
+ # zero month and a zero day. A year and month, with a zero day (for example, a
992
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
993
+ # DateTime google.protobuf.Timestamp
994
994
  class Date
995
995
  include Google::Apis::Core::Hashable
996
996
 
@@ -1680,11 +1680,11 @@ module Google
1680
1680
  # Represents a whole or partial calendar date, such as a birthday. The time of
1681
1681
  # day and time zone are either specified elsewhere or are insignificant. The
1682
1682
  # date is relative to the Gregorian Calendar. This can represent one of the
1683
- # following: A full date, with non-zero year, month, and day values A month and
1684
- # day, with a zero year (e.g., an anniversary) A year on its own, with a zero
1685
- # month and a zero day A year and month, with a zero day (e.g., a credit card
1686
- # expiration date)Related types: * google.type.TimeOfDay * google.type.DateTime *
1687
- # google.protobuf.Timestamp
1683
+ # following: A full date, with non-zero year, month, and day values. A month and
1684
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
1685
+ # zero month and a zero day. A year and month, with a zero day (for example, a
1686
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
1687
+ # DateTime google.protobuf.Timestamp
1688
1688
  # Corresponds to the JSON property `endDate`
1689
1689
  # @return [Google::Apis::AndroidmanagementV1::Date]
1690
1690
  attr_accessor :end_date
@@ -1692,11 +1692,11 @@ module Google
1692
1692
  # Represents a whole or partial calendar date, such as a birthday. The time of
1693
1693
  # day and time zone are either specified elsewhere or are insignificant. The
1694
1694
  # date is relative to the Gregorian Calendar. This can represent one of the
1695
- # following: A full date, with non-zero year, month, and day values A month and
1696
- # day, with a zero year (e.g., an anniversary) A year on its own, with a zero
1697
- # month and a zero day A year and month, with a zero day (e.g., a credit card
1698
- # expiration date)Related types: * google.type.TimeOfDay * google.type.DateTime *
1699
- # google.protobuf.Timestamp
1695
+ # following: A full date, with non-zero year, month, and day values. A month and
1696
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
1697
+ # zero month and a zero day. A year and month, with a zero day (for example, a
1698
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
1699
+ # DateTime google.protobuf.Timestamp
1700
1700
  # Corresponds to the JSON property `startDate`
1701
1701
  # @return [Google::Apis::AndroidmanagementV1::Date]
1702
1702
  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.28.0"
19
+ GEM_VERSION = "0.29.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 = "20220302"
25
+ REVISION = "20220307"
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.28.0
4
+ version: 0.29.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-03-14 00:00:00.000000000 Z
11
+ date: 2022-03-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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.29.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: []