File tree Expand file tree Collapse file tree 6 files changed +33
-3
lines changed
generated/google-apis-androidmanagement_v1
lib/google/apis/androidmanagement_v1 Expand file tree Collapse file tree 6 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 98359835"/androidmanagement:v1/HardwareStatus/gpuTemperatures/gpu_temperature": gpu_temperature
98369836"/androidmanagement:v1/HardwareStatus/skinTemperatures": skin_temperatures
98379837"/androidmanagement:v1/HardwareStatus/skinTemperatures/skin_temperature": skin_temperature
9838+ "/androidmanagement:v1/IssueCommandResponse": issue_command_response
98389839"/androidmanagement:v1/KeyedAppState": keyed_app_state
98399840"/androidmanagement:v1/KeyedAppState/createTime": create_time
98409841"/androidmanagement:v1/KeyedAppState/data": data
Original file line number Diff line number Diff line change 11# Release history for google-apis-androidmanagement_v1
22
3+ ### v0.10.0 (2021-06-01)
4+
5+ * Regenerated from discovery document revision 20210524
6+
37### v0.9.0 (2021-05-19)
48
59* Unspecified changes
Original file line number Diff line number Diff line change @@ -1629,6 +1629,19 @@ def update!(**args)
16291629 end
16301630 end
16311631
1632+ # Response on issuing a command. This is currently empty as a placeholder.
1633+ class IssueCommandResponse
1634+ include Google ::Apis ::Core ::Hashable
1635+
1636+ def initialize ( **args )
1637+ update! ( **args )
1638+ end
1639+
1640+ # Update properties of this object
1641+ def update! ( **args )
1642+ end
1643+ end
1644+
16321645 # Keyed app state reported by the app.
16331646 class KeyedAppState
16341647 include Google ::Apis ::Core ::Hashable
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module AndroidmanagementV1
1818 # Version of the google-apis-androidmanagement_v1 gem
19- GEM_VERSION = "0.9 .0"
19+ GEM_VERSION = "0.10 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.2.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20210405 "
25+ REVISION = "20210524 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -190,6 +190,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
190190 include Google ::Apis ::Core ::JsonObjectSupport
191191 end
192192
193+ class IssueCommandResponse
194+ class Representation < Google ::Apis ::Core ::JsonRepresentation ; end
195+
196+ include Google ::Apis ::Core ::JsonObjectSupport
197+ end
198+
193199 class KeyedAppState
194200 class Representation < Google ::Apis ::Core ::JsonRepresentation ; end
195201
@@ -832,6 +838,12 @@ class Representation < Google::Apis::Core::JsonRepresentation
832838 end
833839 end
834840
841+ class IssueCommandResponse
842+ # @private
843+ class Representation < Google ::Apis ::Core ::JsonRepresentation
844+ end
845+ end
846+
835847 class KeyedAppState
836848 # @private
837849 class Representation < Google ::Apis ::Core ::JsonRepresentation
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/google-api-ruby-client.git",
7- "sha": "bca0175a6482172899586c9bfd3195e9e1d36550 "
7+ "sha": "9d9ae24e7b3af4ddc4010c7fca8e135c9e559a14 "
88 }
99 }
1010 ]
You can’t perform that action at this time.
0 commit comments