google-apis-cloudidentity_v1 0.34.0 → 0.36.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: 554dde72fe12f126bed66fe396f43507cd64a91df2a96c41873935a2a160ff44
4
- data.tar.gz: 4f8313287f536c306ef35c50c445becccededb62f02931b2b51a89df695e5f1a
3
+ metadata.gz: f001a38240b500d456775d8c21c1b89e9cb2277822ffa123f10903d7171aac56
4
+ data.tar.gz: 8b8a9624185fbf61fe85a9b754b935c90470c9362685eb778eb75fb3bd104378
5
5
  SHA512:
6
- metadata.gz: 8cf28b1990f364497a324937c4c820d8632e5db86b9784e9cce82a783097389d6674adce6fb270e9dd9b5ecf67474d43c364d12fcb31774e3287fc23701f54d0
7
- data.tar.gz: de032f6bf820bec2b96a27c207a5b8fdc8dd71af3ae78055cd6a71cfe038180aea136b870fa9bace177b4d3b890cab170d888034e0f9906d5e0ffc06c0f0674e
6
+ metadata.gz: 22c37b688a837a75c1b50d17d3acb989a1998db4da4a58cb4dcfcd2071e09c1e85a362c748ecf42417044968d31b0d96f3cd623ce988f2a6cb71ecb4716656bb
7
+ data.tar.gz: 0754167f514a75ee3c0fcc146af21379815969fc48148f9ca48cb4281632c2600a850e57b45faed64babe73b624946e6c8c219c18d6624b7e986def82a84d441
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.36.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230808
6
+
7
+ ### v0.35.0 (2023-07-09)
8
+
9
+ * Regenerated from discovery document revision 20230703
10
+
3
11
  ### v0.34.0 (2023-06-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20230606
@@ -960,6 +960,11 @@ module Google
960
960
  # @return [String]
961
961
  attr_accessor :encryption_state
962
962
 
963
+ # Host name of the device.
964
+ # Corresponds to the JSON property `hostname`
965
+ # @return [String]
966
+ attr_accessor :hostname
967
+
963
968
  # Output only. IMEI number of device if GSM device; empty otherwise.
964
969
  # Corresponds to the JSON property `imei`
965
970
  # @return [String]
@@ -1065,6 +1070,7 @@ module Google
1065
1070
  @enabled_developer_options = args[:enabled_developer_options] if args.key?(:enabled_developer_options)
1066
1071
  @enabled_usb_debugging = args[:enabled_usb_debugging] if args.key?(:enabled_usb_debugging)
1067
1072
  @encryption_state = args[:encryption_state] if args.key?(:encryption_state)
1073
+ @hostname = args[:hostname] if args.key?(:hostname)
1068
1074
  @imei = args[:imei] if args.key?(:imei)
1069
1075
  @kernel_version = args[:kernel_version] if args.key?(:kernel_version)
1070
1076
  @last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
@@ -2335,13 +2341,13 @@ module Google
2335
2341
  # @return [String]
2336
2342
  attr_accessor :name
2337
2343
 
2338
- # The normal response of the operation in case of success. If the original
2339
- # method returns no data on success, such as `Delete`, the response is `google.
2340
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
2341
- # the response should be the resource. For other methods, the response should
2342
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
2343
- # example, if the original method name is `TakeSnapshot()`, the inferred
2344
- # response type is `TakeSnapshotResponse`.
2344
+ # The normal, successful response of the operation. If the original method
2345
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
2346
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
2347
+ # response should be the resource. For other methods, the response should have
2348
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
2349
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
2350
+ # `TakeSnapshotResponse`.
2345
2351
  # Corresponds to the JSON property `response`
2346
2352
  # @return [Hash<String,Object>]
2347
2353
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.36.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 = "20230606"
25
+ REVISION = "20230808"
26
26
  end
27
27
  end
28
28
  end
@@ -927,6 +927,7 @@ module Google
927
927
  property :enabled_developer_options, as: 'enabledDeveloperOptions'
928
928
  property :enabled_usb_debugging, as: 'enabledUsbDebugging'
929
929
  property :encryption_state, as: 'encryptionState'
930
+ property :hostname, as: 'hostname'
930
931
  property :imei, as: 'imei'
931
932
  property :kernel_version, as: 'kernelVersion'
932
933
  property :last_sync_time, as: 'lastSyncTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.36.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-06-11 00:00:00.000000000 Z
11
+ date: 2023-08-20 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []