google-apis-androidmanagement_v1 0.16.0 → 0.20.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1acb88d3c8b6955450f04c4fc1d184f237f65eb231f760adf213c6024f39658e
4
- data.tar.gz: 5cfe64d1e1e3f7a95866e5bf37fe531cfe02f0e9333bcf2c5366ed8d410d9232
3
+ metadata.gz: 813b9029ec21352ce07146ee908d32b9aadfef62a1e0d10b737e5800f5849443
4
+ data.tar.gz: a6371c5136a91a529724628a0fbc40f31d518e26acb11195c36af7c317b302ff
5
5
  SHA512:
6
- metadata.gz: 304c017b2e9a11057e5a75c0d00de4a08aed928a09aa489f3b05b896853ab2d5f6f7c125d1b135be4aaaae8e3e1d6c73c24ff1dcde6b92d1f6fec85a6823651c
7
- data.tar.gz: 23a937576deb4775c6872523e0329a36385564291040715e40a669bdc8d7c3a0e3acb6314af82ce776e292e48b0c925a5b17ec2553a1be521abd2a84e045511e
6
+ metadata.gz: fabcde2f9730eed083defccb94c086a6ac767373e11e49b69f56143cf1ef075a82897113e944fb62755e0a3498dc9e629a43a3a0b0d438152398beeb8aa8b8e5
7
+ data.tar.gz: f98dfd7eed4622da5361021fee6836082f8fa580d62d64bbd6eba967a89387b75b0eeece28aa8aad0699c1185a4adc15c3894668ec5a2182a9f366a8cb26846e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.20.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.19.0 (2021-10-07)
8
+
9
+ * Regenerated from discovery document revision 20210930
10
+
11
+ ### v0.18.0 (2021-09-17)
12
+
13
+ * Regenerated from discovery document revision 20210916
14
+
15
+ ### v0.17.0 (2021-09-01)
16
+
17
+ * Regenerated from discovery document revision 20210825
18
+
3
19
  ### v0.16.0 (2021-08-26)
4
20
 
5
21
  * Regenerated from discovery document revision 20210818
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Androidmanagement service in particular.)
67
67
 
@@ -22,9 +22,8 @@ module Google
22
22
  module Apis
23
23
  module AndroidmanagementV1
24
24
 
25
- # Security policies set to the most secure values by default. To maintain the
26
- # security posture of a device, we don't recommend overriding any of the default
27
- # values.
25
+ # Security policies set to secure values by default. To maintain the security
26
+ # posture of a device, we don't recommend overriding any of the default values.
28
27
  class AdvancedSecurityOverrides
29
28
  include Google::Apis::Core::Hashable
30
29
 
@@ -301,6 +300,12 @@ module Google
301
300
  attr_accessor :disabled
302
301
  alias_method :disabled?, :disabled
303
302
 
303
+ # Configuration to enable an app as an extension app, with the capability of
304
+ # interacting with Android Device Policy offline.
305
+ # Corresponds to the JSON property `extensionConfig`
306
+ # @return [Google::Apis::AndroidmanagementV1::ExtensionConfig]
307
+ attr_accessor :extension_config
308
+
304
309
  # The type of installation to perform.
305
310
  # Corresponds to the JSON property `installType`
306
311
  # @return [String]
@@ -364,6 +369,7 @@ module Google
364
369
  @default_permission_policy = args[:default_permission_policy] if args.key?(:default_permission_policy)
365
370
  @delegated_scopes = args[:delegated_scopes] if args.key?(:delegated_scopes)
366
371
  @disabled = args[:disabled] if args.key?(:disabled)
372
+ @extension_config = args[:extension_config] if args.key?(:extension_config)
367
373
  @install_type = args[:install_type] if args.key?(:install_type)
368
374
  @lock_task_allowed = args[:lock_task_allowed] if args.key?(:lock_task_allowed)
369
375
  @managed_configuration = args[:managed_configuration] if args.key?(:managed_configuration)
@@ -703,7 +709,7 @@ module Google
703
709
  end
704
710
  end
705
711
 
706
- # Contact details for LaForge enterprises.
712
+ # Contact details for managed Google Play enterprises.
707
713
  class ContactInfo
708
714
  include Google::Apis::Core::Hashable
709
715
 
@@ -1375,7 +1381,7 @@ module Google
1375
1381
  attr_accessor :app_auto_approval_enabled
1376
1382
  alias_method :app_auto_approval_enabled?, :app_auto_approval_enabled
1377
1383
 
1378
- # Contact details for LaForge enterprises.
1384
+ # Contact details for managed Google Play enterprises.
1379
1385
  # Corresponds to the JSON property `contactInfo`
1380
1386
  # @return [Google::Apis::AndroidmanagementV1::ContactInfo]
1381
1387
  attr_accessor :contact_info
@@ -1447,6 +1453,41 @@ module Google
1447
1453
  end
1448
1454
  end
1449
1455
 
1456
+ # Configuration to enable an app as an extension app, with the capability of
1457
+ # interacting with Android Device Policy offline.
1458
+ class ExtensionConfig
1459
+ include Google::Apis::Core::Hashable
1460
+
1461
+ # Fully qualified class name of the receiver service class for Android Device
1462
+ # Policy to notify the extension app of any local command status updates.
1463
+ # Corresponds to the JSON property `notificationReceiver`
1464
+ # @return [String]
1465
+ attr_accessor :notification_receiver
1466
+
1467
+ # Hex-encoded SHA256 hash of the signing certificate of the extension app. Only
1468
+ # hexadecimal string representations of 64 characters are valid.If not specified,
1469
+ # the signature for the corresponding package name is obtained from the Play
1470
+ # Store instead.If this list is empty, the signature of the extension app on the
1471
+ # device must match the signature obtained from the Play Store for the app to be
1472
+ # able to communicate with Android Device Policy.If this list is not empty, the
1473
+ # signature of the extension app on the device must match one of the entries in
1474
+ # this list for the app to be able to communicate with Android Device Policy.In
1475
+ # production use cases, it is recommended to leave this empty.
1476
+ # Corresponds to the JSON property `signingKeyFingerprintsSha256`
1477
+ # @return [Array<String>]
1478
+ attr_accessor :signing_key_fingerprints_sha256
1479
+
1480
+ def initialize(**args)
1481
+ update!(**args)
1482
+ end
1483
+
1484
+ # Update properties of this object
1485
+ def update!(**args)
1486
+ @notification_receiver = args[:notification_receiver] if args.key?(:notification_receiver)
1487
+ @signing_key_fingerprints_sha256 = args[:signing_key_fingerprints_sha256] if args.key?(:signing_key_fingerprints_sha256)
1488
+ end
1489
+ end
1490
+
1450
1491
  # Data hosted at an external location. The data is to be downloaded by Android
1451
1492
  # Device Policy and verified against the hash.
1452
1493
  class ExternalData
@@ -2637,9 +2678,8 @@ module Google
2637
2678
  attr_accessor :adjust_volume_disabled
2638
2679
  alias_method :adjust_volume_disabled?, :adjust_volume_disabled
2639
2680
 
2640
- # Security policies set to the most secure values by default. To maintain the
2641
- # security posture of a device, we don't recommend overriding any of the default
2642
- # values.
2681
+ # Security policies set to secure values by default. To maintain the security
2682
+ # posture of a device, we don't recommend overriding any of the default values.
2643
2683
  # Corresponds to the JSON property `advancedSecurityOverrides`
2644
2684
  # @return [Google::Apis::AndroidmanagementV1::AdvancedSecurityOverrides]
2645
2685
  attr_accessor :advanced_security_overrides
@@ -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.16.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210818"
25
+ REVISION = "20210930"
26
26
  end
27
27
  end
28
28
  end
@@ -172,6 +172,12 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class ExtensionConfig
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
175
181
  class ExternalData
176
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
183
 
@@ -552,6 +558,8 @@ module Google
552
558
  property :default_permission_policy, as: 'defaultPermissionPolicy'
553
559
  collection :delegated_scopes, as: 'delegatedScopes'
554
560
  property :disabled, as: 'disabled'
561
+ property :extension_config, as: 'extensionConfig', class: Google::Apis::AndroidmanagementV1::ExtensionConfig, decorator: Google::Apis::AndroidmanagementV1::ExtensionConfig::Representation
562
+
555
563
  property :install_type, as: 'installType'
556
564
  property :lock_task_allowed, as: 'lockTaskAllowed'
557
565
  hash :managed_configuration, as: 'managedConfiguration'
@@ -805,6 +813,14 @@ module Google
805
813
  end
806
814
  end
807
815
 
816
+ class ExtensionConfig
817
+ # @private
818
+ class Representation < Google::Apis::Core::JsonRepresentation
819
+ property :notification_receiver, as: 'notificationReceiver'
820
+ collection :signing_key_fingerprints_sha256, as: 'signingKeyFingerprintsSha256'
821
+ end
822
+ end
823
+
808
824
  class ExternalData
809
825
  # @private
810
826
  class Representation < Google::Apis::Core::JsonRepresentation
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.16.0
4
+ version: 0.20.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: 2021-08-30 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.16.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1
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.20.0
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: []
65
65
  require_paths: