diff --git a/google-api-grpc/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricServiceGrpc.java b/google-api-grpc/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricServiceGrpc.java index 97218bafd71c..64e783ad8de1 100644 --- a/google-api-grpc/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricServiceGrpc.java +++ b/google-api-grpc/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricServiceGrpc.java @@ -520,7 +520,8 @@ public abstract static class MetricServiceImplBase implements io.grpc.BindableSe * * *
- * 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.
*
*/
public void listMonitoredResourceDescriptors(
@@ -536,7 +537,8 @@ public void listMonitoredResourceDescriptors(
*
*
*
- * 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.
*
*/
public void getMonitoredResourceDescriptor(
@@ -550,7 +552,8 @@ public void getMonitoredResourceDescriptor(
*
*
*
- * 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.
*
*/
public void listMetricDescriptors(
@@ -564,7 +567,8 @@ public void listMetricDescriptors(
*
*
*
- * 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.
*
*/
public void getMetricDescriptor(
@@ -606,7 +610,8 @@ public void deleteMetricDescriptor(
*
*
*
- * 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.
*
*/
public void listTimeSeries(
@@ -717,7 +722,8 @@ protected MetricServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions c
*
*
*
- * 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.
*
*/
public void listMonitoredResourceDescriptors(
@@ -735,7 +741,8 @@ public void listMonitoredResourceDescriptors(
*
*
*
- * 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.
*
*/
public void getMonitoredResourceDescriptor(
@@ -751,7 +758,8 @@ public void getMonitoredResourceDescriptor(
*
*
*
- * 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.
*
*/
public void listMetricDescriptors(
@@ -768,7 +776,8 @@ public void listMetricDescriptors(
*
*
*
- * 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.
*
*/
public void getMetricDescriptor(
@@ -819,7 +828,8 @@ public void deleteMetricDescriptor(
*
*
*
- * 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.
*
*/
public void listTimeSeries(
@@ -880,7 +890,8 @@ protected MetricServiceBlockingStub build(
*
*
*
- * 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.
*
*/
public com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse
@@ -897,7 +908,8 @@ protected MetricServiceBlockingStub build(
*
*
*
- * 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.
*
*/
public com.google.api.MonitoredResourceDescriptor getMonitoredResourceDescriptor(
@@ -910,7 +922,8 @@ public com.google.api.MonitoredResourceDescriptor getMonitoredResourceDescriptor
*
*
*
- * 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.
*
*/
public com.google.monitoring.v3.ListMetricDescriptorsResponse listMetricDescriptors(
@@ -923,7 +936,8 @@ public com.google.monitoring.v3.ListMetricDescriptorsResponse listMetricDescript
*
*
*
- * 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.
*
*/
public com.google.api.MetricDescriptor getMetricDescriptor(
@@ -965,7 +979,8 @@ public com.google.protobuf.Empty deleteMetricDescriptor(
*
*
*
- * 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.
*
*/
public com.google.monitoring.v3.ListTimeSeriesResponse listTimeSeries(
@@ -1019,7 +1034,8 @@ protected MetricServiceFutureStub build(
*
*
*
- * 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.
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -1035,7 +1051,8 @@ protected MetricServiceFutureStub build(
*
*
*
- * 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.
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -1051,7 +1068,8 @@ protected MetricServiceFutureStub build(
*
*
*
- * 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.
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -1065,7 +1083,8 @@ protected MetricServiceFutureStub build(
*
*
*
- * 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.
*
*/
public com.google.common.util.concurrent.ListenableFuture
- * 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.
*
*/
public com.google.common.util.concurrent.ListenableFuture<
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java
index 0efd912248af..75675500f7be 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java
@@ -2369,8 +2369,10 @@ public interface MetricThresholdOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -2387,8 +2389,10 @@ public interface MetricThresholdOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -2405,8 +2409,10 @@ public interface MetricThresholdOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -2423,8 +2429,10 @@ public interface MetricThresholdOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -2442,8 +2450,10 @@ public interface MetricThresholdOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -3003,8 +3013,10 @@ public com.google.protobuf.ByteString getFilterBytes() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -3023,8 +3035,10 @@ public java.util.Listrepeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -3044,8 +3058,10 @@ public java.util.Listrepeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -3064,8 +3080,10 @@ public int getAggregationsCount() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -3084,8 +3102,10 @@ public com.google.monitoring.v3.Aggregation getAggregations(int index) {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4189,8 +4209,10 @@ private void ensureAggregationsIsMutable() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4213,8 +4235,10 @@ public java.util.Listrepeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4237,8 +4261,10 @@ public int getAggregationsCount() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4261,8 +4287,10 @@ public com.google.monitoring.v3.Aggregation getAggregations(int index) {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4291,8 +4319,10 @@ public Builder setAggregations(int index, com.google.monitoring.v3.Aggregation v
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4319,8 +4349,10 @@ public Builder setAggregations(
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4349,8 +4381,10 @@ public Builder addAggregations(com.google.monitoring.v3.Aggregation value) {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4379,8 +4413,10 @@ public Builder addAggregations(int index, com.google.monitoring.v3.Aggregation v
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4407,8 +4443,10 @@ public Builder addAggregations(
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4435,8 +4473,10 @@ public Builder addAggregations(
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4463,8 +4503,10 @@ public Builder addAllAggregations(
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4490,8 +4532,10 @@ public Builder clearAggregations() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4517,8 +4561,10 @@ public Builder removeAggregations(int index) {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4537,8 +4583,10 @@ public com.google.monitoring.v3.Aggregation.Builder getAggregationsBuilder(int i
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4561,8 +4609,10 @@ public com.google.monitoring.v3.AggregationOrBuilder getAggregationsOrBuilder(in
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4586,8 +4636,10 @@ public com.google.monitoring.v3.AggregationOrBuilder getAggregationsOrBuilder(in
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4607,8 +4659,10 @@ public com.google.monitoring.v3.Aggregation.Builder addAggregationsBuilder() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -4628,8 +4682,10 @@ public com.google.monitoring.v3.Aggregation.Builder addAggregationsBuilder(int i
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the one in the
- * [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 8;
@@ -6142,8 +6198,10 @@ public interface MetricAbsenceOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -6160,8 +6218,10 @@ public interface MetricAbsenceOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -6178,8 +6238,10 @@ public interface MetricAbsenceOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -6196,8 +6258,10 @@ public interface MetricAbsenceOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -6215,8 +6279,10 @@ public interface MetricAbsenceOrBuilder
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -6522,8 +6588,10 @@ public com.google.protobuf.ByteString getFilterBytes() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -6542,8 +6610,10 @@ public java.util.Listrepeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -6563,8 +6633,10 @@ public java.util.Listrepeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -6583,8 +6655,10 @@ public int getAggregationsCount() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -6603,8 +6677,10 @@ public com.google.monitoring.v3.Aggregation getAggregations(int index) {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7327,8 +7403,10 @@ private void ensureAggregationsIsMutable() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7351,8 +7429,10 @@ public java.util.Listrepeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7375,8 +7455,10 @@ public int getAggregationsCount() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7399,8 +7481,10 @@ public com.google.monitoring.v3.Aggregation getAggregations(int index) {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7429,8 +7513,10 @@ public Builder setAggregations(int index, com.google.monitoring.v3.Aggregation v
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7457,8 +7543,10 @@ public Builder setAggregations(
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7487,8 +7575,10 @@ public Builder addAggregations(com.google.monitoring.v3.Aggregation value) {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7517,8 +7607,10 @@ public Builder addAggregations(int index, com.google.monitoring.v3.Aggregation v
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7545,8 +7637,10 @@ public Builder addAggregations(
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7573,8 +7667,10 @@ public Builder addAggregations(
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7601,8 +7697,10 @@ public Builder addAllAggregations(
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7628,8 +7726,10 @@ public Builder clearAggregations() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7655,8 +7755,10 @@ public Builder removeAggregations(int index) {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7675,8 +7777,10 @@ public com.google.monitoring.v3.Aggregation.Builder getAggregationsBuilder(int i
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7699,8 +7803,10 @@ public com.google.monitoring.v3.AggregationOrBuilder getAggregationsOrBuilder(in
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7724,8 +7830,10 @@ public com.google.monitoring.v3.AggregationOrBuilder getAggregationsOrBuilder(in
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7745,8 +7853,10 @@ public com.google.monitoring.v3.Aggregation.Builder addAggregationsBuilder() {
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
@@ -7766,8 +7876,10 @@ public com.google.monitoring.v3.Aggregation.Builder addAggregationsBuilder(int i
* members of a group of resrouces). Multiple aggregations
* are applied in the order specified.
* This field is similar to the
- * one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- * It is advisable to use the `ListTimeSeries` method when debugging this field.
+ * one in the [`MetricService.ListTimeSeries`
+ * request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ * is advisable to use the `ListTimeSeries` method when debugging this
+ * field.
*
*
* repeated .google.monitoring.v3.Aggregation aggregations = 5;
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/Group.java b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/Group.java
index 303b41b297cf..b4ac6a52e42c 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/Group.java
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/Group.java
@@ -289,7 +289,8 @@ public com.google.protobuf.ByteString getParentNameBytes() {
*
*
*
- * The filter used to determine which monitored resources belong to this group.
+ * The filter used to determine which monitored resources belong to this
+ * group.
*
*
* string filter = 5;
@@ -309,7 +310,8 @@ public java.lang.String getFilter() {
*
*
*
- * The filter used to determine which monitored resources belong to this group.
+ * The filter used to determine which monitored resources belong to this
+ * group.
*
*
* string filter = 5;
@@ -1057,7 +1059,8 @@ public Builder setParentNameBytes(com.google.protobuf.ByteString value) {
*
*
*
- * The filter used to determine which monitored resources belong to this group.
+ * The filter used to determine which monitored resources belong to this
+ * group.
*
*
* string filter = 5;
@@ -1077,7 +1080,8 @@ public java.lang.String getFilter() {
*
*
*
- * The filter used to determine which monitored resources belong to this group.
+ * The filter used to determine which monitored resources belong to this
+ * group.
*
*
* string filter = 5;
@@ -1097,7 +1101,8 @@ public com.google.protobuf.ByteString getFilterBytes() {
*
*
*
- * The filter used to determine which monitored resources belong to this group.
+ * The filter used to determine which monitored resources belong to this
+ * group.
*
*
* string filter = 5;
@@ -1115,7 +1120,8 @@ public Builder setFilter(java.lang.String value) {
*
*
*
- * The filter used to determine which monitored resources belong to this group.
+ * The filter used to determine which monitored resources belong to this
+ * group.
*
*
* string filter = 5;
@@ -1130,7 +1136,8 @@ public Builder clearFilter() {
*
*
*
- * The filter used to determine which monitored resources belong to this group.
+ * The filter used to determine which monitored resources belong to this
+ * group.
*
*
* string filter = 5;
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GroupOrBuilder.java b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GroupOrBuilder.java
index 730ee352d73d..803810530f98 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GroupOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GroupOrBuilder.java
@@ -87,7 +87,8 @@ public interface GroupOrBuilder
*
*
*
- * The filter used to determine which monitored resources belong to this group.
+ * The filter used to determine which monitored resources belong to this
+ * group.
*
*
* string filter = 5;
@@ -97,7 +98,8 @@ public interface GroupOrBuilder
*
*
*
- * The filter used to determine which monitored resources belong to this group.
+ * The filter used to determine which monitored resources belong to this
+ * group.
*
*
* string filter = 5;
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequest.java b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequest.java
index 155a911a3a28..2443ab898487 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequest.java
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequest.java
@@ -133,7 +133,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
- * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
+ * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
+ * operation.
*
*
* string name = 5;
@@ -158,7 +159,8 @@ public java.lang.String getName() {
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
- * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
+ * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
+ * operation.
*
*
* string name = 5;
@@ -732,7 +734,8 @@ public Builder mergeFrom(
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
- * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
+ * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
+ * operation.
*
*
* string name = 5;
@@ -757,7 +760,8 @@ public java.lang.String getName() {
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
- * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
+ * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
+ * operation.
*
*
* string name = 5;
@@ -782,7 +786,8 @@ public com.google.protobuf.ByteString getNameBytes() {
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
- * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
+ * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
+ * operation.
*
*
* string name = 5;
@@ -805,7 +810,8 @@ public Builder setName(java.lang.String value) {
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
- * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
+ * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
+ * operation.
*
*
* string name = 5;
@@ -825,7 +831,8 @@ public Builder clearName() {
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
- * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
+ * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
+ * operation.
*
*
* string name = 5;
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequestOrBuilder.java
index e38747c0b531..b1c0ab5baebd 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequestOrBuilder.java
@@ -17,7 +17,8 @@ public interface ListNotificationChannelsRequestOrBuilder
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
- * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
+ * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
+ * operation.
*
*
* string name = 5;
@@ -32,7 +33,8 @@ public interface ListNotificationChannelsRequestOrBuilder
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
- * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
+ * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
+ * operation.
*
*
* string name = 5;
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannel.java b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannel.java
index 71562842e300..9a6b671265f6 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannel.java
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannel.java
@@ -358,7 +358,9 @@ private VerificationStatus(int value) {
*
*
* The type of the notification channel. This field matches the
- * value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ * value of the
+ * [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ * field.
*
*
* string type = 1;
@@ -379,7 +381,9 @@ public java.lang.String getType() {
*
*
* The type of the notification channel. This field matches the
- * value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ * value of the
+ * [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ * field.
*
*
* string type = 1;
@@ -570,8 +574,8 @@ public int getLabelsCount() {
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -593,8 +597,8 @@ public java.util.Map
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -608,8 +612,8 @@ public java.util.Map
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -627,8 +631,8 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -1380,7 +1384,9 @@ public Builder mergeFrom(
*
*
* The type of the notification channel. This field matches the
- * value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ * value of the
+ * [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ * field.
*
*
* string type = 1;
@@ -1401,7 +1407,9 @@ public java.lang.String getType() {
*
*
* The type of the notification channel. This field matches the
- * value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ * value of the
+ * [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ * field.
*
*
* string type = 1;
@@ -1422,7 +1430,9 @@ public com.google.protobuf.ByteString getTypeBytes() {
*
*
* The type of the notification channel. This field matches the
- * value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ * value of the
+ * [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ * field.
*
*
* string type = 1;
@@ -1441,7 +1451,9 @@ public Builder setType(java.lang.String value) {
*
*
* The type of the notification channel. This field matches the
- * value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ * value of the
+ * [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ * field.
*
*
* string type = 1;
@@ -1457,7 +1469,9 @@ public Builder clearType() {
*
*
* The type of the notification channel. This field matches the
- * value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ * value of the
+ * [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ * field.
*
*
* string type = 1;
@@ -1821,8 +1835,8 @@ public int getLabelsCount() {
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -1844,8 +1858,8 @@ public java.util.Map
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -1859,8 +1873,8 @@ public java.util.Map
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -1879,8 +1893,8 @@ public java.lang.String getLabelsOrDefault(
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -1906,8 +1920,8 @@ public Builder clearLabels() {
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -1930,8 +1944,8 @@ public java.util.Map
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -1952,8 +1966,8 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelOrBuilder.java b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelOrBuilder.java
index 4ca8f1fae9c0..21aa61ed465f 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelOrBuilder.java
@@ -13,7 +13,9 @@ public interface NotificationChannelOrBuilder
*
*
* The type of the notification channel. This field matches the
- * value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ * value of the
+ * [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ * field.
*
*
* string type = 1;
@@ -24,7 +26,9 @@ public interface NotificationChannelOrBuilder
*
*
* The type of the notification channel. This field matches the
- * value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ * value of the
+ * [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ * field.
*
*
* string type = 1;
@@ -114,8 +118,8 @@ public interface NotificationChannelOrBuilder
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -127,8 +131,8 @@ public interface NotificationChannelOrBuilder
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -143,8 +147,8 @@ public interface NotificationChannelOrBuilder
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -156,8 +160,8 @@ public interface NotificationChannelOrBuilder
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
@@ -169,8 +173,8 @@ public interface NotificationChannelOrBuilder
*
* Configuration fields that define the channel and its behavior. The
* permissible and required labels are specified in the
- * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- * `NotificationChannelDescriptor` corresponding to the `type` field.
+ * [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ * of the `NotificationChannelDescriptor` corresponding to the `type` field.
*
*
* map<string, string> labels = 5;
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceTier.java b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceTier.java
index 6adcff24a682..38b1d6b04224 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceTier.java
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceTier.java
@@ -8,8 +8,9 @@
*
* * The tier of service for a Workspace. Please see the - * [service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers) - * for more details. + * [service tiers + * documentation](https://cloud.google.com/monitoring/workspaces/tiers) for more + * details. ** * Protobuf enum {@code google.monitoring.v3.ServiceTier} @@ -33,7 +34,8 @@ public enum ServiceTier implements com.google.protobuf.ProtocolMessageEnum { * The Stackdriver Basic tier, a free tier of service that provides basic * features, a moderate allotment of logs, and access to built-in metrics. * A number of features are not available in this tier. For more details, - * see [the service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers). + * see [the service tiers + * documentation](https://cloud.google.com/monitoring/workspaces/tiers). * * *
SERVICE_TIER_BASIC = 1;
@@ -46,7 +48,8 @@ public enum ServiceTier implements com.google.protobuf.ProtocolMessageEnum {
* The Stackdriver Premium tier, a higher, more expensive tier of service
* that provides access to all Stackdriver features, lets you use Stackdriver
* with AWS accounts, and has a larger allotments for logs and metrics. For
- * more details, see [the service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers).
+ * more details, see [the service tiers
+ * documentation](https://cloud.google.com/monitoring/workspaces/tiers).
*
*
* SERVICE_TIER_PREMIUM = 2;
@@ -73,7 +76,8 @@ public enum ServiceTier implements com.google.protobuf.ProtocolMessageEnum {
* The Stackdriver Basic tier, a free tier of service that provides basic
* features, a moderate allotment of logs, and access to built-in metrics.
* A number of features are not available in this tier. For more details,
- * see [the service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers).
+ * see [the service tiers
+ * documentation](https://cloud.google.com/monitoring/workspaces/tiers).
*
*
* SERVICE_TIER_BASIC = 1;
@@ -86,7 +90,8 @@ public enum ServiceTier implements com.google.protobuf.ProtocolMessageEnum {
* The Stackdriver Premium tier, a higher, more expensive tier of service
* that provides access to all Stackdriver features, lets you use Stackdriver
* with AWS accounts, and has a larger allotments for logs and metrics. For
- * more details, see [the service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers).
+ * more details, see [the service tiers
+ * documentation](https://cloud.google.com/monitoring/workspaces/tiers).
*
*
* SERVICE_TIER_PREMIUM = 2;
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto
index 1e22e61c7941..3b3e1dca29fb 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto
@@ -30,7 +30,6 @@ option java_outer_classname = "AlertProto";
option java_package = "com.google.monitoring.v3";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
-
// A description of the conditions under which some aspect of your system is
// considered to be "unhealthy" and the ways to notify people or services about
// this state. For an overview of alert policies, see
@@ -93,8 +92,10 @@ message AlertPolicy {
// are applied in the order specified.
//
// This field is similar to the one in the
- // [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- // It is advisable to use the `ListTimeSeries` method when debugging this field.
+ // [`MetricService.ListTimeSeries`
+ // request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ // is advisable to use the `ListTimeSeries` method when debugging this
+ // field.
repeated Aggregation aggregations = 8;
// A [filter](/monitoring/api/v3/filters) that identifies a time
@@ -188,8 +189,10 @@ message AlertPolicy {
// are applied in the order specified.
//
// This field is similar to the
- // one in the [`MetricService.ListTimeSeries` request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
- // It is advisable to use the `ListTimeSeries` method when debugging this field.
+ // one in the [`MetricService.ListTimeSeries`
+ // request](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). It
+ // is advisable to use the `ListTimeSeries` method when debugging this
+ // field.
repeated Aggregation aggregations = 5;
// The amount of time that a time series must fail to report new
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert_service.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert_service.proto
index c97e3dc0585f..0dedca1139d1 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert_service.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert_service.proto
@@ -29,7 +29,6 @@ option java_outer_classname = "AlertServiceProto";
option java_package = "com.google.monitoring.v3";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
-
// The AlertPolicyService API is used to manage (list, create, delete,
// edit) alert policies in Stackdriver Monitoring. An alerting policy is
// a description of the conditions under which some aspect of your
@@ -41,7 +40,8 @@ option php_namespace = "Google\\Cloud\\Monitoring\\V3";
// [Cloud Console](https://console.cloud.google.com/).
service AlertPolicyService {
// Lists the existing alerting policies for the project.
- rpc ListAlertPolicies(ListAlertPoliciesRequest) returns (ListAlertPoliciesResponse) {
+ rpc ListAlertPolicies(ListAlertPoliciesRequest)
+ returns (ListAlertPoliciesResponse) {
option (google.api.http) = {
get: "/v3/{name=projects/*}/alertPolicies"
};
@@ -63,7 +63,8 @@ service AlertPolicyService {
}
// Deletes an alerting policy.
- rpc DeleteAlertPolicy(DeleteAlertPolicyRequest) returns (google.protobuf.Empty) {
+ rpc DeleteAlertPolicy(DeleteAlertPolicyRequest)
+ returns (google.protobuf.Empty) {
option (google.api.http) = {
delete: "/v3/{name=projects/*/alertPolicies/*}"
};
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/common.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/common.proto
index f33af523bd2c..73ca2c4ade65 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/common.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/common.proto
@@ -29,7 +29,6 @@ option java_outer_classname = "CommonProto";
option java_package = "com.google.monitoring.v3";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
-
// A single strongly-typed value.
message TypedValue {
// The typed value field.
@@ -393,8 +392,9 @@ enum ComparisonType {
}
// The tier of service for a Workspace. Please see the
-// [service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers)
-// for more details.
+// [service tiers
+// documentation](https://cloud.google.com/monitoring/workspaces/tiers) for more
+// details.
enum ServiceTier {
option deprecated = true;
@@ -405,12 +405,14 @@ enum ServiceTier {
// The Stackdriver Basic tier, a free tier of service that provides basic
// features, a moderate allotment of logs, and access to built-in metrics.
// A number of features are not available in this tier. For more details,
- // see [the service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers).
+ // see [the service tiers
+ // documentation](https://cloud.google.com/monitoring/workspaces/tiers).
SERVICE_TIER_BASIC = 1;
// The Stackdriver Premium tier, a higher, more expensive tier of service
// that provides access to all Stackdriver features, lets you use Stackdriver
// with AWS accounts, and has a larger allotments for logs and metrics. For
- // more details, see [the service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers).
+ // more details, see [the service tiers
+ // documentation](https://cloud.google.com/monitoring/workspaces/tiers).
SERVICE_TIER_PREMIUM = 2;
}
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/dropped_labels.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/dropped_labels.proto
index 11287062e811..d832aa454528 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/dropped_labels.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/dropped_labels.proto
@@ -21,7 +21,6 @@ import "google/api/annotations.proto";
option go_package = "google.golang.org/genproto/googleapis/monitoring/v3;monitoring";
-
// A set of (label, value) pairs which were dropped during aggregation, attached
// to google.api.Distribution.Exemplars in google.api.Distribution values during
// aggregation.
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group.proto
index f7f49615bd74..ca46a0c0d6d8 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group.proto
@@ -24,7 +24,6 @@ option java_outer_classname = "GroupProto";
option java_package = "com.google.monitoring.v3";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
-
// The description of a dynamic collection of monitored resources. Each group
// has a filter that is matched against monitored resources and their associated
// metadata. If a group's filter matches an available monitored resource, then
@@ -67,7 +66,8 @@ message Group {
// For groups with no parent, `parentName` is the empty string, `""`.
string parent_name = 3;
- // The filter used to determine which monitored resources belong to this group.
+ // The filter used to determine which monitored resources belong to this
+ // group.
string filter = 5;
// If true, the members of this group are considered to be a cluster.
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group_service.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group_service.proto
index 4af7e3719a10..34e1d9e997e6 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group_service.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group_service.proto
@@ -30,7 +30,6 @@ option java_outer_classname = "GroupServiceProto";
option java_package = "com.google.monitoring.v3";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
-
// The Group API lets you inspect and manage your
// [groups](#google.monitoring.v3.Group).
//
@@ -83,7 +82,8 @@ service GroupService {
}
// Lists the monitored resources that are members of a group.
- rpc ListGroupMembers(ListGroupMembersRequest) returns (ListGroupMembersResponse) {
+ rpc ListGroupMembers(ListGroupMembersRequest)
+ returns (ListGroupMembersResponse) {
option (google.api.http) = {
get: "/v3/{name=projects/*/groups/*}/members"
};
@@ -96,9 +96,9 @@ message ListGroupsRequest {
// `"projects/{project_id_or_number}"`.
string name = 7;
- // An optional filter consisting of a single group name. The filters limit the
- // groups returned based on their parent-child relationship with the specified
- // group. If no filter is specified, all groups are returned.
+ // An optional filter consisting of a single group name. The filters limit
+ // the groups returned based on their parent-child relationship with the
+ // specified group. If no filter is specified, all groups are returned.
oneof filter {
// A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
// Returns groups whose `parentName` field contains the group
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric.proto
index 570313229cc9..c111d4fb4df2 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric.proto
@@ -30,7 +30,6 @@ option java_outer_classname = "MetricProto";
option java_package = "com.google.monitoring.v3";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
-
// A single data point in a time series.
message Point {
// The time interval to which the data point applies. For `GAUGE` metrics,
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto
index faf758e14a38..febd3f7b54aa 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto
@@ -33,33 +33,40 @@ option java_outer_classname = "MetricServiceProto";
option java_package = "com.google.monitoring.v3";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
-
// Manages metric descriptors, monitored resource descriptors, and
// time series data.
service MetricService {
- // Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
- rpc ListMonitoredResourceDescriptors(ListMonitoredResourceDescriptorsRequest) returns (ListMonitoredResourceDescriptorsResponse) {
+ // Lists monitored resource descriptors that match a filter. This method does
+ // not require a Stackdriver account.
+ rpc ListMonitoredResourceDescriptors(ListMonitoredResourceDescriptorsRequest)
+ returns (ListMonitoredResourceDescriptorsResponse) {
option (google.api.http) = {
get: "/v3/{name=projects/*}/monitoredResourceDescriptors"
};
}
- // Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
- rpc GetMonitoredResourceDescriptor(GetMonitoredResourceDescriptorRequest) returns (google.api.MonitoredResourceDescriptor) {
+ // Gets a single monitored resource descriptor. This method does not require a
+ // Stackdriver account.
+ rpc GetMonitoredResourceDescriptor(GetMonitoredResourceDescriptorRequest)
+ returns (google.api.MonitoredResourceDescriptor) {
option (google.api.http) = {
get: "/v3/{name=projects/*/monitoredResourceDescriptors/*}"
};
}
- // Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
- rpc ListMetricDescriptors(ListMetricDescriptorsRequest) returns (ListMetricDescriptorsResponse) {
+ // Lists metric descriptors that match a filter. This method does not require
+ // a Stackdriver account.
+ rpc ListMetricDescriptors(ListMetricDescriptorsRequest)
+ returns (ListMetricDescriptorsResponse) {
option (google.api.http) = {
get: "/v3/{name=projects/*}/metricDescriptors"
};
}
- // Gets a single metric descriptor. This method does not require a Stackdriver account.
- rpc GetMetricDescriptor(GetMetricDescriptorRequest) returns (google.api.MetricDescriptor) {
+ // Gets a single metric descriptor. This method does not require a Stackdriver
+ // account.
+ rpc GetMetricDescriptor(GetMetricDescriptorRequest)
+ returns (google.api.MetricDescriptor) {
option (google.api.http) = {
get: "/v3/{name=projects/*/metricDescriptors/**}"
};
@@ -68,7 +75,8 @@ service MetricService {
// Creates a new metric descriptor.
// User-created metric descriptors define
// [custom metrics](/monitoring/custom-metrics).
- rpc CreateMetricDescriptor(CreateMetricDescriptorRequest) returns (google.api.MetricDescriptor) {
+ rpc CreateMetricDescriptor(CreateMetricDescriptorRequest)
+ returns (google.api.MetricDescriptor) {
option (google.api.http) = {
post: "/v3/{name=projects/*}/metricDescriptors"
body: "metric_descriptor"
@@ -77,13 +85,15 @@ service MetricService {
// Deletes a metric descriptor. Only user-created
// [custom metrics](/monitoring/custom-metrics) can be deleted.
- rpc DeleteMetricDescriptor(DeleteMetricDescriptorRequest) returns (google.protobuf.Empty) {
+ rpc DeleteMetricDescriptor(DeleteMetricDescriptorRequest)
+ returns (google.protobuf.Empty) {
option (google.api.http) = {
delete: "/v3/{name=projects/*/metricDescriptors/**}"
};
}
- // 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.
rpc ListTimeSeries(ListTimeSeriesRequest) returns (ListTimeSeriesResponse) {
option (google.api.http) = {
get: "/v3/{name=projects/*}/timeSeries"
@@ -94,7 +104,8 @@ service MetricService {
// The response is empty if all time series in the request were written.
// If any time series could not be written, a corresponding failure message is
// included in the error response.
- rpc CreateTimeSeries(CreateTimeSeriesRequest) returns (google.protobuf.Empty) {
+ rpc CreateTimeSeries(CreateTimeSeriesRequest)
+ returns (google.protobuf.Empty) {
option (google.api.http) = {
post: "/v3/{name=projects/*}/timeSeries"
body: "*"
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/mutation_record.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/mutation_record.proto
index 5f85864fe494..c87e2ebcc6e5 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/mutation_record.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/mutation_record.proto
@@ -26,7 +26,6 @@ option java_outer_classname = "MutationRecordProto";
option java_package = "com.google.monitoring.v3";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
-
// Describes a change made to a configuration.
message MutationRecord {
// When the change occurred.
diff --git a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/notification.proto b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/notification.proto
index ac042762d3d1..f2812548e9db 100644
--- a/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/notification.proto
+++ b/google-api-grpc/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/notification.proto
@@ -29,7 +29,6 @@ option java_outer_classname = "NotificationProto";
option java_package = "com.google.monitoring.v3";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
-
// A description of a notification channel. The descriptor includes
// the properties of the channel and the set of labels or fields that
// must be specified to configure channels of a given type.
@@ -95,7 +94,9 @@ message NotificationChannel {
}
// The type of the notification channel. This field matches the
- // value of the [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type] field.
+ // value of the
+ // [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
+ // field.
string type = 1;
// The full REST resource name for this channel. The syntax is:
@@ -118,8 +119,8 @@ message NotificationChannel {
// Configuration fields that define the channel and its behavior. The
// permissible and required labels are specified in the
- // [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels] of the
- // `NotificationChannelDescriptor` corresponding to the `type` field.
+ // [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
+ // of the `NotificationChannelDescriptor` corresponding to the `type` field.
map