google-apis-smartdevicemanagement_v1 0.1.0 → 0.6.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: 4fc246c11bce188d4106d311a16e5c3db7ab3dad09d90c3f79620acea2412c78
4
- data.tar.gz: b3700df1ac73fc3211979aa61900e535a157c77e59ace18c1c608bc58b195572
3
+ metadata.gz: e95b0c956d9048e153c82de271b3bbceebc4de02e486f8f8e240547783fcde4d
4
+ data.tar.gz: a88009d2bde3359ccaccebbc0111645918cac0be59c00e21498bf911a365d72e
5
5
  SHA512:
6
- metadata.gz: 0af58afc11a2faf12a436fd8a307a36c1b71910bcb0c386e49c2285f7db75213eb00354db4a827202be8b87dd206fc360f53ea8dcaf4d396711a941ba30e5a71
7
- data.tar.gz: eddc61b6eccca60341a31fcc33019100144d372731e416fd32f2a31bc0e2c51d9d6bed9a358cc9a6c65e9650db2068793c4d39767f58451738073b6866a6bd54
6
+ metadata.gz: 516e2ec277bd1821a9627fa9672671cf87b4571853ebbfca353d9343ef39e399d64682eb2dc440989a469fb218567a6428d92a14d2784e98f2b6814ac0362f4a
7
+ data.tar.gz: 4cd35dc83538498c05053b6b4787cc61d9c2d71590dff4a4cfe370be822049df508bc99449849bcf385e6d813e375260db077ecfb2adad2b67c9a63a980c81bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-smartdevicemanagement_v1
2
2
 
3
+ ### v0.6.0 (2021-06-24)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.5.0 (2021-06-15)
8
+
9
+ * Regenerated from discovery document revision 20210604
10
+ * Regenerated using generator version 0.3.0
11
+
12
+ ### v0.4.0 (2021-05-20)
13
+
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.3.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.2.0 (2021-02-24)
21
+
22
+ * Regenerated from discovery document revision 20210213
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -32,6 +32,9 @@ module Google
32
32
 
33
33
  # See and/or control the devices that you selected
34
34
  AUTH_SDM_SERVICE = 'https://www.googleapis.com/auth/sdm.service'
35
+
36
+ # See and control the Nest thermostats that you select
37
+ AUTH_SDM_THERMOSTAT_SERVICE = 'https://www.googleapis.com/auth/sdm.thermostat.service'
35
38
  end
36
39
  end
37
40
  end
@@ -187,7 +187,7 @@ module Google
187
187
  end
188
188
 
189
189
  # Represents device relationships, for instance, structure/room to which the
190
- # device is assigned to. For now this is only filled in the enterprise flow.
190
+ # device is assigned to.
191
191
  class GoogleHomeEnterpriseSdmV1ParentRelation
192
192
  include Google::Apis::Core::Hashable
193
193
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SmartdevicemanagementV1
18
18
  # Version of the google-apis-smartdevicemanagement_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201022"
25
+ REVISION = "20210604"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-smartdevicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Smart Device Management API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-smartdevicemanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-smartdevicemanagement_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-smartdevicemanagement_v1/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-smartdevicemanagement_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.1.4
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Smart Device Management API V1