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

Commit 8c864f9

Browse files
docs: fix relative and broken links (#122)
* docs: fix relative and broken links PiperOrigin-RevId: 436501833 Source-Link: googleapis/googleapis@42efaa7 Source-Link: https://github.com/googleapis/googleapis-gen/commit/549855ad211253251a6da3d5204700a689b90b92 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTQ5ODU1YWQyMTEyNTMyNTFhNmRhM2Q1MjA0NzAwYTY4OWI5MGI5MiJ9 * 🦉 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 7642964 commit 8c864f9

File tree

4 files changed

+52
-48
lines changed

4 files changed

+52
-48
lines changed

google/cloud/servicecontrol_v2/services/service_controller/async_client.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040

4141
class ServiceControllerAsyncClient:
4242
"""`Service Control API
43-
v2 </service-infrastructure/docs/service-control>`__
43+
v2 <https://cloud.google.com/service-infrastructure/docs/service-control/access-control>`__
4444
4545
Private Preview. This feature is only available for approved
4646
services.
4747
4848
This API provides admission control and telemetry reporting for
4949
services that are integrated with `Service
50-
Infrastructure </service-infrastructure>`__.
50+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
5151
"""
5252

5353
_client: ServiceControllerClient
@@ -222,11 +222,12 @@ async def check(
222222
223223
This method provides admission control for services that are
224224
integrated with `Service
225-
Infrastructure </service-infrastructure>`__. It checks whether
226-
an operation should be allowed based on the service
227-
configuration and relevant policies. It must be called before
228-
the operation is executed. For more information, see `Admission
229-
Control </service-infrastructure/docs/admission-control>`__.
225+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
226+
It checks whether an operation should be allowed based on the
227+
service configuration and relevant policies. It must be called
228+
before the operation is executed. For more information, see
229+
`Admission
230+
Control <https://cloud.google.com/service-infrastructure/docs/admission-control>`__.
230231
231232
NOTE: The admission control has an expected policy propagation
232233
delay of 60s. The caller **must** not depend on the most recent
@@ -315,11 +316,11 @@ async def report(
315316
316317
This method provides telemetry reporting for services that are
317318
integrated with `Service
318-
Infrastructure </service-infrastructure>`__. It reports a list
319-
of operations that have occurred on a service. It must be called
320-
after the operations have been executed. For more information,
321-
see `Telemetry
322-
Reporting </service-infrastructure/docs/telemetry-reporting>`__.
319+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
320+
It reports a list of operations that have occurred on a service.
321+
It must be called after the operations have been executed. For
322+
more information, see `Telemetry
323+
Reporting <https://cloud.google.com/service-infrastructure/docs/telemetry-reporting>`__.
323324
324325
NOTE: The telemetry reporting has a hard limit of 1000
325326
operations and 1MB per Report call. It is recommended to have no

google/cloud/servicecontrol_v2/services/service_controller/client.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ def get_transport_class(
7878

7979
class ServiceControllerClient(metaclass=ServiceControllerClientMeta):
8080
"""`Service Control API
81-
v2 </service-infrastructure/docs/service-control>`__
81+
v2 <https://cloud.google.com/service-infrastructure/docs/service-control/access-control>`__
8282
8383
Private Preview. This feature is only available for approved
8484
services.
8585
8686
This API provides admission control and telemetry reporting for
8787
services that are integrated with `Service
88-
Infrastructure </service-infrastructure>`__.
88+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
8989
"""
9090

9191
@staticmethod
@@ -407,11 +407,12 @@ def check(
407407
408408
This method provides admission control for services that are
409409
integrated with `Service
410-
Infrastructure </service-infrastructure>`__. It checks whether
411-
an operation should be allowed based on the service
412-
configuration and relevant policies. It must be called before
413-
the operation is executed. For more information, see `Admission
414-
Control </service-infrastructure/docs/admission-control>`__.
410+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
411+
It checks whether an operation should be allowed based on the
412+
service configuration and relevant policies. It must be called
413+
before the operation is executed. For more information, see
414+
`Admission
415+
Control <https://cloud.google.com/service-infrastructure/docs/admission-control>`__.
415416
416417
NOTE: The admission control has an expected policy propagation
417418
delay of 60s. The caller **must** not depend on the most recent
@@ -492,11 +493,11 @@ def report(
492493
493494
This method provides telemetry reporting for services that are
494495
integrated with `Service
495-
Infrastructure </service-infrastructure>`__. It reports a list
496-
of operations that have occurred on a service. It must be called
497-
after the operations have been executed. For more information,
498-
see `Telemetry
499-
Reporting </service-infrastructure/docs/telemetry-reporting>`__.
496+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
497+
It reports a list of operations that have occurred on a service.
498+
It must be called after the operations have been executed. For
499+
more information, see `Telemetry
500+
Reporting <https://cloud.google.com/service-infrastructure/docs/telemetry-reporting>`__.
500501
501502
NOTE: The telemetry reporting has a hard limit of 1000
502503
operations and 1MB per Report call. It is recommended to have no

google/cloud/servicecontrol_v2/services/service_controller/transports/grpc.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ class ServiceControllerGrpcTransport(ServiceControllerTransport):
3232
"""gRPC backend transport for ServiceController.
3333
3434
`Service Control API
35-
v2 </service-infrastructure/docs/service-control>`__
35+
v2 <https://cloud.google.com/service-infrastructure/docs/service-control/access-control>`__
3636
3737
Private Preview. This feature is only available for approved
3838
services.
3939
4040
This API provides admission control and telemetry reporting for
4141
services that are integrated with `Service
42-
Infrastructure </service-infrastructure>`__.
42+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
4343
4444
This class defines the same methods as the primary client, so the
4545
primary client can load the underlying transport implementation
@@ -247,11 +247,12 @@ def check(
247247
248248
This method provides admission control for services that are
249249
integrated with `Service
250-
Infrastructure </service-infrastructure>`__. It checks whether
251-
an operation should be allowed based on the service
252-
configuration and relevant policies. It must be called before
253-
the operation is executed. For more information, see `Admission
254-
Control </service-infrastructure/docs/admission-control>`__.
250+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
251+
It checks whether an operation should be allowed based on the
252+
service configuration and relevant policies. It must be called
253+
before the operation is executed. For more information, see
254+
`Admission
255+
Control <https://cloud.google.com/service-infrastructure/docs/admission-control>`__.
255256
256257
NOTE: The admission control has an expected policy propagation
257258
delay of 60s. The caller **must** not depend on the most recent
@@ -297,11 +298,11 @@ def report(
297298
298299
This method provides telemetry reporting for services that are
299300
integrated with `Service
300-
Infrastructure </service-infrastructure>`__. It reports a list
301-
of operations that have occurred on a service. It must be called
302-
after the operations have been executed. For more information,
303-
see `Telemetry
304-
Reporting </service-infrastructure/docs/telemetry-reporting>`__.
301+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
302+
It reports a list of operations that have occurred on a service.
303+
It must be called after the operations have been executed. For
304+
more information, see `Telemetry
305+
Reporting <https://cloud.google.com/service-infrastructure/docs/telemetry-reporting>`__.
305306
306307
NOTE: The telemetry reporting has a hard limit of 1000
307308
operations and 1MB per Report call. It is recommended to have no

google/cloud/servicecontrol_v2/services/service_controller/transports/grpc_asyncio.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ class ServiceControllerGrpcAsyncIOTransport(ServiceControllerTransport):
3333
"""gRPC AsyncIO backend transport for ServiceController.
3434
3535
`Service Control API
36-
v2 </service-infrastructure/docs/service-control>`__
36+
v2 <https://cloud.google.com/service-infrastructure/docs/service-control/access-control>`__
3737
3838
Private Preview. This feature is only available for approved
3939
services.
4040
4141
This API provides admission control and telemetry reporting for
4242
services that are integrated with `Service
43-
Infrastructure </service-infrastructure>`__.
43+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
4444
4545
This class defines the same methods as the primary client, so the
4646
primary client can load the underlying transport implementation
@@ -251,11 +251,12 @@ def check(
251251
252252
This method provides admission control for services that are
253253
integrated with `Service
254-
Infrastructure </service-infrastructure>`__. It checks whether
255-
an operation should be allowed based on the service
256-
configuration and relevant policies. It must be called before
257-
the operation is executed. For more information, see `Admission
258-
Control </service-infrastructure/docs/admission-control>`__.
254+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
255+
It checks whether an operation should be allowed based on the
256+
service configuration and relevant policies. It must be called
257+
before the operation is executed. For more information, see
258+
`Admission
259+
Control <https://cloud.google.com/service-infrastructure/docs/admission-control>`__.
259260
260261
NOTE: The admission control has an expected policy propagation
261262
delay of 60s. The caller **must** not depend on the most recent
@@ -301,11 +302,11 @@ def report(
301302
302303
This method provides telemetry reporting for services that are
303304
integrated with `Service
304-
Infrastructure </service-infrastructure>`__. It reports a list
305-
of operations that have occurred on a service. It must be called
306-
after the operations have been executed. For more information,
307-
see `Telemetry
308-
Reporting </service-infrastructure/docs/telemetry-reporting>`__.
305+
Infrastructure <https://cloud.google.com/service-infrastructure>`__.
306+
It reports a list of operations that have occurred on a service.
307+
It must be called after the operations have been executed. For
308+
more information, see `Telemetry
309+
Reporting <https://cloud.google.com/service-infrastructure/docs/telemetry-reporting>`__.
309310
310311
NOTE: The telemetry reporting has a hard limit of 1000
311312
operations and 1MB per Report call. It is recommended to have no

0 commit comments

Comments
 (0)