You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1406,6 +1406,11 @@ class GoogleFirebaseAppdistroV1alphaTestCase
1406
1406
# @return [String]
1407
1407
attr_accessor:create_time
1408
1408
1409
+
# Output only. Other test cases that depend on this test cse as a prerequisite.
1410
+
# Corresponds to the JSON property `dependentTestCases`
1411
+
# @return [Array<String>]
1412
+
attr_accessor:dependent_test_cases
1413
+
1409
1414
# Required. Display name of the test case.
1410
1415
# Corresponds to the JSON property `displayName`
1411
1416
# @return [String]
@@ -1417,6 +1422,11 @@ class GoogleFirebaseAppdistroV1alphaTestCase
1417
1422
# @return [String]
1418
1423
attr_accessor:name
1419
1424
1425
+
# Optional. Test case that must be run before this test case.
1426
+
# Corresponds to the JSON property `prerequisiteTestCase`
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleFirebaseappdistributionV1alpha
18
18
# Version of the google-apis-firebaseappdistribution_v1alpha gem
19
-
GEM_VERSION="0.14.0"
19
+
GEM_VERSION="0.15.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -745,8 +745,10 @@ class Representation < Google::Apis::Core::JsonRepresentation
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/service.rb
0 commit comments