@@ -38,7 +38,7 @@ public final class TestSetup extends com.google.api.client.json.GenericJson {
3838
3939 /**
4040 * APKs to install in addition to those being directly tested. These will be installed after the
41- * app under test. Currently capped at 100.
41+ * app under test. Limited to a combined total of 100 initial setup and additional files .
4242 * The value may be {@code null}.
4343 */
4444 @ com .google .api .client .util .Key
@@ -96,8 +96,8 @@ public final class TestSetup extends com.google.api.client.json.GenericJson {
9696 }
9797
9898 /**
99- * Optional. Initial setup APKs to install before the app under test is installed. Currently
100- * capped at 100.
99+ * Optional. Initial setup APKs to install before the app under test is installed. Limited to a
100+ * combined total of 100 initial setup and additional files .
101101 * The value may be {@code null}.
102102 */
103103 @ com .google .api .client .util .Key
@@ -146,7 +146,7 @@ public TestSetup setAccount(Account account) {
146146
147147 /**
148148 * APKs to install in addition to those being directly tested. These will be installed after the
149- * app under test. Currently capped at 100.
149+ * app under test. Limited to a combined total of 100 initial setup and additional files .
150150 * @return value or {@code null} for none
151151 */
152152 public java .util .List <Apk > getAdditionalApks () {
@@ -155,7 +155,7 @@ public java.util.List<Apk> getAdditionalApks() {
155155
156156 /**
157157 * APKs to install in addition to those being directly tested. These will be installed after the
158- * app under test. Currently capped at 100.
158+ * app under test. Limited to a combined total of 100 initial setup and additional files .
159159 * @param additionalApks additionalApks or {@code null} for none
160160 */
161161 public TestSetup setAdditionalApks (java .util .List <Apk > additionalApks ) {
@@ -242,17 +242,17 @@ public TestSetup setFilesToPush(java.util.List<DeviceFile> filesToPush) {
242242 }
243243
244244 /**
245- * Optional. Initial setup APKs to install before the app under test is installed. Currently
246- * capped at 100.
245+ * Optional. Initial setup APKs to install before the app under test is installed. Limited to a
246+ * combined total of 100 initial setup and additional files .
247247 * @return value or {@code null} for none
248248 */
249249 public java .util .List <Apk > getInitialSetupApks () {
250250 return initialSetupApks ;
251251 }
252252
253253 /**
254- * Optional. Initial setup APKs to install before the app under test is installed. Currently
255- * capped at 100.
254+ * Optional. Initial setup APKs to install before the app under test is installed. Limited to a
255+ * combined total of 100 initial setup and additional files .
256256 * @param initialSetupApks initialSetupApks or {@code null} for none
257257 */
258258 public TestSetup setInitialSetupApks (java .util .List <Apk > initialSetupApks ) {
0 commit comments