8000 Regenerate errorreporting client by yoshi-automation · Pull Request #4847 · googleapis/google-cloud-java · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockErrorGroupServiceImpl extends ErrorGroupServiceImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

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

public MockErrorStatsServiceImpl() {
Expand Down
Original file line number Diff line number Diff line c D0A3 hange
Expand Up @@ -29,7 +29,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockReportErrorsServiceImpl extends ReportErrorsServiceImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

public MockReportErrorsServiceImpl() {
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-errorreporting/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-29T07:44:23.924449Z",
"updateTime": "2019-04-02T07:44:16.097618Z",
"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": "37386f1ebcaed51bcb7d15d00124d22c38606e45",
"internalRef": "240841842"
"sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d",
"internalRef": "241437588"
}
}
],
Expand Down
0