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: clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/model/GoogleFirebaseAppdistroV1alphaTestCase.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,13 @@ public final class GoogleFirebaseAppdistroV1alphaTestCase extends com.google.api
59
59
@com.google.api.client.util.Key
60
60
privatejava.lang.Stringname;
61
61
62
+
/**
63
+
* Optional. Test case that must be run before this test case.
64
+
* The value may be {@code null}.
65
+
*/
66
+
@com.google.api.client.util.Key
67
+
privatejava.lang.StringprerequisiteTestCase;
68
+
62
69
/**
63
70
* Optional. Instructions for AI driven test.
64
71
* @return value or {@code null} for none
@@ -129,6 +136,23 @@ public GoogleFirebaseAppdistroV1alphaTestCase setName(java.lang.String name) {
129
136
returnthis;
130
137
}
131
138
139
+
/**
140
+
* Optional. Test case that must be run before this test case.
141
+
* @return value or {@code null} for none
142
+
*/
143
+
publicjava.lang.StringgetPrerequisiteTestCase() {
144
+
returnprerequisiteTestCase;
145
+
}
146
+
147
+
/**
148
+
* Optional. Test case that must be run before this test case.
149
+
* @param prerequisiteTestCase prerequisiteTestCase or {@code null} for none
0 commit comments