google-apis-androidmanagement_v1 0.79.0 → 0.80.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ad19548881d1026ff76c62541552ca904f1d4ce701fec2a2d76bfdb1b9fc64f
|
|
4
|
+
data.tar.gz: e62aff905c2866cb85459142257c7c1e0e79ca5cfafda5fcdf8338e23735b829
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e639ad8115be60fe0da9d5ca6c06ef369b3e6950613e03be661dd37defaf91a26c0bb3d5408a04a1ebf264fa51591856406634310babb86ae454bfc708157071
|
|
7
|
+
data.tar.gz: 7977c6360359835c083fcea3616d6924551db5a4e6e4c07959c6f74ea5227acb9847b68d13c6673f0c71e9d070f830d76e4622bcca9450b7987651974a30aa22
|
data/CHANGELOG.md
CHANGED
|
@@ -5894,6 +5894,11 @@ module Google
|
|
|
5894
5894
|
# @return [String]
|
|
5895
5895
|
attr_accessor :carrier_name
|
|
5896
5896
|
|
|
5897
|
+
# Output only. The ICCID associated with this SIM card.
|
|
5898
|
+
# Corresponds to the JSON property `iccId`
|
|
5899
|
+
# @return [String]
|
|
5900
|
+
attr_accessor :icc_id
|
|
5901
|
+
|
|
5897
5902
|
# The phone number associated with this SIM card.
|
|
5898
5903
|
# Corresponds to the JSON property `phoneNumber`
|
|
5899
5904
|
# @return [String]
|
|
@@ -5906,6 +5911,7 @@ module Google
|
|
|
5906
5911
|
# Update properties of this object
|
|
5907
5912
|
def update!(**args)
|
|
5908
5913
|
@carrier_name = args[:carrier_name] if args.key?(:carrier_name)
|
|
5914
|
+
@icc_id = args[:icc_id] if args.key?(:icc_id)
|
|
5909
5915
|
@phone_number = args[:phone_number] if args.key?(:phone_number)
|
|
5910
5916
|
end
|
|
5911
5917
|
end
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.80.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240821"
|
|
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.
|
|
4
|
+
version: 0.80.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: 2024-08-
|
|
11
|
+
date: 2024-08-25 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
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.80.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: []
|