google-apis-androidmanagement_v1 0.61.0 → 0.63.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: f4e8fe2dda3ec6f2145e1a93f2274e1938ba1b19769532b51ca3dcfd95a1b253
4
- data.tar.gz: 34e3077fadb7b28d17e6e5c8fe84b473e3c04df9525b3ece73869c52731a3c66
3
+ metadata.gz: 0a4c49fb42f5f00eff60d6db87752246d4cac9ae4b71d40b100f72ed2d2544fb
4
+ data.tar.gz: a6ad018a22e98a206858fbffeb945e525a3f18d73e13d697b812ea0d641261ee
5
5
  SHA512:
6
- metadata.gz: 7a6720864413e8365cf3b076453eb5f86a229d383cd7880b52fc082e4e438bb8d02b3370365f9c3f4d6f78a5c227528c27afa8ad0ff4f5d6313615ed16423fd7
7
- data.tar.gz: 40dfabf4bae1449c55bc2365c43cfdc3d74529b9700d2bf087692124c04e1806603c27fb8091ae7ffe6ff760db526923b03934e0ee63d174f0df697b2f12f453
6
+ metadata.gz: 8593cd71ab49a6c9e7c472d65b95ea78b55e323e685027dfaa1c98fb932b5fc29da4faa59ca4e24885294a1c1040b7183e5d2ed1baa723e0887b893cfed1803e
7
+ data.tar.gz: a4780f8d2889ef1b8cb3179d66e8ae521f9329b5b3af02d537cd2b245dc822429069dac6a544e4422c64abbf42faf940e4a0bb8ccd5ce8fd124efcbef672776f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.63.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231009
6
+
7
+ ### v0.62.0 (2023-10-08)
8
+
9
+ * Regenerated from discovery document revision 20231004
10
+
3
11
  ### v0.61.0 (2023-09-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20230911
@@ -1372,8 +1372,8 @@ module Google
1372
1372
  # @return [Google::Apis::AndroidmanagementV1::PackageNameList]
1373
1373
  attr_accessor :exemptions_to_show_work_contacts_in_personal_profile
1374
1374
 
1375
- # Whether contacts stored in the work profile can be shown in personal profile
1376
- # contact searches and incoming calls.
1375
+ # Whether personal apps can access contacts stored in the work profile.See also
1376
+ # exemptions_to_show_work_contacts_in_personal_profile.
1377
1377
  # Corresponds to the JSON property `showWorkContactsInPersonalProfile`
1378
1378
  # @return [String]
1379
1379
  attr_accessor :show_work_contacts_in_personal_profile
@@ -1773,6 +1773,17 @@ module Google
1773
1773
  # @return [String]
1774
1774
  attr_accessor :airplane_mode_state
1775
1775
 
1776
+ # Controls whether cellular 2G setting can be toggled by the user or not.
1777
+ # Corresponds to the JSON property `cellularTwoGState`
1778
+ # @return [String]
1779
+ attr_accessor :cellular_two_g_state
1780
+
1781
+ # Controls the state of the ultra wideband setting and whether the user can
1782
+ # toggle it on or off.
1783
+ # Corresponds to the JSON property `ultraWidebandState`
1784
+ # @return [String]
1785
+ attr_accessor :ultra_wideband_state
1786
+
1776
1787
  # Controls current state of Wi-Fi and if user can change its state.
1777
1788
  # Corresponds to the JSON property `wifiState`
1778
1789
  # @return [String]
@@ -1785,6 +1796,8 @@ module Google
1785
1796
  # Update properties of this object
1786
1797
  def update!(**args)
1787
1798
  @airplane_mode_state = args[:airplane_mode_state] if args.key?(:airplane_mode_state)
1799
+ @cellular_two_g_state = args[:cellular_two_g_state] if args.key?(:cellular_two_g_state)
1800
+ @ultra_wideband_state = args[:ultra_wideband_state] if args.key?(:ultra_wideband_state)
1788
1801
  @wifi_state = args[:wifi_state] if args.key?(:wifi_state)
1789
1802
  end
1790
1803
  end
@@ -3875,8 +3888,12 @@ module Google
3875
3888
  attr_accessor :camera_disabled
3876
3889
  alias_method :camera_disabled?, :camera_disabled
3877
3890
 
3878
- # Controls how long the work profile can stay off. The duration must be at least
3879
- # 3 days.
3891
+ # Controls how long the work profile can stay off. The minimum duration must be
3892
+ # at least 3 days. Other details are as follows: - If the duration is set to 0,
3893
+ # the feature is turned off. - If the duration is set to any value between 1-2
3894
+ # days, the feature is automatically set to 3 days. *Note:* If you want to avoid
3895
+ # personal profiles being suspended during long periods of off-time, you can
3896
+ # temporarily set a large value for this parameter.
3880
3897
  # Corresponds to the JSON property `maxDaysWithWorkOff`
3881
3898
  # @return [Fixnum]
3882
3899
  attr_accessor :max_days_with_work_off
@@ -4893,7 +4910,22 @@ module Google
4893
4910
  end
4894
4911
  end
4895
4912
 
4896
- # A resource containing sign in details for an enterprise.
4913
+ # A resource containing sign in details for an enterprise. Use enterprises to
4914
+ # manage SigninDetails for a given enterprise.For an enterprise, we can have any
4915
+ # number of SigninDetails that is uniquely identified by combination of the
4916
+ # following three fields (signin_url, allow_personal_usage, token_tag). One
4917
+ # cannot create two SigninDetails with the same (signin_url,
4918
+ # allow_personal_usage, token_tag). (token_tag is an optional field).Patch: The
4919
+ # operation updates the current list of SigninDetails with the new list of
4920
+ # SigninDetails. If the stored SigninDetail configuration is passed, it returns
4921
+ # the same signin_enrollment_token and qr_code. If we pass multiple identical
4922
+ # SigninDetail configurations that are not stored, it will store the first one
4923
+ # amongst those SigninDetail configurations. if the configuration already exists
4924
+ # we cannot request it more than once in a particular patch API call, otherwise
4925
+ # it will give a duplicate key error and the whole operation will fail. If we
4926
+ # remove certain SigninDetail configuration from the request then it will get
4927
+ # removed from the storage. We can then request another signin_enrollment_token
4928
+ # and qr_code for the same SigninDetail configuration.
4897
4929
  class SigninDetail
4898
4930
  include Google::Apis::Core::Hashable
4899
4931
 
@@ -4931,6 +4963,11 @@ module Google
4931
4963
  # @return [String]
4932
4964
  attr_accessor :signin_url
4933
4965
 
4966
+ # An EMM-specified metadata to distinguish between instances of SigninDetail.
4967
+ # Corresponds to the JSON property `tokenTag`
4968
+ # @return [String]
4969
+ attr_accessor :token_tag
4970
+
4934
4971
  def initialize(**args)
4935
4972
  update!(**args)
4936
4973
  end
@@ -4941,6 +4978,7 @@ module Google
4941
4978
  @qr_code = args[:qr_code] if args.key?(:qr_code)
4942
4979
  @signin_enrollment_token = args[:signin_enrollment_token] if args.key?(:signin_enrollment_token)
4943
4980
  @signin_url = args[:signin_url] if args.key?(:signin_url)
4981
+ @token_tag = args[:token_tag] if args.key?(:token_tag)
4944
4982
  end
4945
4983
  end
4946
4984
 
@@ -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.61.0"
19
+ GEM_VERSION = "0.63.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 = "20230911"
25
+ REVISION = "20231009"
26
26
  end
27
27
  end
28
28
  end
@@ -1211,6 +1211,8 @@ module Google
1211
1211
  # @private
1212
1212
  class Representation < Google::Apis::Core::JsonRepresentation
1213
1213
  property :airplane_mode_state, as: 'airplaneModeState'
1214
+ property :cellular_two_g_state, as: 'cellularTwoGState'
1215
+ property :ultra_wideband_state, as: 'ultraWidebandState'
1214
1216
  property :wifi_state, as: 'wifiState'
1215
1217
  end
1216
1218
  end
@@ -1992,6 +1994,7 @@ module Google
1992
1994
  property :qr_code, as: 'qrCode'
1993
1995
  property :signin_enrollment_token, as: 'signinEnrollmentToken'
1994
1996
  property :signin_url, as: 'signinUrl'
1997
+ property :token_tag, as: 'tokenTag'
1995
1998
  end
1996
1999
  end
1997
2000
 
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.61.0
4
+ version: 0.63.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-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-22 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.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.63.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: []