Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 790394e

Browse files
docs: fix remaining broken links (#237)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 443508623 Source-Link: googleapis/googleapis@fd6935f Source-Link: https://github.com/googleapis/googleapis-gen/commit/4f659e3b8ace2e86c027c4feca9decd6ee58c64c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGY2NTllM2I4YWNlMmU4NmMwMjdjNGZlY2E5ZGVjZDZlZTU4YzY0YyJ9
1 parent fdccaa9 commit 790394e

20 files changed

+108
-108
lines changed

google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/ServiceManagerClient.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ public final UnaryCallable<CreateServiceRequest, Operation> createServiceCallabl
525525
* }</pre>
526526
*
527527
* @param serviceName Required. The name of the service. See the
528-
* [overview](/service-management/overview) for naming requirements. For example:
529-
* `example.googleapis.com`.
528+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming
529+
* requirements. For example: `example.googleapis.com`.
530530
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
531531
*/
532532
public final OperationFuture<Empty, OperationMetadata> deleteServiceAsync(String serviceName) {
@@ -634,8 +634,8 @@ public final UnaryCallable<DeleteServiceRequest, Operation> deleteServiceCallabl
634634
* }</pre>
635635
*
636636
* @param serviceName Required. The name of the service. See the
637-
* [overview](/service-management/overview) for naming requirements. For example:
638-
* `example.googleapis.com`.
637+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming
638+
* requirements. For example: `example.googleapis.com`.
639639
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
640640
*/
641641
public final OperationFuture<UndeleteServiceResponse, OperationMetadata> undeleteServiceAsync(
@@ -739,8 +739,8 @@ public final UnaryCallable<UndeleteServiceRequest, Operation> undeleteServiceCal
739739
* }</pre>
740740
*
741741
* @param serviceName Required. The name of the service. See the
742-
* [overview](/service-management/overview) for naming requirements. For example:
743-
* `example.googleapis.com`.
742+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming
743+
* requirements. For example: `example.googleapis.com`.
744744
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
745745
*/
746746
public final ListServiceConfigsPagedResponse listServiceConfigs(String serviceName) {
@@ -859,8 +859,8 @@ public final ListServiceConfigsPagedResponse listServiceConfigs(
859859
* }</pre>
860860
*
861861
* @param serviceName Required. The name of the service. See the
862-
* [overview](/service-management/overview) for naming requirements. For example:
863-
* `example.googleapis.com`.
862+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming
863+
* requirements. For example: `example.googleapis.com`.
864864
* @param configId Required. The id of the service configuration resource.
865865
* <p>This field must be specified for the server to return all fields, including
866866
* `SourceInfo`.
@@ -946,8 +946,8 @@ public final UnaryCallable<GetServiceConfigRequest, Service> getServiceConfigCal
946946
* }</pre>
947947
*
948948
* @param serviceName Required. The name of the service. See the
949-
* [overview](/service-management/overview) for naming requirements. For example:
950-
* `example.googleapis.com`.
949+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming
950+
* requirements. For example: `example.googleapis.com`.
951951
* @param serviceConfig Required. The service configuration resource.
952952
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
953953
*/
@@ -1046,8 +1046,8 @@ public final UnaryCallable<CreateServiceConfigRequest, Service> createServiceCon
10461046
* }</pre>
10471047
*
10481048
* @param serviceName Required. The name of the service. See the
1049-
* [overview](/service-management/overview) for naming requirements. For example:
1050-
* `example.googleapis.com`.
1049+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming
1050+
* requirements. For example: `example.googleapis.com`.
10511051
* @param configSource Required. The source configuration for the service.
10521052
* @param validateOnly Optional. If set, this will result in the generation of a
10531053
* `google.api.Service` configuration based on the `ConfigSource` provided, but the generated
@@ -1190,8 +1190,8 @@ public final UnaryCallable<SubmitConfigSourceRequest, Operation> submitConfigSou
11901190
* }</pre>
11911191
*
11921192
* @param serviceName Required. The name of the service. See the
1193-
* [overview](/service-management/overview) for naming requirements. For example:
1194-
* `example.googleapis.com`.
1193+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming
1194+
* requirements. For example: `example.googleapis.com`.
11951195
* @param filter Required. Use `filter` to return subset of rollouts. The following filters are
11961196
* supported: -- To limit the results to only those in status
11971197
* (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', use filter='status=SUCCESS' --
@@ -1321,8 +1321,8 @@ public final ListServiceRolloutsPagedResponse listServiceRollouts(
13211321
* }</pre>
13221322
*
13231323
* @param serviceName Required. The name of the service. See the
1324-
* [overview](/service-management/overview) for naming requirements. For example:
1325-
* `example.googleapis.com`.
1324+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming
1325+
* requirements. For example: `example.googleapis.com`.
13261326
* @param rolloutId Required. The id of the rollout resource.
13271327
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
13281328
*/
@@ -1409,8 +1409,8 @@ public final UnaryCallable<GetServiceRolloutRequest, Rollout> getServiceRolloutC
14091409
* }</pre>
14101410
*
14111411
* @param serviceName Required. The name of the service. See the
1412-
* [overview](/service-management/overview) for naming requirements. For example:
1413-
* `example.googleapis.com`.
1412+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming
1413+
* requirements. For example: `example.googleapis.com`.
14141414
* @param rollout Required. The rollout resource. The `service_name` field is output only.
14151415
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
14161416
*/

proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
133133
*
134134
* <pre>
135135
* Required. The name of the service. See the
136-
* [overview](/service-management/overview) for naming requirements. For
136+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
137137
* example: `example.googleapis.com`.
138138
* </pre>
139139
*
@@ -158,7 +158,7 @@ public java.lang.String getServiceName() {
158158
*
159159
* <pre>
160160
* Required. The name of the service. See the
161-
* [overview](/service-management/overview) for naming requirements. For
161+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
162162
* example: `example.googleapis.com`.
163163
* </pre>
164164
*
@@ -581,7 +581,7 @@ public Builder mergeFrom(
581581
*
582582
* <pre>
583583
* Required. The name of the service. See the
584-
* [overview](/service-management/overview) for naming requirements. For
584+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
585585
* example: `example.googleapis.com`.
586586
* </pre>
587587
*
@@ -605,7 +605,7 @@ public java.lang.String getServiceName() {
605605
*
606606
* <pre>
607607
* Required. The name of the service. See the
608-
* [overview](/service-management/overview) for naming requirements. For
608+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
609609
* example: `example.googleapis.com`.
610610
* </pre>
611611
*
@@ -629,7 +629,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() {
629629
*
630630
* <pre>
631631
* Required. The name of the service. See the
632-
* [overview](/service-management/overview) for naming requirements. For
632+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
633633
* example: `example.googleapis.com`.
634634
* </pre>
635635
*
@@ -652,7 +652,7 @@ public Builder setServiceName(java.lang.String value) {
652652
*
653653
* <pre>
654654
* Required. The name of the service. See the
655-
* [overview](/service-management/overview) for naming requirements. For
655+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
656656
* example: `example.googleapis.com`.
657657
* </pre>
658658
*
@@ -671,7 +671,7 @@ public Builder clearServiceName() {
671671
*
672672
* <pre>
673673
* Required. The name of the service. See the
674-
* [overview](/service-management/overview) for naming requirements. For
674+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
675675
* example: `example.googleapis.com`.
676676
* </pre>
677677
*

proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequestOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface CreateServiceConfigRequestOrBuilder
2828
*
2929
* <pre>
3030
* Required. The name of the service. See the
31-
* [overview](/service-management/overview) for naming requirements. For
31+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
3232
* example: `example.googleapis.com`.
3333
* </pre>
3434
*
@@ -42,7 +42,7 @@ public interface CreateServiceConfigRequestOrBuilder
4242
*
4343
* <pre>
4444
* Required. The name of the service. See the
45-
* [overview](/service-management/overview) for naming requirements. For
45+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
4646
* example: `example.googleapis.com`.
4747
* </pre>
4848
*

proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
134134
*
135135
* <pre>
136136
* Required. The name of the service. See the
137-
* [overview](/service-management/overview) for naming requirements. For
137+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
138138
* example: `example.googleapis.com`.
139139
* </pre>
140140
*
@@ -159,7 +159,7 @@ public java.lang.String getServiceName() {
159159
*
160160
* <pre>
161161
* Required. The name of the service. See the
162-
* [overview](/service-management/overview) for naming requirements. For
162+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
163163
* example: `example.googleapis.com`.
164164
* </pre>
165165
*
@@ -591,7 +591,7 @@ public Builder mergeFrom(
591591
*
592592
* <pre>
593593
* Required. The name of the service. See the
594-
* [overview](/service-management/overview) for naming requirements. For
594+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
595595
* example: `example.googleapis.com`.
596596
* </pre>
597597
*
@@ -615,7 +615,7 @@ public java.lang.String getServiceName() {
615615
*
616616
* <pre>
617617
* Required. The name of the service. See the
618-
* [overview](/service-management/overview) for naming requirements. For
618+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
619619
* example: `example.googleapis.com`.
620620
* </pre>
621621
*
@@ -639,7 +639,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() {
639639
*
640640
* <pre>
641641
* Required. The name of the service. See the
642-
* [overview](/service-management/overview) for naming requirements. For
642+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
643643
* example: `example.googleapis.com`.
644644
* </pre>
645645
*
@@ -662,7 +662,7 @@ public Builder setServiceName(java.lang.String value) {
662662
*
663663
* <pre>
664664
* Required. The name of the service. See the
665-
* [overview](/service-management/overview) for naming requirements. For
665+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
666666
* example: `example.googleapis.com`.
667667
* </pre>
668668
*
@@ -681,7 +681,7 @@ public Builder clearServiceName() {
681681
*
682682
* <pre>
683683
* Required. The name of the service. See the
684-
* [overview](/service-management/overview) for naming requirements. For
684+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
685685
* example: `example.googleapis.com`.
686686
* </pre>
687687
*

proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequestOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface CreateServiceRolloutRequestOrBuilder
2828
*
2929
* <pre>
3030
* Required. The name of the service. See the
31-
* [overview](/service-management/overview) for naming requirements. For
31+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
3232
* example: `example.googleapis.com`.
3333
* </pre>
3434
*
@@ -42,7 +42,7 @@ public interface CreateServiceRolloutRequestOrBuilder
4242
*
4343
* <pre>
4444
* Required. The name of the service. See the
45-
* [overview](/service-management/overview) for naming requirements. For
45+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
4646
* example: `example.googleapis.com`.
4747
* </pre>
4848
*

proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
118118
*
119119
* <pre>
120120
* Required. The name of the service. See the
121-
* [overview](/service-management/overview) for naming requirements. For
121+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
122122
* example: `example.googleapis.com`.
123123
* </pre>
124124
*
@@ -143,7 +143,7 @@ public java.lang.String getServiceName() {
143143
*
144144
* <pre>
145145
* Required. The name of the service. See the
146-
* [overview](/service-management/overview) for naming requirements. For
146+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
147147
* example: `example.googleapis.com`.
148148
* </pre>
149149
*
@@ -489,7 +489,7 @@ public Builder mergeFrom(
489489
*
490490
* <pre>
491491
* Required. The name of the service. See the
492-
* [overview](/service-management/overview) for naming requirements. For
492+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
493493
* example: `example.googleapis.com`.
494494
* </pre>
495495
*
@@ -513,7 +513,7 @@ public java.lang.String getServiceName() {
513513
*
514514
* <pre>
515515
* Required. The name of the service. See the
516-
* [overview](/service-management/overview) for naming requirements. For
516+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
517517
* example: `example.googleapis.com`.
518518
* </pre>
519519
*
@@ -537,7 +537,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() {
537537
*
538538
* <pre>
539539
* Required. The name of the service. See the
540-
* [overview](/service-management/overview) for naming requirements. For
540+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
541541
* example: `example.googleapis.com`.
542542
* </pre>
543543
*
@@ -560,7 +560,7 @@ public Builder setServiceName(java.lang.String value) {
560560
*
561561
* <pre>
562562
* Required. The name of the service. See the
563-
* [overview](/service-management/overview) for naming requirements. For
563+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
564564
* example: `example.googleapis.com`.
565565
* </pre>
566566
*
@@ -579,7 +579,7 @@ public Builder clearServiceName() {
579579
*
580580
* <pre>
581581
* Required. The name of the service. See the
582-
* [overview](/service-management/overview) for naming requirements. For
582+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
583583
* example: `example.googleapis.com`.
584584
* </pre>
585585
*

proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequestOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface DeleteServiceRequestOrBuilder
2828
*
2929
* <pre>
3030
* Required. The name of the service. See the
31-
* [overview](/service-management/overview) for naming requirements. For
31+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
3232
* example: `example.googleapis.com`.
3333
* </pre>
3434
*
@@ -42,7 +42,7 @@ public interface DeleteServiceRequestOrBuilder
4242
*
4343
* <pre>
4444
* Required. The name of the service. See the
45-
* [overview](/service-management/overview) for naming requirements. For
45+
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
4646
* example: `example.googleapis.com`.
4747
* </pre>
4848
*

0 commit comments

Comments
 (0)