Skip to content

Commit

Permalink
Regenerate monitoring client (#4854)
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 143c1d4 commit c2005bc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@javax.annotation.Generated("by GAPIC")
@BetaApi
public class MockAlertPolicyServiceImpl extends AlertPolicyServiceImplBase {
private ArrayList<AbstractMessage> requests;
private List<AbstractMessage> requests;
private Queue<Object> responses;

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

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

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

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

public MockUptimeCheckServiceImpl() {
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-monitoring/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-29T07:50:35.516882Z",
"updateTime": "2019-04-02T07:50:28.005059Z",
"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 comments on commit c2005bc

Please sign in to comment.