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
@@ -2499,6 +2499,28 @@ public List setPageToken(java.lang.String pageToken) {
2499
2499
returnthis;
2500
2500
}
2501
2501
2502
+
/**
2503
+
* Optional. The requested view on the returned ReleaseTests. Defaults to the basic
2504
+
* view.
2505
+
*/
2506
+
@com.google.api.client.util.Key
2507
+
privatejava.lang.Stringview;
2508
+
2509
+
/** Optional. The requested view on the returned ReleaseTests. Defaults to the basic view.
2510
+
*/
2511
+
publicjava.lang.StringgetView() {
2512
+
returnview;
2513
+
}
2514
+
2515
+
/**
2516
+
* Optional. The requested view on the returned ReleaseTests. Defaults to the basic
Copy file name to clipboardExpand all lines: clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/model/GoogleFirebaseAppdistroV1alphaDeviceInteraction.java
0 commit comments