Skip to content

Commit

Permalink
Regenerate monitoring client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 26, 2019
1 parent 41a04ee commit e67db73
Show file tree
Hide file tree
Showing 24 changed files with 467 additions and 263 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ public abstract static class MetricServiceImplBase implements io.grpc.BindableSe
*
*
* <pre>
* Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
* Lists monitored resource descriptors that match a filter. This method does
* not require a Stackdriver account.
* </pre>
*/
public void listMonitoredResourceDescriptors(
Expand All @@ -536,7 +537,8 @@ public void listMonitoredResourceDescriptors(
*
*
* <pre>
* Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
* Gets a single monitored resource descriptor. This method does not require a
* Stackdriver account.
* </pre>
*/
public void getMonitoredResourceDescriptor(
Expand All @@ -550,7 +552,8 @@ public void getMonitoredResourceDescriptor(
*
*
* <pre>
* Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
* Lists metric descriptors that match a filter. This method does not require
* a Stackdriver account.
* </pre>
*/
public void listMetricDescriptors(
Expand All @@ -564,7 +567,8 @@ public void listMetricDescriptors(
*
*
* <pre>
* Gets a single metric descriptor. This method does not require a Stackdriver account.
* Gets a single metric descriptor. This method does not require a Stackdriver
* account.
* </pre>
*/
public void getMetricDescriptor(
Expand Down Expand Up @@ -606,7 +610,8 @@ public void deleteMetricDescriptor(
*
*
* <pre>
* Lists time series that match a filter. This method does not require a Stackdriver account.
* Lists time series that match a filter. This method does not require a
* Stackdriver account.
* </pre>
*/
public void listTimeSeries(
Expand Down Expand Up @@ -717,7 +722,8 @@ protected MetricServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions c
*
*
* <pre>
* Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
* Lists monitored resource descriptors that match a filter. This method does
* not require a Stackdriver account.
* </pre>
*/
public void listMonitoredResourceDescriptors(
Expand All @@ -735,7 +741,8 @@ public void listMonitoredResourceDescriptors(
*
*
* <pre>
* Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
* Gets a single monitored resource descriptor. This method does not require a
* Stackdriver account.
* </pre>
*/
public void getMonitoredResourceDescriptor(
Expand All @@ -751,7 +758,8 @@ public void getMonitoredResourceDescriptor(
*
*
* <pre>
* Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
* Lists metric descriptors that match a filter. This method does not require
* a Stackdriver account.
* </pre>
*/
public void listMetricDescriptors(
Expand All @@ -768,7 +776,8 @@ public void listMetricDescriptors(
*
*
* <pre>
* Gets a single metric descriptor. This method does not require a Stackdriver account.
* Gets a single metric descriptor. This method does not require a Stackdriver
* account.
* </pre>
*/
public void getMetricDescriptor(
Expand Down Expand Up @@ -819,7 +828,8 @@ public void deleteMetricDescriptor(
*
*
* <pre>
* Lists time series that match a filter. This method does not require a Stackdriver account.
* Lists time series that match a filter. This method does not require a
* Stackdriver account.
* </pre>
*/
public void listTimeSeries(
Expand Down Expand Up @@ -880,7 +890,8 @@ protected MetricServiceBlockingStub build(
*
*
* <pre>
* Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
* Lists monitored resource descriptors that match a filter. This method does
* not require a Stackdriver account.
* </pre>
*/
public com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse
Expand All @@ -897,7 +908,8 @@ protected MetricServiceBlockingStub build(
*
*
* <pre>
* Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
* Gets a single monitored resource descriptor. This method does not require a
* Stackdriver account.
* </pre>
*/
public com.google.api.MonitoredResourceDescriptor getMonitoredResourceDescriptor(
Expand All @@ -910,7 +922,8 @@ public com.google.api.MonitoredResourceDescriptor getMonitoredResourceDescriptor
*
*
* <pre>
* Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
* Lists metric descriptors that match a filter. This method does not require
* a Stackdriver account.
* </pre>
*/
public com.google.monitoring.v3.ListMetricDescriptorsResponse listMetricDescriptors(
Expand All @@ -923,7 +936,8 @@ public com.google.monitoring.v3.ListMetricDescriptorsResponse listMetricDescript
*
*
* <pre>
* Gets a single metric descriptor. This method does not require a Stackdriver account.
* Gets a single metric descriptor. This method does not require a Stackdriver
* account.
* </pre>
*/
public com.google.api.MetricDescriptor getMetricDescriptor(
Expand Down Expand Up @@ -965,7 +979,8 @@ public com.google.protobuf.Empty deleteMetricDescriptor(
*
*
* <pre>
* Lists time series that match a filter. This method does not require a Stackdriver account.
* Lists time series that match a filter. This method does not require a
* Stackdriver account.
* </pre>
*/
public com.google.monitoring.v3.ListTimeSeriesResponse listTimeSeries(
Expand Down Expand Up @@ -1019,7 +1034,8 @@ protected MetricServiceFutureStub build(
*
*
* <pre>
* Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
* Lists monitored resource descriptors that match a filter. This method does
* not require a Stackdriver account.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -1035,7 +1051,8 @@ protected MetricServiceFutureStub build(
*
*
* <pre>
* Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
* Gets a single monitored resource descriptor. This method does not require a
* Stackdriver account.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -1051,7 +1068,8 @@ protected MetricServiceFutureStub build(
*
*
* <pre>
* Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
* Lists metric descriptors that match a filter. This method does not require
* a Stackdriver account.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -1065,7 +1083,8 @@ protected MetricServiceFutureStub build(
*
*
* <pre>
* Gets a single metric descriptor. This method does not require a Stackdriver account.
* Gets a single metric descriptor. This method does not require a Stackdriver
* account.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.api.MetricDescriptor>
Expand Down Expand Up @@ -1107,7 +1126,8 @@ protected MetricServiceFutureStub build(
*
*
* <pre>
* Lists time series that match a filter. This method does not require a Stackdriver account.
* Lists time series that match a filter. This method does not require a
* Stackdriver account.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Loading

0 comments on commit e67db73

Please sign in to comment.