google-apis-androidmanagement_v1 0.28.0 → 0.31.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: 391990903de0cea0b7db565fbbda94515dfb56f1148a63eb36bd77ed77ef644d
4
- data.tar.gz: 7d883cb343d18afe6cf698cddedeb38f84e51824b03c96af493195f495b0c249
3
+ metadata.gz: 1e365f6475d2638ec96299ab754dc060d327888859f00b1323fd8626a14ab350
4
+ data.tar.gz: 85aa59458635de503ac5501331281f98db26f7955f3129da3f77fc4f7eaafcf3
5
5
  SHA512:
6
- metadata.gz: 7d8fd3098eb949c25a276de131a3078509897f8571a6e3de9177d2c133e91c4e68243213a250a6703b0e43cbfcb8eecdc30dc5d00edef480c3ffdce2fb06970b
7
- data.tar.gz: 5794af43c04d15057c13230c2d851eb2a238eb5134e30f02631c8985af786d0ee0e9d951d28843d8b52dbdeedd306f431665624a0db8f50ab9edcdc521ea88e8
6
+ metadata.gz: c9ccf5c690ec1ca310c2e32911d625a98a243ff384ed2cfab5201104d20e7f59ea4d7c900fa759ae6b8a6ee628a672812b76a17920ff7a6f8ab0c5cb60da41f2
7
+ data.tar.gz: 698c39fcedd93fcfc8e44cb861d41accacdfdaae9693d2ce71763b56365e23d567ec9b6e259b13cb5b0c7e8d167e06fd0592e6f3b0d6b79292aaa1c655eae761
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.31.0 (2022-04-01)
4
+
5
+ * Regenerated from discovery document revision 20220330
6
+
7
+ ### v0.30.0 (2022-03-22)
8
+
9
+ * Regenerated from discovery document revision 20220314
10
+
11
+ ### v0.29.0 (2022-03-15)
12
+
13
+ * Regenerated from discovery document revision 20220307
14
+
3
15
  ### v0.28.0 (2022-03-08)
4
16
 
5
17
  * Regenerated from discovery document revision 20220302
@@ -418,6 +418,21 @@ module Google
418
418
  # @return [Array<String>]
419
419
  attr_accessor :accessible_track_ids
420
420
 
421
+ # Specifies whether the app is allowed networking when the VPN is not connected
422
+ # and alwaysOnVpnPackage.lockdownEnabled is enabled. If set to
423
+ # VPN_LOCKDOWN_ENFORCED, the app is not allowed networking, and if set to
424
+ # VPN_LOCKDOWN_EXEMPTION, the app is allowed networking. Only supported on
425
+ # devices running Android 10 and above. If this is not supported by the device,
426
+ # the device will contain a NonComplianceDetail with non_compliance_reason set
427
+ # to API_LEVEL and a fieldPath. If this is not applicable to the app, the device
428
+ # will contain a NonComplianceDetail with non_compliance_reason set to
429
+ # UNSUPPORTED and a fieldPath. The fieldPath is set to applications[i].
430
+ # alwaysOnVpnLockdownExemption, where i is the index of the package in the
431
+ # applications policy.
432
+ # Corresponds to the JSON property `alwaysOnVpnLockdownExemption`
433
+ # @return [String]
434
+ attr_accessor :always_on_vpn_lockdown_exemption
435
+
421
436
  # Controls the auto-update mode for the app.
422
437
  # Corresponds to the JSON property `autoUpdateMode`
423
438
  # @return [String]
@@ -511,6 +526,7 @@ module Google
511
526
  # Update properties of this object
512
527
  def update!(**args)
513
528
  @accessible_track_ids = args[:accessible_track_ids] if args.key?(:accessible_track_ids)
529
+ @always_on_vpn_lockdown_exemption = args[:always_on_vpn_lockdown_exemption] if args.key?(:always_on_vpn_lockdown_exemption)
514
530
  @auto_update_mode = args[:auto_update_mode] if args.key?(:auto_update_mode)
515
531
  @connected_work_and_personal_app = args[:connected_work_and_personal_app] if args.key?(:connected_work_and_personal_app)
516
532
  @default_permission_policy = args[:default_permission_policy] if args.key?(:default_permission_policy)
@@ -986,11 +1002,11 @@ module Google
986
1002
  # Represents a whole or partial calendar date, such as a birthday. The time of
987
1003
  # day and time zone are either specified elsewhere or are insignificant. The
988
1004
  # 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
1005
+ # following: A full date, with non-zero year, month, and day values. A month and
1006
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
1007
+ # zero month and a zero day. A year and month, with a zero day (for example, a
1008
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
1009
+ # DateTime google.protobuf.Timestamp
994
1010
  class Date
995
1011
  include Google::Apis::Core::Hashable
996
1012
 
@@ -1405,8 +1421,7 @@ module Google
1405
1421
  # A generic empty message that you can re-use to avoid defining duplicated empty
1406
1422
  # messages in your APIs. A typical example is to use it as the request or the
1407
1423
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1408
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1409
- # Empty is empty JSON object ``.
1424
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1410
1425
  class Empty
1411
1426
  include Google::Apis::Core::Hashable
1412
1427
 
@@ -1680,11 +1695,11 @@ module Google
1680
1695
  # Represents a whole or partial calendar date, such as a birthday. The time of
1681
1696
  # day and time zone are either specified elsewhere or are insignificant. The
1682
1697
  # 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
1698
+ # following: A full date, with non-zero year, month, and day values. A month and
1699
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
1700
+ # zero month and a zero day. A year and month, with a zero day (for example, a
1701
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
1702
+ # DateTime google.protobuf.Timestamp
1688
1703
  # Corresponds to the JSON property `endDate`
1689
1704
  # @return [Google::Apis::AndroidmanagementV1::Date]
1690
1705
  attr_accessor :end_date
@@ -1692,11 +1707,11 @@ module Google
1692
1707
  # Represents a whole or partial calendar date, such as a birthday. The time of
1693
1708
  # day and time zone are either specified elsewhere or are insignificant. The
1694
1709
  # 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
1710
+ # following: A full date, with non-zero year, month, and day values. A month and
1711
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
1712
+ # zero month and a zero day. A year and month, with a zero day (for example, a
1713
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
1714
+ # DateTime google.protobuf.Timestamp
1700
1715
  # Corresponds to the JSON property `startDate`
1701
1716
  # @return [Google::Apis::AndroidmanagementV1::Date]
1702
1717
  attr_accessor :start_date
@@ -2643,16 +2658,6 @@ module Google
2643
2658
  # @return [String]
2644
2659
  attr_accessor :require_password_unlock
2645
2660
 
2646
- # Controls whether a unified lock is allowed for the device and the work profile,
2647
- # on devices running Android 9 and above with a work profile. This has no
2648
- # effect on other devices. This can be set only if password_scope is set to
2649
- # SCOPE_PROFILE, the policy will be rejected otherwise. If user has not set a
2650
- # separate work lock and this field is set to REQUIRE_SEPARATE_WORK_LOCK, a
2651
- # NonComplianceDetail is reported with nonComplianceReason set to USER_ACTION.
2652
- # Corresponds to the JSON property `unifiedLockSettings`
2653
- # @return [String]
2654
- attr_accessor :unified_lock_settings
2655
-
2656
2661
  def initialize(**args)
2657
2662
  update!(**args)
2658
2663
  end
@@ -2672,7 +2677,6 @@ module Google
2672
2677
  @password_quality = args[:password_quality] if args.key?(:password_quality)
2673
2678
  @password_scope = args[:password_scope] if args.key?(:password_scope)
2674
2679
  @require_password_unlock = args[:require_password_unlock] if args.key?(:require_password_unlock)
2675
- @unified_lock_settings = args[:unified_lock_settings] if args.key?(:unified_lock_settings)
2676
2680
  end
2677
2681
  end
2678
2682
 
@@ -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.31.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 = "20220330"
26
26
  end
27
27
  end
28
28
  end
@@ -587,6 +587,7 @@ module Google
587
587
  # @private
588
588
  class Representation < Google::Apis::Core::JsonRepresentation
589
589
  collection :accessible_track_ids, as: 'accessibleTrackIds'
590
+ property :always_on_vpn_lockdown_exemption, as: 'alwaysOnVpnLockdownExemption'
590
591
  property :auto_update_mode, as: 'autoUpdateMode'
591
592
  property :connected_work_and_personal_app, as: 'connectedWorkAndPersonalApp'
592
593
  property :default_permission_policy, as: 'defaultPermissionPolicy'
@@ -1113,7 +1114,6 @@ module Google
1113
1114
  property :password_quality, as: 'passwordQuality'
1114
1115
  property :password_scope, as: 'passwordScope'
1115
1116
  property :require_password_unlock, as: 'requirePasswordUnlock'
1116
- property :unified_lock_settings, as: 'unifiedLockSettings'
1117
1117
  end
1118
1118
  end
1119
1119
 
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.31.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-04-04 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.31.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: []