google-apis-cloudidentity_v1beta1 0.34.0 → 0.35.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: 5a97d068963be6557c0b5f1f4f1ad9b31837f4b6c3f02c7fae7189e022822e08
4
- data.tar.gz: d2930c2dc70186c1d83ed06147c4602cacb1364ef1b6ec4d2377ec9936b5f8c1
3
+ metadata.gz: 52d10c8cb8a5dcc0c5db9aef9747fc73a3045bf7ca6c56191b230986307ca6b7
4
+ data.tar.gz: ccc0d1cf1532878325eb6612d34a9c6ff87f5a6830a5da406be0bd5599723a10
5
5
  SHA512:
6
- metadata.gz: 3108f8fb9d2591a7d526744fa1c84b509a5f612d7b1b99dfcc8418726027e2ef2aa5b5250b49fc3151380352cb400dbd7aa94fc345b1357b00a0da9b0f4c2210
7
- data.tar.gz: b9a3be6c85e5bf26ca3e329542295c0f0478e74b0660278d74e3f5f7181611e1048d3c86eb2ba3afa808045d7231c9439c52929860e970d16f17e9866e3bbfbd
6
+ metadata.gz: 81d92b7387ab97f45b98fd200eeaa2929ee14943d6d5faf9c6bed5aa953dccdb18d0c6f8d71d10a53caadc0363b9b3ecf08daf003d12d557075bac8a272d5527
7
+ data.tar.gz: df59482d3980530bbf04139c66422069fd3905e96d18d4444edc81bd3264f4f51ff2e014036e7424501a0bdfd5528eaffc1f9455d1d66f1530b4e3e4db0f4ba9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.35.0 (2022-11-06)
4
+
5
+ * Regenerated from discovery document revision 20221101
6
+
3
7
  ### v0.34.0 (2022-10-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20221025
@@ -619,6 +619,11 @@ module Google
619
619
  # @return [String]
620
620
  attr_accessor :build_number
621
621
 
622
+ # List of the clients the device is reporting to.
623
+ # Corresponds to the JSON property `clientTypes`
624
+ # @return [Array<String>]
625
+ attr_accessor :client_types
626
+
622
627
  # Output only. Represents whether the Device is compromised.
623
628
  # Corresponds to the JSON property `compromisedState`
624
629
  # @return [String]
@@ -663,6 +668,11 @@ module Google
663
668
  # @return [Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes]
664
669
  attr_accessor :endpoint_verification_specific_attributes
665
670
 
671
+ # Host name of the device.
672
+ # Corresponds to the JSON property `hostname`
673
+ # @return [String]
674
+ attr_accessor :hostname
675
+
666
676
  # Output only. IMEI number of device if GSM device; empty otherwise.
667
677
  # Corresponds to the JSON property `imei`
668
678
  # @return [String]
@@ -761,6 +771,7 @@ module Google
761
771
  @bootloader_version = args[:bootloader_version] if args.key?(:bootloader_version)
762
772
  @brand = args[:brand] if args.key?(:brand)
763
773
  @build_number = args[:build_number] if args.key?(:build_number)
774
+ @client_types = args[:client_types] if args.key?(:client_types)
764
775
  @compromised_state = args[:compromised_state] if args.key?(:compromised_state)
765
776
  @create_time = args[:create_time] if args.key?(:create_time)
766
777
  @device_id = args[:device_id] if args.key?(:device_id)
@@ -769,6 +780,7 @@ module Google
769
780
  @enabled_usb_debugging = args[:enabled_usb_debugging] if args.key?(:enabled_usb_debugging)
770
781
  @encryption_state = args[:encryption_state] if args.key?(:encryption_state)
771
782
  @endpoint_verification_specific_attributes = args[:endpoint_verification_specific_attributes] if args.key?(:endpoint_verification_specific_attributes)
783
+ @hostname = args[:hostname] if args.key?(:hostname)
772
784
  @imei = args[:imei] if args.key?(:imei)
773
785
  @kernel_version = args[:kernel_version] if args.key?(:kernel_version)
774
786
  @last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221025"
25
+ REVISION = "20221101"
26
26
  end
27
27
  end
28
28
  end
@@ -875,6 +875,7 @@ module Google
875
875
  property :bootloader_version, as: 'bootloaderVersion'
876
876
  property :brand, as: 'brand'
877
877
  property :build_number, as: 'buildNumber'
878
+ collection :client_types, as: 'clientTypes'
878
879
  property :compromised_state, as: 'compromisedState'
879
880
  property :create_time, as: 'createTime'
880
881
  property :device_id, as: 'deviceId'
@@ -884,6 +885,7 @@ module Google
884
885
  property :encryption_state, as: 'encryptionState'
885
886
  property :endpoint_verification_specific_attributes, as: 'endpointVerificationSpecificAttributes', class: Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes, decorator: Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes::Representation
886
887
 
888
+ property :hostname, as: 'hostname'
887
889
  property :imei, as: 'imei'
888
890
  property :kernel_version, as: 'kernelVersion'
889
891
  property :last_sync_time, as: 'lastSyncTime'
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.34.0
4
+ version: 0.35.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-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-07 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-cloudidentity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.35.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: []