Skip to content

Commit

Permalink
Regenerate talent client (#4862)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and Praful Makani committed Apr 2, 2019
1 parent 7b01e2b commit 596ab17
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockApplicationServiceImpl extends ApplicationServiceImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

public MockApplicationServiceImpl() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockCompanyServiceImpl extends CompanyServiceImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

public MockCompanyServiceImpl() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockCompletionImpl extends CompletionImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

public MockCompletionImpl() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockEventServiceImpl extends EventServiceImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

public MockEventServiceImpl() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockJobServiceImpl extends JobServiceImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

public MockJobServiceImpl() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockProfileServiceImpl extends ProfileServiceImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

public MockProfileServiceImpl() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockTenantServiceImpl extends TenantServiceImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

public MockTenantServiceImpl() {
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-talent/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-30T07:55:55.371772Z",
"updateTime": "2019-04-02T07:57:34.877695Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.21",
"dockerImage": "googleapis/artman@sha256:854131ec1af7b3a313253474c24748dc0acd217a58a0b74dbfb559f340a15d78"
"version": "0.16.22",
"dockerImage": "googleapis/artman@sha256:e7f9554322a8aa1416c122c918fdc4cdec8cfe816f027fc948dec0be7edef320"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "fd67be4b51a8c809b97100ccf1c3cffd15b85d7b",
"internalRef": "241096997"
"sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d",
"internalRef": "241437588"
}
}
],
Expand Down

0 comments on commit 596ab17

Please sign in to comment.