google-apis-cloudidentity_v1beta1 0.47.0 → 0.48.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: 6c32b1cf0664572e52297c942d3d8e58b19f2efbc57498e79db616fa341f487a
4
- data.tar.gz: 9f59f84dae109e1760193c4ca75cda96102b9bb7d5e3f9c8c6f8b28af22fcea9
3
+ metadata.gz: 944c5e1936d77ade46cef069a6fbfb172d60c1ed085455381ff24c28582565d0
4
+ data.tar.gz: b81ae3abfa1d4544b18c5316694613b0333b21150f05ba6b33d3a99ce77adfaf
5
5
  SHA512:
6
- metadata.gz: 6cdee67ad51662a83e23a521012856e94e04bf5d24399d19386de26fd4c34b375d32ed34de961d6bcabc881b987cc22f797465a2eb6f52f0bba58530dd7cbdd0
7
- data.tar.gz: a4f680c5f9a21181bf4778182d3386d78b20c6b81d696b6021ee56c434a631f184715552fc879749a6e368e3c77fc9367c240bdf06c92e68f75cd4411ef63bb4
6
+ metadata.gz: 5cfc1f6c1a98ad1f9bb5379300db2e885050ce72a2a8020c22218acbdb7e73e929427da80589445f3224ca8826aaf8608ff181510d1b15b4113e57f0d1b9b5c1
7
+ data.tar.gz: f8e551010a2f33bd60994eda97e2a125155d31c8c3b8961b7916275b0caf18875013f613a4ad4e882d0be9c9a2f90361ee4e17732c5bff268cbb1d17880c4fd8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.48.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240507
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.47.0 (2024-03-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20240312
@@ -991,6 +991,11 @@ module Google
991
991
  # @return [String]
992
992
  attr_accessor :serial_number
993
993
 
994
+ # Output only. Unified device id of the device.
995
+ # Corresponds to the JSON property `unifiedDeviceId`
996
+ # @return [String]
997
+ attr_accessor :unified_device_id
998
+
994
999
  # WiFi MAC addresses of device.
995
1000
  # Corresponds to the JSON property `wifiMacAddresses`
996
1001
  # @return [Array<String>]
@@ -1033,6 +1038,7 @@ module Google
1033
1038
  @release_version = args[:release_version] if args.key?(:release_version)
1034
1039
  @security_patch_time = args[:security_patch_time] if args.key?(:security_patch_time)
1035
1040
  @serial_number = args[:serial_number] if args.key?(:serial_number)
1041
+ @unified_device_id = args[:unified_device_id] if args.key?(:unified_device_id)
1036
1042
  @wifi_mac_addresses = args[:wifi_mac_addresses] if args.key?(:wifi_mac_addresses)
1037
1043
  end
1038
1044
  end
@@ -2144,6 +2150,11 @@ module Google
2144
2150
  # @return [String]
2145
2151
  attr_accessor :serial_number
2146
2152
 
2153
+ # Output only. Unified device id of the device.
2154
+ # Corresponds to the JSON property `unifiedDeviceId`
2155
+ # @return [String]
2156
+ attr_accessor :unified_device_id
2157
+
2147
2158
  # WiFi MAC addresses of device.
2148
2159
  # Corresponds to the JSON property `wifiMacAddresses`
2149
2160
  # @return [Array<String>]
@@ -2185,6 +2196,7 @@ module Google
2185
2196
  @release_version = args[:release_version] if args.key?(:release_version)
2186
2197
  @security_patch_time = args[:security_patch_time] if args.key?(:security_patch_time)
2187
2198
  @serial_number = args[:serial_number] if args.key?(:serial_number)
2199
+ @unified_device_id = args[:unified_device_id] if args.key?(:unified_device_id)
2188
2200
  @wifi_mac_addresses = args[:wifi_mac_addresses] if args.key?(:wifi_mac_addresses)
2189
2201
  end
2190
2202
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1beta1
18
18
  # Version of the google-apis-cloudidentity_v1beta1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240312"
25
+ REVISION = "20240507"
26
26
  end
27
27
  end
28
28
  end
@@ -994,6 +994,7 @@ module Google
994
994
  property :release_version, as: 'releaseVersion'
995
995
  property :security_patch_time, as: 'securityPatchTime'
996
996
  property :serial_number, as: 'serialNumber'
997
+ property :unified_device_id, as: 'unifiedDeviceId'
997
998
  collection :wifi_mac_addresses, as: 'wifiMacAddresses'
998
999
  end
999
1000
  end
@@ -1289,6 +1290,7 @@ module Google
1289
1290
  property :release_version, as: 'releaseVersion'
1290
1291
  property :security_patch_time, as: 'securityPatchTime'
1291
1292
  property :serial_number, as: 'serialNumber'
1293
+ property :unified_device_id, as: 'unifiedDeviceId'
1292
1294
  collection :wifi_mac_addresses, as: 'wifiMacAddresses'
1293
1295
  end
1294
1296
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.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-03-17 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-cloudidentity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []