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
{{ message }}
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateUptimeCheckConfigRequest.java
+21-14Lines changed: 21 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
134
134
*
135
135
*
136
136
* <pre>
137
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
138
-
* which to create the Uptime check. The format is:
137
+
* Required. The
138
+
* [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
139
+
* to create the Uptime check. The format is:
139
140
* projects/[PROJECT_ID_OR_NUMBER]
140
141
* </pre>
141
142
*
@@ -161,8 +162,9 @@ public java.lang.String getParent() {
161
162
*
162
163
*
163
164
* <pre>
164
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
165
-
* which to create the Uptime check. The format is:
165
+
* Required. The
166
+
* [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
167
+
* to create the Uptime check. The format is:
166
168
* projects/[PROJECT_ID_OR_NUMBER]
167
169
* </pre>
168
170
*
@@ -591,8 +593,9 @@ public Builder mergeFrom(
591
593
*
592
594
*
593
595
* <pre>
594
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
595
-
* which to create the Uptime check. The format is:
596
+
* Required. The
597
+
* [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
598
+
* to create the Uptime check. The format is:
596
599
* projects/[PROJECT_ID_OR_NUMBER]
597
600
* </pre>
598
601
*
@@ -617,8 +620,9 @@ public java.lang.String getParent() {
617
620
*
618
621
*
619
622
* <pre>
620
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
621
-
* which to create the Uptime check. The format is:
623
+
* Required. The
624
+
* [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
625
+
* to create the Uptime check. The format is:
622
626
* projects/[PROJECT_ID_OR_NUMBER]
623
627
* </pre>
624
628
*
@@ -643,8 +647,9 @@ public com.google.protobuf.ByteString getParentBytes() {
643
647
*
644
648
*
645
649
* <pre>
646
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
647
-
* which to create the Uptime check. The format is:
650
+
* Required. The
651
+
* [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
652
+
* to create the Uptime check. The format is:
648
653
* projects/[PROJECT_ID_OR_NUMBER]
649
654
* </pre>
650
655
*
@@ -668,8 +673,9 @@ public Builder setParent(java.lang.String value) {
668
673
*
669
674
*
670
675
* <pre>
671
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
672
-
* which to create the Uptime check. The format is:
676
+
* Required. The
677
+
* [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
678
+
* to create the Uptime check. The format is:
673
679
* projects/[PROJECT_ID_OR_NUMBER]
674
680
* </pre>
675
681
*
@@ -689,8 +695,9 @@ public Builder clearParent() {
689
695
*
690
696
*
691
697
* <pre>
692
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
693
-
* which to create the Uptime check. The format is:
698
+
* Required. The
699
+
* [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
Copy file name to clipboardExpand all lines: proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateUptimeCheckConfigRequestOrBuilder.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,9 @@ public interface CreateUptimeCheckConfigRequestOrBuilder
27
27
*
28
28
*
29
29
* <pre>
30
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
31
-
* which to create the Uptime check. The format is:
30
+
* Required. The
31
+
* [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
32
+
* to create the Uptime check. The format is:
32
33
* projects/[PROJECT_ID_OR_NUMBER]
33
34
* </pre>
34
35
*
@@ -43,8 +44,9 @@ public interface CreateUptimeCheckConfigRequestOrBuilder
43
44
*
44
45
*
45
46
* <pre>
46
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
47
-
* which to create the Uptime check. The format is:
47
+
* Required. The
48
+
* [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
Copy file name to clipboardExpand all lines: proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListUptimeCheckConfigsRequest.java
+21-14Lines changed: 21 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -130,8 +130,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
130
130
*
131
131
*
132
132
* <pre>
133
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
134
-
* whose Uptime check configurations are listed. The format is:
Copy file name to clipboardExpand all lines: proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListUptimeCheckConfigsRequestOrBuilder.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,9 @@ public interface ListUptimeCheckConfigsRequestOrBuilder
27
27
*
28
28
*
29
29
* <pre>
30
-
* Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
31
-
* whose Uptime check configurations are listed. The format is:
0 commit comments