Skip to content

Commit 462a837

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate toolresults client (googleapis#2832)
1 parent c2e85a5 commit 462a837

File tree

15 files changed

+35
-35
lines changed

15 files changed

+35
-35
lines changed

clients/google-api-services-toolresults/v1beta3.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-toolresults",
5-
"version": "v1beta3-rev20190826-1.30.3"
5+
"version": "v1beta3-rev20190923-1.30.3"
66
}
77
}

clients/google-api-services-toolresults/v1beta3/1.28.0/com/google/api/services/toolresults/model/PerfSample.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class PerfSample extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Timestamp of collection
34+
* Timestamp of collection.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class PerfSample extends com.google.api.client.json.GenericJson {
4545
private java.lang.Double value;
4646

4747
/**
48-
* Timestamp of collection
48+
* Timestamp of collection.
4949
* @return value or {@code null} for none
5050
*/
5151
public Timestamp getSampleTime() {
5252
return sampleTime;
5353
}
5454

5555
/**
56-
* Timestamp of collection
56+
* Timestamp of collection.
5757
* @param sampleTime sampleTime or {@code null} for none
5858
*/
5959
public PerfSample setSampleTime(Timestamp sampleTime) {

clients/google-api-services-toolresults/v1beta3/1.28.0/com/google/api/services/toolresults/model/Step.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* A Step can be updated until its state is set to COMPLETE at which points it becomes immutable.
3434
*
35-
* Next tag: 23
35+
* Next tag: 25
3636
*
3737
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3838
* transmitted over HTTP when working with the Cloud Tool Results API. For a detailed explanation

clients/google-api-services-toolresults/v1beta3/1.28.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-toolresults</artifactId>
11-
<version>v1beta3-rev20190826-1.28.0</version>
12-
<name>Cloud Tool Results API v1beta3-rev20190826-1.28.0</name>
11+
<version>v1beta3-rev20190923-1.28.0</version>
12+
<name>Cloud Tool Results API v1beta3-rev20190923-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-toolresults/v1beta3/1.28.0/resources/toolresults.v1beta3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/liS07NXsOCVBCnJwdHGeULFk82s\"",
3+
"etag": "\"LYADMvHWYH2ul9D6m9UT9gT77YM/EkShiXcQbWGyX1yPUQdBqykOUpw\"",
44
"discoveryVersion": "v1",
55
"id": "toolresults:v1beta3",
66
"name": "toolresults",
77
"canonicalName": "Tool Results",
88
"version": "v1beta3",
9-
"revision": "20190826",
9+
"revision": "20190923",
1010
"title": "Cloud Tool Results API",
1111
"description": "Reads and publishes results from Firebase Test Lab.",
1212
"ownerDomain": "google.com",
@@ -902,7 +902,7 @@
902902
"properties": {
903903
"sampleTime": {
904904
"$ref": "Timestamp",
905-
"description": "Timestamp of collection"
905+
"description": "Timestamp of collection."
906906
},
907907
"value": {
908908
"type": "number",
@@ -1119,7 +1119,7 @@
11191119
"Step": {
11201120
"id": "Step",
11211121
"type": "object",
1122-
"description": "A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler).\n\nSteps can overlap (for instance two steps might have the same start time if some operations are done in parallel).\n\nHere is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates an TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE\n\nA Step can be updated until its state is set to COMPLETE at which points it becomes immutable.\n\nNext tag: 23",
1122+
"description": "A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler).\n\nSteps can overlap (for instance two steps might have the same start time if some operations are done in parallel).\n\nHere is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates an TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE\n\nA Step can be updated until its state is set to COMPLETE at which points it becomes immutable.\n\nNext tag: 25",
11231123
"properties": {
11241124
"completionTime": {
11251125
"$ref": "Timestamp",

clients/google-api-services-toolresults/v1beta3/1.29.2/com/google/api/services/toolresults/model/PerfSample.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class PerfSample extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Timestamp of collection
34+
* Timestamp of collection.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class PerfSample extends com.google.api.client.json.GenericJson {
4545
private java.lang.Double value;
4646

4747
/**
48-
* Timestamp of collection
48+
* Timestamp of collection.
4949
* @return value or {@code null} for none
5050
*/
5151
public Timestamp getSampleTime() {
5252
return sampleTime;
5353
}
5454

5555
/**
56-
* Timestamp of collection
56+
* Timestamp of collection.
5757
* @param sampleTime sampleTime or {@code null} for none
5858
*/
5959
public PerfSample setSampleTime(Timestamp sampleTime) {

clients/google-api-services-toolresults/v1beta3/1.29.2/com/google/api/services/toolresults/model/Step.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* A Step can be updated until its state is set to COMPLETE at which points it becomes immutable.
3434
*
35-
* Next tag: 23
35+
* Next tag: 25
3636
*
3737
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3838
* transmitted over HTTP when working with the Cloud Tool Results API. For a detailed explanation

clients/google-api-services-toolresults/v1beta3/1.29.2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-toolresults</artifactId>
11-
<version>v1beta3-rev20190826-1.29.2</version>
12-
<name>Cloud Tool Results API v1beta3-rev20190826-1.29.2</name>
11+
<version>v1beta3-rev20190923-1.29.2</version>
12+
<name>Cloud Tool Results API v1beta3-rev20190923-1.29.2</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-toolresults/v1beta3/1.29.2/resources/toolresults.v1beta3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/liS07NXsOCVBCnJwdHGeULFk82s\"",
3+
"etag": "\"LYADMvHWYH2ul9D6m9UT9gT77YM/EkShiXcQbWGyX1yPUQdBqykOUpw\"",
44
"discoveryVersion": "v1",
55
"id": "toolresults:v1beta3",
66
"name": "toolresults",
77
"canonicalName": "Tool Results",
88
"version": "v1beta3",
9-
"revision": "20190826",
9+
"revision": "20190923",
1010
"title": "Cloud Tool Results API",
1111
"description": "Reads and publishes results from Firebase Test Lab.",
1212
"ownerDomain": "google.com",
@@ -902,7 +902,7 @@
902902
"properties": {
903903
"sampleTime": {
904904
"$ref": "Timestamp",
905-
"description": "Timestamp of collection"
905+
"description": "Timestamp of collection."
906906
},
907907
"value": {
908908
"type": "number",
@@ -1119,7 +1119,7 @@
11191119
"Step": {
11201120
"id": "Step",
11211121
"type": "object",
1122-
"description": "A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler).\n\nSteps can overlap (for instance two steps might have the same start time if some operations are done in parallel).\n\nHere is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates an TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE\n\nA Step can be updated until its state is set to COMPLETE at which points it becomes immutable.\n\nNext tag: 23",
1122+
"description": "A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler).\n\nSteps can overlap (for instance two steps might have the same start time if some operations are done in parallel).\n\nHere is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates an TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE\n\nA Step can be updated until its state is set to COMPLETE at which points it becomes immutable.\n\nNext tag: 25",
11231123
"properties": {
11241124
"completionTime": {
11251125
"$ref": "Timestamp",

clients/google-api-services-toolresults/v1beta3/1.30.1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-toolresults</artifactId>
25-
<version>v1beta3-rev20190826-1.30.3</version>
25+
<version>v1beta3-rev20190923-1.30.3</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-toolresults:v1beta3-rev20190826-1.30.3'
38+
compile 'com.google.apis:google-api-services-toolresults:v1beta3-rev20190923-1.30.3'
3939
}
4040
```
4141

clients/google-api-services-toolresults/v1beta3/1.30.1/com/google/api/services/toolresults/model/PerfSample.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class PerfSample extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Timestamp of collection
34+
* Timestamp of collection.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class PerfSample extends com.google.api.client.json.GenericJson {
4545
private java.lang.Double value;
4646

4747
/**
48-
* Timestamp of collection
48+
* Timestamp of collection.
4949
* @return value or {@code null} for none
5050
*/
5151
public Timestamp getSampleTime() {
5252
return sampleTime;
5353
}
5454

5555
/**
56-
* Timestamp of collection
56+
* Timestamp of collection.
5757
* @param sampleTime sampleTime or {@code null} for none
5858
*/
5959
public PerfSample setSampleTime(Timestamp sampleTime) {

clients/google-api-services-toolresults/v1beta3/1.30.1/com/google/api/services/toolresults/model/Step.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* A Step can be updated until its state is set to COMPLETE at which points it becomes immutable.
3434
*
35-
* Next tag: 23
35+
* Next tag: 25
3636
*
3737
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3838
* transmitted over HTTP when working with the Cloud Tool Results API. For a detailed explanation

clients/google-api-services-toolresults/v1beta3/1.30.1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-toolresults</artifactId>
11-
<version>v1beta3-rev20190826-1.30.3</version>
12-
<name>Cloud Tool Results API v1beta3-rev20190826-1.30.3</name>
11+
<version>v1beta3-rev20190923-1.30.3</version>
12+
<name>Cloud Tool Results API v1beta3-rev20190923-1.30.3</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-toolresults/v1beta3/1.30.1/resources/toolresults.v1beta3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/liS07NXsOCVBCnJwdHGeULFk82s\"",
3+
"etag": "\"LYADMvHWYH2ul9D6m9UT9gT77YM/EkShiXcQbWGyX1yPUQdBqykOUpw\"",
44
"discoveryVersion": "v1",
55
"id": "toolresults:v1beta3",
66
"name": "toolresults",
77
"canonicalName": "Tool Results",
88
"version": "v1beta3",
9-
"revision": "20190826",
9+
"revision": "20190923",
1010
"title": "Cloud Tool Results API",
1111
"description": "Reads and publishes results from Firebase Test Lab.",
1212
"ownerDomain": "google.com",
@@ -902,7 +902,7 @@
902902
"properties": {
903903
"sampleTime": {
904904
"$ref": "Timestamp",
905-
"description": "Timestamp of collection"
905+
"description": "Timestamp of collection."
906906
},
907907
"value": {
908908
"type": "number",
@@ -1119,7 +1119,7 @@
11191119
"Step": {
11201120
"id": "Step",
11211121
"type": "object",
1122-
"description": "A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler).\n\nSteps can overlap (for instance two steps might have the same start time if some operations are done in parallel).\n\nHere is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates an TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE\n\nA Step can be updated until its state is set to COMPLETE at which points it becomes immutable.\n\nNext tag: 23",
1122+
"description": "A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler).\n\nSteps can overlap (for instance two steps might have the same start time if some operations are done in parallel).\n\nHere is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates an TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE\n\nA Step can be updated until its state is set to COMPLETE at which points it becomes immutable.\n\nNext tag: 25",
11231123
"properties": {
11241124
"completionTime": {
11251125
"$ref": "Timestamp",

clients/google-api-services-toolresults/v1beta3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-toolresults</artifactId>
25-
<version>v1beta3-rev20190826-1.30.3</version>
25+
<version>v1beta3-rev20190923-1.30.3</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-toolresults:v1beta3-rev20190826-1.30.3'
38+
compile 'com.google.apis:google-api-services-toolresults:v1beta3-rev20190923-1.30.3'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)