Skip to content

Commit 1ab6636

Browse files
docs: fix broken links (#126)
* docs: fix remaining broken links PiperOrigin-RevId: 443508623 Source-Link: googleapis/googleapis@fd6935f Source-Link: googleapis/googleapis-gen@4f659e3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGY2NTllM2I4YWNlMmU4NmMwMjdjNGZlY2E5ZGVjZDZlZTU4YzY0YyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9508224 commit 1ab6636

File tree

3 files changed

+81
-54
lines changed

3 files changed

+81
-54
lines changed

packages/google-cloud-service-management/google/cloud/servicemanagement_v1/services/service_manager/async_client.py

+27-18
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,9 @@ def sample_delete_service():
598598
method.
599599
service_name (:class:`str`):
600600
Required. The name of the service. See the
601-
`overview </service-management/overview>`__ for naming
602-
requirements. For example: ``example.googleapis.com``.
601+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
602+
for naming requirements. For example:
603+
``example.googleapis.com``.
603604
604605
This corresponds to the ``service_name`` field
605606
on the ``request`` instance; if ``request`` is provided, this
@@ -719,8 +720,9 @@ def sample_undelete_service():
719720
method.
720721
service_name (:class:`str`):
721722
Required. The name of the service. See the
722-
`overview </service-management/overview>`__ for naming
723-
requirements. For example: ``example.googleapis.com``.
723+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
724+
for naming requirements. For example:
725+
``example.googleapis.com``.
724726
725727
This corresponds to the ``service_name`` field
726728
on the ``request`` instance; if ``request`` is provided, this
@@ -822,8 +824,9 @@ def sample_list_service_configs():
822824
ListServiceConfigs method.
823825
service_name (:class:`str`):
824826
Required. The name of the service. See the
825-
`overview </service-management/overview>`__ for naming
826-
requirements. For example: ``example.googleapis.com``.
827+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
828+
for naming requirements. For example:
829+
``example.googleapis.com``.
827830
828831
This corresponds to the ``service_name`` field
829832
on the ``request`` instance; if ``request`` is provided, this
@@ -928,8 +931,9 @@ def sample_get_service_config():
928931
method.
929932
service_name (:class:`str`):
930933
Required. The name of the service. See the
931-
`overview </service-management/overview>`__ for naming
932-
requirements. For example: ``example.googleapis.com``.
934+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
935+
for naming requirements. For example:
936+
``example.googleapis.com``.
933937
934938
This corresponds to the ``service_name`` field
935939
on the ``request`` instance; if ``request`` is provided, this
@@ -1065,8 +1069,9 @@ def sample_create_service_config():
10651069
CreateServiceConfig method.
10661070
service_name (:class:`str`):
10671071
Required. The name of the service. See the
1068-
`overview </service-management/overview>`__ for naming
1069-
requirements. For example: ``example.googleapis.com``.
1072+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1073+
for naming requirements. For example:
1074+
``example.googleapis.com``.
10701075
10711076
This corresponds to the ``service_name`` field
10721077
on the ``request`` instance; if ``request`` is provided, this
@@ -1199,8 +1204,9 @@ def sample_submit_config_source():
11991204
SubmitConfigSource method.
12001205
service_name (:class:`str`):
12011206
Required. The name of the service. See the
1202-
`overview </service-management/overview>`__ for naming
1203-
requirements. For example: ``example.googleapis.com``.
1207+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1208+
for naming requirements. For example:
1209+
``example.googleapis.com``.
12041210
12051211
This corresponds to the ``service_name`` field
12061212
on the ``request`` instance; if ``request`` is provided, this
@@ -1325,8 +1331,9 @@ def sample_list_service_rollouts():
13251331
'ListServiceRollouts'
13261332
service_name (:class:`str`):
13271333
Required. The name of the service. See the
1328-
`overview </service-management/overview>`__ for naming
1329-
requirements. For example: ``example.googleapis.com``.
1334+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1335+
for naming requirements. For example:
1336+
``example.googleapis.com``.
13301337
13311338
This corresponds to the ``service_name`` field
13321339
on the ``request`` instance; if ``request`` is provided, this
@@ -1446,8 +1453,9 @@ def sample_get_service_rollout():
14461453
GetServiceRollout method.
14471454
service_name (:class:`str`):
14481455
Required. The name of the service. See the
1449-
`overview </service-management/overview>`__ for naming
1450-
requirements. For example: ``example.googleapis.com``.
1456+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1457+
for naming requirements. For example:
1458+
``example.googleapis.com``.
14511459
14521460
This corresponds to the ``service_name`` field
14531461
on the ``request`` instance; if ``request`` is provided, this
@@ -1570,8 +1578,9 @@ def sample_create_service_rollout():
15701578
'CreateServiceRollout'
15711579
service_name (:class:`str`):
15721580
Required. The name of the service. See the
1573-
`overview </service-management/overview>`__ for naming
1574-
requirements. For example: ``example.googleapis.com``.
1581+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1582+
for naming requirements. For example:
1583+
``example.googleapis.com``.
15751584
15761585
This corresponds to the ``service_name`` field
15771586
on the ``request`` instance; if ``request`` is provided, this

packages/google-cloud-service-management/google/cloud/servicemanagement_v1/services/service_manager/client.py

+27-18
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,9 @@ def sample_delete_service():
802802
method.
803803
service_name (str):
804804
Required. The name of the service. See the
805-
`overview </service-management/overview>`__ for naming
806-
requirements. For example: ``example.googleapis.com``.
805+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
806+
for naming requirements. For example:
807+
``example.googleapis.com``.
807808
808809
This corresponds to the ``service_name`` field
809810
on the ``request`` instance; if ``request`` is provided, this
@@ -923,8 +924,9 @@ def sample_undelete_service():
923924
method.
924925
service_name (str):
925926
Required. The name of the service. See the
926-
`overview </service-management/overview>`__ for naming
927-
requirements. For example: ``example.googleapis.com``.
927+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
928+
for naming requirements. For example:
929+
``example.googleapis.com``.
928930
929931
This corresponds to the ``service_name`` field
930932
on the ``request`` instance; if ``request`` is provided, this
@@ -1026,8 +1028,9 @@ def sample_list_service_configs():
10261028
ListServiceConfigs method.
10271029
service_name (str):
10281030
Required. The name of the service. See the
1029-
`overview </service-management/overview>`__ for naming
1030-
requirements. For example: ``example.googleapis.com``.
1031+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1032+
for naming requirements. For example:
1033+
``example.googleapis.com``.
10311034
10321035
This corresponds to the ``service_name`` field
10331036
on the ``request`` instance; if ``request`` is provided, this
@@ -1132,8 +1135,9 @@ def sample_get_service_config():
11321135
method.
11331136
service_name (str):
11341137
Required. The name of the service. See the
1135-
`overview </service-management/overview>`__ for naming
1136-
requirements. For example: ``example.googleapis.com``.
1138+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1139+
for naming requirements. For example:
1140+
``example.googleapis.com``.
11371141
11381142
This corresponds to the ``service_name`` field
11391143
on the ``request`` instance; if ``request`` is provided, this
@@ -1269,8 +1273,9 @@ def sample_create_service_config():
12691273
CreateServiceConfig method.
12701274
service_name (str):
12711275
Required. The name of the service. See the
1272-
`overview </service-management/overview>`__ for naming
1273-
requirements. For example: ``example.googleapis.com``.
1276+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1277+
for naming requirements. For example:
1278+
``example.googleapis.com``.
12741279
12751280
This corresponds to the ``service_name`` field
12761281
on the ``request`` instance; if ``request`` is provided, this
@@ -1403,8 +1408,9 @@ def sample_submit_config_source():
14031408
SubmitConfigSource method.
14041409
service_name (str):
14051410
Required. The name of the service. See the
1406-
`overview </service-management/overview>`__ for naming
1407-
requirements. For example: ``example.googleapis.com``.
1411+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1412+
for naming requirements. For example:
1413+
``example.googleapis.com``.
14081414
14091415
This corresponds to the ``service_name`` field
14101416
on the ``request`` instance; if ``request`` is provided, this
@@ -1529,8 +1535,9 @@ def sample_list_service_rollouts():
15291535
'ListServiceRollouts'
15301536
service_name (str):
15311537
Required. The name of the service. See the
1532-
`overview </service-management/overview>`__ for naming
1533-
requirements. For example: ``example.googleapis.com``.
1538+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1539+
for naming requirements. For example:
1540+
``example.googleapis.com``.
15341541
15351542
This corresponds to the ``service_name`` field
15361543
on the ``request`` instance; if ``request`` is provided, this
@@ -1650,8 +1657,9 @@ def sample_get_service_rollout():
16501657
GetServiceRollout method.
16511658
service_name (str):
16521659
Required. The name of the service. See the
1653-
`overview </service-management/overview>`__ for naming
1654-
requirements. For example: ``example.googleapis.com``.
1660+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1661+
for naming requirements. For example:
1662+
``example.googleapis.com``.
16551663
16561664
This corresponds to the ``service_name`` field
16571665
on the ``request`` instance; if ``request`` is provided, this
@@ -1774,8 +1782,9 @@ def sample_create_service_rollout():
17741782
'CreateServiceRollout'
17751783
service_name (str):
17761784
Required. The name of the service. See the
1777-
`overview </service-management/overview>`__ for naming
1778-
requirements. For example: ``example.googleapis.com``.
1785+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
1786+
for naming requirements. For example:
1787+
``example.googleapis.com``.
17791788
17801789
This corresponds to the ``service_name`` field
17811790
on the ``request`` instance; if ``request`` is provided, this

packages/google-cloud-service-management/google/cloud/servicemanagement_v1/types/servicemanager.py

+27-18
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ class DeleteServiceRequest(proto.Message):
151151
Attributes:
152152
service_name (str):
153153
Required. The name of the service. See the
154-
`overview </service-management/overview>`__ for naming
155-
requirements. For example: ``example.googleapis.com``.
154+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
155+
for naming requirements. For example:
156+
``example.googleapis.com``.
156157
"""
157158

158159
service_name = proto.Field(
@@ -167,8 +168,9 @@ class UndeleteServiceRequest(proto.Message):
167168
Attributes:
168169
service_name (str):
169170
Required. The name of the service. See the
170-
`overview </service-management/overview>`__ for naming
171-
requirements. For example: ``example.googleapis.com``.
171+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
172+
for naming requirements. For example:
173+
``example.googleapis.com``.
172174
"""
173175

174176
service_name = proto.Field(
@@ -198,8 +200,9 @@ class GetServiceConfigRequest(proto.Message):
198200
Attributes:
199201
service_name (str):
200202
Required. The name of the service. See the
201-
`overview </service-management/overview>`__ for naming
202-
requirements. For example: ``example.googleapis.com``.
203+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
204+
for naming requirements. For example:
205+
``example.googleapis.com``.
203206
config_id (str):
204207
Required. The id of the service configuration resource.
205208
@@ -236,8 +239,9 @@ class ListServiceConfigsRequest(proto.Message):
236239
Attributes:
237240
service_name (str):
238241
Required. The name of the service. See the
239-
`overview </service-management/overview>`__ for naming
240-
requirements. For example: ``example.googleapis.com``.
242+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
243+
for naming requirements. For example:
244+
``example.googleapis.com``.
241245
page_token (str):
242246
The token of the page to retrieve.
243247
page_size (int):
@@ -291,8 +295,9 @@ class CreateServiceConfigRequest(proto.Message):
291295
Attributes:
292296
service_name (str):
293297
Required. The name of the service. See the
294-
`overview </service-management/overview>`__ for naming
295-
requirements. For example: ``example.googleapis.com``.
298+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
299+
for naming requirements. For example:
300+
``example.googleapis.com``.
296301
service_config (google.api.service_pb2.Service):
297302
Required. The service configuration resource.
298303
"""
@@ -314,8 +319,9 @@ class SubmitConfigSourceRequest(proto.Message):
314319
Attributes:
315320
service_name (str):
316321
Required. The name of the service. See the
317-
`overview </service-management/overview>`__ for naming
318-
requirements. For example: ``example.googleapis.com``.
322+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
323+
for naming requirements. For example:
324+
``example.googleapis.com``.
319325
config_source (google.cloud.servicemanagement_v1.types.ConfigSource):
320326
Required. The source configuration for the
321327
service.
@@ -362,8 +368,9 @@ class CreateServiceRolloutRequest(proto.Message):
362368
Attributes:
363369
service_name (str):
364370
Required. The name of the service. See the
365-
`overview </service-management/overview>`__ for naming
366-
requirements. For example: ``example.googleapis.com``.
371+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
372+
for naming requirements. For example:
373+
``example.googleapis.com``.
367374
rollout (google.cloud.servicemanagement_v1.types.Rollout):
368375
Required. The rollout resource. The ``service_name`` field
369376
is output only.
@@ -386,8 +393,9 @@ class ListServiceRolloutsRequest(proto.Message):
386393
Attributes:
387394
service_name (str):
388395
Required. The name of the service. See the
389-
`overview </service-management/overview>`__ for naming
390-
requirements. For example: ``example.googleapis.com``.
396+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
397+
for naming requirements. For example:
398+
``example.googleapis.com``.
391399
page_token (str):
392400
The token of the page to retrieve.
393401
page_size (int):
@@ -454,8 +462,9 @@ class GetServiceRolloutRequest(proto.Message):
454462
Attributes:
455463
service_name (str):
456464
Required. The name of the service. See the
457-
`overview </service-management/overview>`__ for naming
458-
requirements. For example: ``example.googleapis.com``.
465+
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
466+
for naming requirements. For example:
467+
``example.googleapis.com``.
459468
rollout_id (str):
460469
Required. The id of the rollout resource.
461470
"""

0 commit comments

Comments
 (0)