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/FirebaseAppDistribution.java
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3511,6 +3511,28 @@ public Patch setName(java.lang.String name) {
3511
3511
returnthis;
3512
3512
}
3513
3513
3514
+
/**
3515
+
* Optional. If set to true, and the test case is not found, a new test case will be
3516
+
* created.
3517
+
*/
3518
+
@com.google.api.client.util.Key
3519
+
privatejava.lang.BooleanallowMissing;
3520
+
3521
+
/** Optional. If set to true, and the test case is not found, a new test case will be created.
3522
+
*/
3523
+
publicjava.lang.BooleangetAllowMissing() {
3524
+
returnallowMissing;
3525
+
}
3526
+
3527
+
/**
3528
+
* Optional. If set to true, and the test case is not found, a new test case will be
0 commit comments