File tree 6 files changed +35
-4
lines changed
generated/google-apis-toolresults_v1beta3
lib/google/apis/toolresults_v1beta3
6 files changed +35
-4
lines changed Original file line number Diff line number Diff line change @@ -155786,6 +155786,7 @@
155786
155786
"/toolresults:v1beta3/ListTestCasesResponse/nextPageToken": next_page_token
155787
155787
"/toolresults:v1beta3/ListTestCasesResponse/testCases": test_cases
155788
155788
"/toolresults:v1beta3/ListTestCasesResponse/testCases/test_case": test_case
155789
+ "/toolresults:v1beta3/LogcatCollectionError": logcat_collection_error
155789
155790
"/toolresults:v1beta3/MatrixDimensionDefinition": matrix_dimension_definition
155790
155791
"/toolresults:v1beta3/MemoryInfo": memory_info
155791
155792
"/toolresults:v1beta3/MemoryInfo/memoryCapInKibibyte": memory_cap_in_kibibyte
Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-toolresults_v1beta3
2
2
3
+ ### v0.2.0 (2021-01-21)
4
+
5
+ * Regenerated from discovery document revision 20210120
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
### v0.1.0 (2021-01-07)
4
9
5
10
* Regenerated using generator version 0.1.1
Original file line number Diff line number Diff line change @@ -1701,6 +1701,19 @@ def update!(**args)
1701
1701
end
1702
1702
end
1703
1703
1704
+ # A warning that there were issues in logcat collection.
1705
+ class LogcatCollectionError
1706
+ include Google ::Apis ::Core ::Hashable
1707
+
1708
+ def initialize ( **args )
1709
+ update! ( **args )
1710
+ end
1711
+
1712
+ # Update properties of this object
1713
+ def update! ( **args )
1714
+ end
1715
+ end
1716
+
1704
1717
# One dimension of the matrix of different runs of a step.
1705
1718
class MatrixDimensionDefinition
1706
1719
include Google ::Apis ::Core ::Hashable
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module ToolresultsV1beta3
18
18
# Version of the google-apis-toolresults_v1beta3 gem
19
- GEM_VERSION = "0.1 .0"
19
+ GEM_VERSION = "0.2 .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.1.2 "
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20201029 "
25
+ REVISION = "20210120 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -328,6 +328,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
328
328
include Google ::Apis ::Core ::JsonObjectSupport
329
329
end
330
330
331
+ class LogcatCollectionError
332
+ class Representation < Google ::Apis ::Core ::JsonRepresentation ; end
333
+
334
+ include Google ::Apis ::Core ::JsonObjectSupport
335
+ end
336
+
331
337
class MatrixDimensionDefinition
332
338
class Representation < Google ::Apis ::Core ::JsonRepresentation ; end
333
339
@@ -1156,6 +1162,12 @@ class Representation < Google::Apis::Core::JsonRepresentation
1156
1162
end
1157
1163
end
1158
1164
1165
+ class LogcatCollectionError
1166
+ # @private
1167
+ class Representation < Google ::Apis ::Core ::JsonRepresentation
1168
+ end
1169
+ end
1170
+
1159
1171
class MatrixDimensionDefinition
1160
1172
# @private
1161
1173
class Representation < Google ::Apis ::Core ::JsonRepresentation
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
7
- "sha": "4d5b98ffca7eaf905a28939051f53ff2881aaf64 "
7
+ "sha": "01a2496f2ff933a2a9f308bea05bfa55b316ecb0 "
8
8
}
9
9
}
10
10
]
You can’t perform that action at this time.
0 commit comments