google-apis-androidmanagement_v1 0.57.0 → 0.58.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: bdc8700470ba4d2f1d8cc8ee0d6f64eea3cddfbc95074be3cda91d9577c8cd16
4
- data.tar.gz: 46afc5dec59c19d56db2a0554247353925231e573e888479e24ff6b175cf14bc
3
+ metadata.gz: 6819d7c8c2d9c344b3d7e1be9135e49b0ff8b1b688d78d6b8c53aeaed901661c
4
+ data.tar.gz: 83a69da046ca991faf459d4b2a52602c9f53da63c4185ac5d106cbb5eb648ff8
5
5
  SHA512:
6
- metadata.gz: efa25e8862b8e1a2a4ab340cadd4df3b6a94ea3c989b11aadf58db537dd3a2bdfc3eb93f5f47b5de0935a04e4653274105c5181f77538097c4797da3809055c2
7
- data.tar.gz: 5cea90089db24ee92882c85ee824e46d5c5256c25231a7dda0fa826304d7b2b078576cf494093ea5772ed9699b76898f744e22057a8f1c3f9280bf38932968ca
6
+ metadata.gz: 4d6bd8e2d28c3795f6ae01ebd4f2cce81402c6454f10da2bf5640db6a609e2f49618d6da5631ed7fb9679f09e0834c19d5df987ade8b27c6add3ae834b91c608
7
+ data.tar.gz: ad56468d916c86ee7cc5f8e7cd53ffc073f3226f2fde3505017eda32bb00dc2d76c0bcd741ebdd0d46ff3f1a82faeebaedc1cdd08dcbf0cef83d52bc09c0110f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.58.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230731
6
+
3
7
  ### v0.57.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230724
@@ -1951,6 +1951,21 @@ module Google
1951
1951
  end
1952
1952
  end
1953
1953
 
1954
+ # Represents that the device has completed enrollment. User should be in the
1955
+ # launcher at this point, device at this point will be compliant and all setup
1956
+ # steps have been completed. Intentionally empty.
1957
+ class EnrollmentCompleteEvent
1958
+ include Google::Apis::Core::Hashable
1959
+
1960
+ def initialize(**args)
1961
+ update!(**args)
1962
+ end
1963
+
1964
+ # Update properties of this object
1965
+ def update!(**args)
1966
+ end
1967
+ end
1968
+
1954
1969
  # An enrollment token.
1955
1970
  class EnrollmentToken
1956
1971
  include Google::Apis::Core::Hashable
@@ -4688,7 +4703,7 @@ module Google
4688
4703
  # @return [Fixnum]
4689
4704
  attr_accessor :api_level
4690
4705
 
4691
- # Brand of the device. For example, Google.
4706
+ # The brand of the device. For example, Google.
4692
4707
  # Corresponds to the JSON property `brand`
4693
4708
  # @return [String]
4694
4709
  attr_accessor :brand
@@ -5516,6 +5531,13 @@ module Google
5516
5531
  # @return [Google::Apis::AndroidmanagementV1::DnsEvent]
5517
5532
  attr_accessor :dns_event
5518
5533
 
5534
+ # Represents that the device has completed enrollment. User should be in the
5535
+ # launcher at this point, device at this point will be compliant and all setup
5536
+ # steps have been completed. Intentionally empty.
5537
+ # Corresponds to the JSON property `enrollmentCompleteEvent`
5538
+ # @return [Google::Apis::AndroidmanagementV1::EnrollmentCompleteEvent]
5539
+ attr_accessor :enrollment_complete_event
5540
+
5519
5541
  # Unique id of the event.
5520
5542
  # Corresponds to the JSON property `eventId`
5521
5543
  # @return [Fixnum]
@@ -5670,6 +5692,7 @@ module Google
5670
5692
  @connect_event = args[:connect_event] if args.key?(:connect_event)
5671
5693
  @crypto_self_test_completed_event = args[:crypto_self_test_completed_event] if args.key?(:crypto_self_test_completed_event)
5672
5694
  @dns_event = args[:dns_event] if args.key?(:dns_event)
5695
+ @enrollment_complete_event = args[:enrollment_complete_event] if args.key?(:enrollment_complete_event)
5673
5696
  @event_id = args[:event_id] if args.key?(:event_id)
5674
5697
  @event_time = args[:event_time] if args.key?(:event_time)
5675
5698
  @event_type = args[:event_type] if args.key?(:event_type)
@@ -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.57.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230724"
25
+ REVISION = "20230731"
26
26
  end
27
27
  end
28
28
  end
@@ -256,6 +256,12 @@ module Google
256
256
  include Google::Apis::Core::JsonObjectSupport
257
257
  end
258
258
 
259
+ class EnrollmentCompleteEvent
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
259
265
  class EnrollmentToken
260
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
267
 
@@ -1249,6 +1255,12 @@ module Google
1249
1255
  end
1250
1256
  end
1251
1257
 
1258
+ class EnrollmentCompleteEvent
1259
+ # @private
1260
+ class Representation < Google::Apis::Core::JsonRepresentation
1261
+ end
1262
+ end
1263
+
1252
1264
  class EnrollmentToken
1253
1265
  # @private
1254
1266
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2152,6 +2164,8 @@ module Google
2152
2164
 
2153
2165
  property :dns_event, as: 'dnsEvent', class: Google::Apis::AndroidmanagementV1::DnsEvent, decorator: Google::Apis::AndroidmanagementV1::DnsEvent::Representation
2154
2166
 
2167
+ property :enrollment_complete_event, as: 'enrollmentCompleteEvent', class: Google::Apis::AndroidmanagementV1::EnrollmentCompleteEvent, decorator: Google::Apis::AndroidmanagementV1::EnrollmentCompleteEvent::Representation
2168
+
2155
2169
  property :event_id, :numeric_string => true, as: 'eventId'
2156
2170
  property :event_time, as: 'eventTime'
2157
2171
  property :event_type, as: 'eventType'
@@ -1093,8 +1093,8 @@ module Google
1093
1093
  execute_or_queue_command(command, &block)
1094
1094
  end
1095
1095
 
1096
- # Get the device provisioning info by the identifier provided via the sign-in
1097
- # url.
1096
+ # Get the device provisioning information by the identifier provided in the sign-
1097
+ # in url.
1098
1098
  # @param [String] name
1099
1099
  # Required. The identifier that Android Device Policy passes to the 3P sign-in
1100
1100
  # page in the form of provisioningInfo/`provisioning_info`.
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.57.0
4
+ version: 0.58.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.58.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: []