You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-monitoring/google-api-grpc/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricServiceGrpc.java
+20-40Lines changed: 20 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -520,8 +520,7 @@ public abstract static class MetricServiceImplBase implements io.grpc.BindableSe
520
520
*
521
521
*
522
522
* <pre>
523
-
* Lists monitored resource descriptors that match a filter. This method does
524
-
* not require a Stackdriver account.
523
+
* Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
525
524
* </pre>
526
525
*/
527
526
publicvoidlistMonitoredResourceDescriptors(
@@ -537,8 +536,7 @@ public void listMonitoredResourceDescriptors(
537
536
*
538
537
*
539
538
* <pre>
540
-
* Gets a single monitored resource descriptor. This method does not require a
541
-
* Stackdriver account.
539
+
* Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
542
540
* </pre>
543
541
*/
544
542
publicvoidgetMonitoredResourceDescriptor(
@@ -552,8 +550,7 @@ public void getMonitoredResourceDescriptor(
552
550
*
553
551
*
554
552
* <pre>
555
-
* Lists metric descriptors that match a filter. This method does not require
556
-
* a Stackdriver account.
553
+
* Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
557
554
* </pre>
558
555
*/
559
556
publicvoidlistMetricDescriptors(
@@ -567,8 +564,7 @@ public void listMetricDescriptors(
567
564
*
568
565
*
569
566
* <pre>
570
-
* Gets a single metric descriptor. This method does not require a Stackdriver
571
-
* account.
567
+
* Gets a single metric descriptor. This method does not require a Stackdriver account.
572
568
* </pre>
573
569
*/
574
570
publicvoidgetMetricDescriptor(
@@ -610,8 +606,7 @@ public void deleteMetricDescriptor(
610
606
*
611
607
*
612
608
* <pre>
613
-
* Lists time series that match a filter. This method does not require a
614
-
* Stackdriver account.
609
+
* Lists time series that match a filter. This method does not require a Stackdriver account.
615
610
* </pre>
616
611
*/
617
612
publicvoidlistTimeSeries(
@@ -722,8 +717,7 @@ protected MetricServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions c
722
717
*
723
718
*
724
719
* <pre>
725
-
* Lists monitored resource descriptors that match a filter. This method does
726
-
* not require a Stackdriver account.
720
+
* Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
727
721
* </pre>
728
722
*/
729
723
publicvoidlistMonitoredResourceDescriptors(
@@ -741,8 +735,7 @@ public void listMonitoredResourceDescriptors(
741
735
*
742
736
*
743
737
* <pre>
744
-
* Gets a single monitored resource descriptor. This method does not require a
745
-
* Stackdriver account.
738
+
* Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
746
739
* </pre>
747
740
*/
748
741
publicvoidgetMonitoredResourceDescriptor(
@@ -758,8 +751,7 @@ public void getMonitoredResourceDescriptor(
758
751
*
759
752
*
760
753
* <pre>
761
-
* Lists metric descriptors that match a filter. This method does not require
762
-
* a Stackdriver account.
754
+
* Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
763
755
* </pre>
764
756
*/
765
757
publicvoidlistMetricDescriptors(
@@ -776,8 +768,7 @@ public void listMetricDescriptors(
776
768
*
777
769
*
778
770
* <pre>
779
-
* Gets a single metric descriptor. This method does not require a Stackdriver
780
-
* account.
771
+
* Gets a single metric descriptor. This method does not require a Stackdriver account.
781
772
* </pre>
782
773
*/
783
774
publicvoidgetMetricDescriptor(
@@ -828,8 +819,7 @@ public void deleteMetricDescriptor(
828
819
*
829
820
*
830
821
* <pre>
831
-
* Lists time series that match a filter. This method does not require a
832
-
* Stackdriver account.
822
+
* Lists time series that match a filter. This method does not require a Stackdriver account.
0 commit comments