Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: update gapic-generator-java to 0.0.16
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 350067652

Source-Author: Google APIs <[email protected]>
Source-Date: Mon Jan 4 19:45:21 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a
Source-Link: googleapis/googleapis@ad3bb00
  • Loading branch information
yoshi-automation committed Jan 11, 2021
1 parent 1ff7168 commit 83c35a9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ public void getExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -234,6 +236,8 @@ public void getExperimentTest2() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -283,6 +287,8 @@ public void createExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -337,6 +343,8 @@ public void createExperimentTest2() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -389,6 +397,8 @@ public void updateExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -511,6 +521,8 @@ public void startExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -562,6 +574,8 @@ public void startExperimentTest2() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -611,6 +625,8 @@ public void stopExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -662,6 +678,8 @@ public void stopExperimentTest2() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ public void getExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -234,6 +236,8 @@ public void getExperimentTest2() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -283,6 +287,8 @@ public void createExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -337,6 +343,8 @@ public void createExperimentTest2() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -389,6 +397,8 @@ public void updateExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -511,6 +521,8 @@ public void startExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -562,6 +574,8 @@ public void startExperimentTest2() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -611,6 +625,8 @@ public void stopExperimentTest() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down Expand Up @@ -662,6 +678,8 @@ public void stopExperimentTest2() throws Exception {
.toString())
.setDisplayName("displayName1714148973")
.setDescription("description-1724546052")
.setDefinition(Experiment.Definition.newBuilder().build())
.setResult(Experiment.Result.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
Expand Down
8 changes: 4 additions & 4 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "36536e21b8eece3e9ed100037c214da99324c957",
"internalRef": "348668666"
"sha": "ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a",
"internalRef": "350067652"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "36536e21b8eece3e9ed100037c214da99324c957",
"internalRef": "348668666"
"sha": "ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a",
"internalRef": "350067652"
}
},
{
Expand Down

0 comments on commit 83c35a9

Please sign in to comment.