Skip to content

Commit

Permalink
Regenerate testing client (#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 10, 2019
1 parent 17662eb commit 71e1722
Show file tree
Hide file tree
Showing 15 changed files with 4,214 additions and 4,214 deletions.
2 changes: 1 addition & 1 deletion clients/google-api-services-testing/v1.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"maven": {
"groupId": "com.google.apis",
"artifactId": "google-api-services-testing",
"version": "v1-rev20191021-1.30.3"
"version": "v1-rev20191203-1.30.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ public final class ManualSharding extends com.google.api.client.json.GenericJson

/**
* Required. Group of packages, classes, and/or test methods to be run for each shard. The number
* of shard_test_targets must be > 1, and <= 50.
* of shard_test_targets must be >= 1 and <= 50.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<TestTargetsForShard> testTargetsForShard;

/**
* Required. Group of packages, classes, and/or test methods to be run for each shard. The number
* of shard_test_targets must be > 1, and <= 50.
* of shard_test_targets must be >= 1 and <= 50.
* @return value or {@code null} for none
*/
public java.util.List<TestTargetsForShard> getTestTargetsForShard() {
Expand All @@ -51,7 +51,7 @@ public java.util.List<TestTargetsForShard> getTestTargetsForShard() {

/**
* Required. Group of packages, classes, and/or test methods to be run for each shard. The number
* of shard_test_targets must be > 1, and <= 50.
* of shard_test_targets must be >= 1 and <= 50.
* @param testTargetsForShard testTargetsForShard or {@code null} for none
*/
public ManualSharding setTestTargetsForShard(java.util.List<TestTargetsForShard> testTargetsForShard) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
public final class UniformSharding extends com.google.api.client.json.GenericJson {

/**
* Required. Total number of shards. The number must be > 1, and <= 50.
* Required. Total number of shards. The number must be >= 1 and <= 50.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer numShards;

/**
* Required. Total number of shards. The number must be > 1, and <= 50.
* Required. Total number of shards. The number must be >= 1 and <= 50.
* @return value or {@code null} for none
*/
public java.lang.Integer getNumShards() {
return numShards;
}

/**
* Required. Total number of shards. The number must be > 1, and <= 50.
* Required. Total number of shards. The number must be >= 1 and <= 50.
* @param numShards numShards or {@code null} for none
*/
public UniformSharding setNumShards(java.lang.Integer numShards) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-testing/v1/1.28.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-testing</artifactId>
<version>v1-rev20191021-1.28.0</version>
<name>Cloud Testing API v1-rev20191021-1.28.0</name>
<version>v1-rev20191203-1.28.0</version>
<name>Cloud Testing API v1-rev20191203-1.28.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Loading

0 comments on commit 71e1722

Please sign in to comment.