Skip to content

Commit

Permalink
chore: Firebase API Client update (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
flank-release[bot] authored Apr 5, 2022
1 parent d49efa7 commit db2d92d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion firebase_apis/json/testing_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@
"id": "TestTargetsForShard",
"properties": {
"testTargets": {
"description": "Group of packages, classes, and/or test methods to be run for each shard. The targets need to be specified in AndroidJUnitRunner argument format. For example, \"package com.my.packages\" \"class com.my.package.MyClass\". The number of shard_test_targets must be greater than 0.",
"description": "Group of packages, classes, and/or test methods to be run for each shard. The targets need to be specified in AndroidJUnitRunner argument format. For example, \"package com.my.packages\" \"class com.my.package.MyClass\". The number of test_targets must be greater than 0.",
"items": {
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class TestTargetsForShard extends com.google.api.client.json.Generi
/**
* Group of packages, classes, and/or test methods to be run for each shard. The targets need to
* be specified in AndroidJUnitRunner argument format. For example, "package com.my.packages"
* "class com.my.package.MyClass". The number of shard_test_targets must be greater than 0.
* "class com.my.package.MyClass". The number of test_targets must be greater than 0.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -41,7 +41,7 @@ public final class TestTargetsForShard extends com.google.api.client.json.Generi
/**
* Group of packages, classes, and/or test methods to be run for each shard. The targets need to
* be specified in AndroidJUnitRunner argument format. For example, "package com.my.packages"
* "class com.my.package.MyClass". The number of shard_test_targets must be greater than 0.
* "class com.my.package.MyClass". The number of test_targets must be greater than 0.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getTestTargets() {
Expand All @@ -51,7 +51,7 @@ public java.util.List<java.lang.String> getTestTargets() {
/**
* Group of packages, classes, and/or test methods to be run for each shard. The targets need to
* be specified in AndroidJUnitRunner argument format. For example, "package com.my.packages"
* "class com.my.package.MyClass". The number of shard_test_targets must be greater than 0.
* "class com.my.package.MyClass". The number of test_targets must be greater than 0.
* @param testTargets testTargets or {@code null} for none
*/
public TestTargetsForShard setTestTargets(java.util.List<java.lang.String> testTargets) {
Expand Down

0 comments on commit db2d92d

Please sign in to comment.