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

Commit 093919c

Browse files
docs: fix relative and broken links (#159)
* 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 93110a0 commit 093919c

File tree

4 files changed

+107
-73
lines changed

4 files changed

+107
-73
lines changed

google-cloud-service-control/src/main/java/com/google/api/servicecontrol/v2/ServiceControllerClient.java

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727

2828
// AUTO-GENERATED DOCUMENTATION AND CLASS.
2929
/**
30-
* Service Description: [Service Control API v2](/service-infrastructure/docs/service-control)
30+
* Service Description: [Service Control API
31+
* v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control)
3132
*
3233
* <p>Private Preview. This feature is only available for approved services.
3334
*
3435
* <p>This API provides admission control and telemetry reporting for services that are integrated
35-
* with [Service Infrastructure](/service-infrastructure).
36+
* with [Service Infrastructure](https://cloud.google.com/service-infrastructure).
3637
*
3738
* <p>This class provides the ability to make remote calls to the backing service through method
3839
* calls that map to API methods. Sample code to get started:
@@ -158,10 +159,10 @@ public ServiceControllerStub getStub() {
158159
* Private Preview. This feature is only available for approved services.
159160
*
160161
* <p>This method provides admission control for services that are integrated with [Service
161-
* Infrastructure](/service-infrastructure). It checks whether an operation should be allowed
162-
* based on the service configuration and relevant policies. It must be called before the
163-
* operation is executed. For more information, see [Admission
164-
* Control](/service-infrastructure/docs/admission-control).
162+
* Infrastructure](https://cloud.google.com/service-infrastructure). It checks whether an
163+
* operation should be allowed based on the service configuration and relevant policies. It must
164+
* be called before the operation is executed. For more information, see [Admission
165+
* Control](https://cloud.google.com/service-infrastructure/docs/admission-control).
165166
*
166167
* <p>NOTE: The admission control has an expected policy propagation delay of 60s. The caller
167168
* &#42;&#42;must&#42;&#42; not depend on the most recent policy changes.
@@ -202,10 +203,10 @@ public final CheckResponse check(CheckRequest request) {
202203
* Private Preview. This feature is only available for approved services.
203204
*
204205
* <p>This method provides admission control for services that are integrated with [Service
205-
* Infrastructure](/service-infrastructure). It checks whether an operation should be allowed
206-
* based on the service configuration and relevant policies. It must be called before the
207-
* operation is executed. For more information, see [Admission
208-
* Control](/service-infrastructure/docs/admission-control).
206+
* Infrastructure](https://cloud.google.com/service-infrastructure). It checks whether an
207+
* operation should be allowed based on the service configuration and relevant policies. It must
208+
* be called before the operation is executed. For more information, see [Admission
209+
* Control](https://cloud.google.com/service-infrastructure/docs/admission-control).
209210
*
210211
* <p>NOTE: The admission control has an expected policy propagation delay of 60s. The caller
211212
* &#42;&#42;must&#42;&#42; not depend on the most recent policy changes.
@@ -245,9 +246,10 @@ public final UnaryCallable<CheckRequest, CheckResponse> checkCallable() {
245246
* Private Preview. This feature is only available for approved services.
246247
*
247248
* <p>This method provides telemetry reporting for services that are integrated with [Service
248-
* Infrastructure](/service-infrastructure). It reports a list of operations that have occurred on
249-
* a service. It must be called after the operations have been executed. For more information, see
250-
* [Telemetry Reporting](/service-infrastructure/docs/telemetry-reporting).
249+
* Infrastructure](https://cloud.google.com/service-infrastructure). It reports a list of
250+
* operations that have occurred on a service. It must be called after the operations have been
251+
* executed. For more information, see [Telemetry
252+
* Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting).
251253
*
252254
* <p>NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB per Report call.
253255
* It is recommended to have no more than 100 operations per call.
@@ -282,9 +284,10 @@ public final ReportResponse report(ReportRequest request) {
282284
* Private Preview. This feature is only available for approved services.
283285
*
284286
* <p>This method provides telemetry reporting for services that are integrated with [Service
285-
* Infrastructure](/service-infrastructure). It reports a list of operations that have occurred on
286-
* a service. It must be called after the operations have been executed. For more information, see
287-
* [Telemetry Reporting](/service-infrastructure/docs/telemetry-reporting).
287+
* Infrastructure](https://cloud.google.com/service-infrastructure). It reports a list of
288+
* operations that have occurred on a service. It must be called after the operations have been
289+
* executed. For more information, see [Telemetry
290+
* Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting).
288291
*
289292
* <p>NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB per Report call.
290293
* It is recommended to have no more than 100 operations per call.

google-cloud-service-control/src/main/java/com/google/api/servicecontrol/v2/package-info.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
*
2222
* <p>======================= ServiceControllerClient =======================
2323
*
24-
* <p>Service Description: [Service Control API v2](/service-infrastructure/docs/service-control)
24+
* <p>Service Description: [Service Control API
25+
* v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control)
2526
*
2627
* <p>Private Preview. This feature is only available for approved services.
2728
*
2829
* <p>This API provides admission control and telemetry reporting for services that are integrated
29-
* with [Service Infrastructure](/service-infrastructure).
30+
* with [Service Infrastructure](https://cloud.google.com/service-infrastructure).
3031
*
3132
* <p>Sample for ServiceControllerClient:
3233
*

grpc-google-cloud-service-control-v2/src/main/java/com/google/api/servicecontrol/v2/ServiceControllerGrpc.java

Lines changed: 68 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
*
2222
*
2323
* <pre>
24-
* [Service Control API v2](/service-infrastructure/docs/service-control)
24+
* [Service Control API
25+
* v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control)
2526
* Private Preview. This feature is only available for approved services.
2627
* This API provides admission control and telemetry reporting for services
27-
* that are integrated with [Service Infrastructure](/service-infrastructure).
28+
* that are integrated with [Service
29+
* Infrastructure](https://cloud.google.com/service-infrastructure).
2830
* </pre>
2931
*/
3032
@javax.annotation.Generated(
@@ -171,10 +173,12 @@ public ServiceControllerFutureStub newStub(
171173
*
172174
*
173175
* <pre>
174-
* [Service Control API v2](/service-infrastructure/docs/service-control)
176+
* [Service Control API
177+
* v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control)
175178
* Private Preview. This feature is only available for approved services.
176179
* This API provides admission control and telemetry reporting for services
177-
* that are integrated with [Service Infrastructure](/service-infrastructure).
180+
* that are integrated with [Service
181+
* Infrastructure](https://cloud.google.com/service-infrastructure).
178182
* </pre>
179183
*/
180184
public abstract static class ServiceControllerImplBase implements io.grpc.BindableService {
@@ -185,11 +189,13 @@ public abstract static class ServiceControllerImplBase implements io.grpc.Bindab
185189
* <pre>
186190
* Private Preview. This feature is only available for approved services.
187191
* This method provides admission control for services that are integrated
188-
* with [Service Infrastructure](/service-infrastructure). It checks whether
189-
* an operation should be allowed based on the service configuration and
190-
* relevant policies. It must be called before the operation is executed.
192+
* with [Service
193+
* Infrastructure](https://cloud.google.com/service-infrastructure). It checks
194+
* whether an operation should be allowed based on the service configuration
195+
* and relevant policies. It must be called before the operation is executed.
191196
* For more information, see
192-
* [Admission Control](/service-infrastructure/docs/admission-control).
197+
* [Admission
198+
* Control](https://cloud.google.com/service-infrastructure/docs/admission-control).
193199
* NOTE: The admission control has an expected policy propagation delay of
194200
* 60s. The caller **must** not depend on the most recent policy changes.
195201
* NOTE: The admission control has a hard limit of 1 referenced resources
@@ -214,10 +220,12 @@ public void check(
214220
* <pre>
215221
* Private Preview. This feature is only available for approved services.
216222
* This method provides telemetry reporting for services that are integrated
217-
* with [Service Infrastructure](/service-infrastructure). It reports a list
218-
* of operations that have occurred on a service. It must be called after the
219-
* operations have been executed. For more information, see
220-
* [Telemetry Reporting](/service-infrastructure/docs/telemetry-reporting).
223+
* with [Service
224+
* Infrastructure](https://cloud.google.com/service-infrastructure). It
225+
* reports a list of operations that have occurred on a service. It must be
226+
* called after the operations have been executed. For more information, see
227+
* [Telemetry
228+
* Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting).
221229
* NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB
222230
* per Report call. It is recommended to have no more than 100 operations per
223231
* call.
@@ -257,10 +265,12 @@ public final io.grpc.ServerServiceDefinition bindService() {
257265
*
258266
*
259267
* <pre>
260-
* [Service Control API v2](/service-infrastructure/docs/service-control)
268+
* [Service Control API
269+
* v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control)
261270
* Private Preview. This feature is only available for approved services.
262271
* This API provides admission control and telemetry reporting for services
263-
* that are integrated with [Service Infrastructure](/service-infrastructure).
272+
* that are integrated with [Service
273+
* Infrastructure](https://cloud.google.com/service-infrastructure).
264274
* </pre>
265275
*/
266276
public static final class ServiceControllerStub
@@ -281,11 +291,13 @@ protected ServiceControllerStub build(
281291
* <pre>
282292
* Private Preview. This feature is only available for approved services.
283293
* This method provides admission control for services that are integrated
284-
* with [Service Infrastructure](/service-infrastructure). It checks whether
285-
* an operation should be allowed based on the service configuration and
286-
* relevant policies. It must be called before the operation is executed.
294+
* with [Service
295+
* Infrastructure](https://cloud.google.com/service-infrastructure). It checks
296+
* whether an operation should be allowed based on the service configuration
297+
* and relevant policies. It must be called before the operation is executed.
287298
* For more information, see
288-
* [Admission Control](/service-infrastructure/docs/admission-control).
299+
* [Admission
300+
* Control](https://cloud.google.com/service-infrastructure/docs/admission-control).
289301
* NOTE: The admission control has an expected policy propagation delay of
290302
* 60s. The caller **must** not depend on the most recent policy changes.
291303
* NOTE: The admission control has a hard limit of 1 referenced resources
@@ -311,10 +323,12 @@ public void check(
311323
* <pre>
312324
* Private Preview. This feature is only available for approved services.
313325
* This method provides telemetry reporting for services that are integrated
314-
* with [Service Infrastructure](/service-infrastructure). It reports a list
315-
* of operations that have occurred on a service. It must be called after the
316-
* operations have been executed. For more information, see
317-
* [Telemetry Reporting](/service-infrastructure/docs/telemetry-reporting).
326+
* with [Service
327+
* Infrastructure](https://cloud.google.com/service-infrastructure). It
328+
* reports a list of operations that have occurred on a service. It must be
329+
* called after the operations have been executed. For more information, see
330+
* [Telemetry
331+
* Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting).
318332
* NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB
319333
* per Report call. It is recommended to have no more than 100 operations per
320334
* call.
@@ -337,10 +351,12 @@ public void report(
337351
*
338352
*
339353
* <pre>
340-
* [Service Control API v2](/service-infrastructure/docs/service-control)
354+
* [Service Control API
355+
* v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control)
341356
* Private Preview. This feature is only available for approved services.
342357
* This API provides admission control and telemetry reporting for services
343-
* that are integrated with [Service Infrastructure](/service-infrastructure).
358+
* that are integrated with [Service
359+
* Infrastructure](https://cloud.google.com/service-infrastructure).
344360
* </pre>
345361
*/
346362
public static final class ServiceControllerBlockingStub
@@ -362,11 +378,13 @@ protected ServiceControllerBlockingStub build(
362378
* <pre>
363379
* Private Preview. This feature is only available for approved services.
364380
* This method provides admission control for services that are integrated
365-
* with [Service Infrastructure](/service-infrastructure). It checks whether
366-
* an operation should be allowed based on the service configuration and
367-
* relevant policies. It must be called before the operation is executed.
381+
* with [Service
382+
* Infrastructure](https://cloud.google.com/service-infrastructure). It checks
383+
* whether an operation should be allowed based on the service configuration
384+
* and relevant policies. It must be called before the operation is executed.
368385
* For more information, see
369-
* [Admission Control](/service-infrastructure/docs/admission-control).
386+
* [Admission
387+
* Control](https://cloud.google.com/service-infrastructure/docs/admission-control).
370388
* NOTE: The admission control has an expected policy propagation delay of
371389
* 60s. The caller **must** not depend on the most recent policy changes.
372390
* NOTE: The admission control has a hard limit of 1 referenced resources
@@ -390,10 +408,12 @@ public com.google.api.servicecontrol.v2.CheckResponse check(
390408
* <pre>
391409
* Private Preview. This feature is only available for approved services.
392410
* This method provides telemetry reporting for services that are integrated
393-
* with [Service Infrastructure](/service-infrastructure). It reports a list
394-
* of operations that have occurred on a service. It must be called after the
395-
* operations have been executed. For more information, see
396-
* [Telemetry Reporting](/service-infrastructure/docs/telemetry-reporting).
411+
* with [Service
412+
* Infrastructure](https://cloud.google.com/service-infrastructure). It
413+
* reports a list of operations that have occurred on a service. It must be
414+
* called after the operations have been executed. For more information, see
415+
* [Telemetry
416+
* Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting).
397417
* NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB
398418
* per Report call. It is recommended to have no more than 100 operations per
399419
* call.
@@ -414,10 +434,12 @@ public com.google.api.servicecontrol.v2.ReportResponse report(
414434
*
415435
*
416436
* <pre>
417-
* [Service Control API v2](/service-infrastructure/docs/service-control)
437+
* [Service Control API
438+
* v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control)
418439
* Private Preview. This feature is only available for approved services.
419440
* This API provides admission control and telemetry reporting for services
420-
* that are integrated with [Service Infrastructure](/service-infrastructure).
441+
* that are integrated with [Service
442+
* Infrastructure](https://cloud.google.com/service-infrastructure).
421443
* </pre>
422444
*/
423445
public static final class ServiceControllerFutureStub
@@ -438,11 +460,13 @@ protected ServiceControllerFutureStub build(
438460
* <pre>
439461
* Private Preview. This feature is only available for approved services.
440462
* This method provides admission control for services that are integrated
441-
* with [Service Infrastructure](/service-infrastructure). It checks whether
442-
* an operation should be allowed based on the service configuration and
443-
* relevant policies. It must be called before the operation is executed.
463+
* with [Service
464+
* Infrastructure](https://cloud.google.com/service-infrastructure). It checks
465+
* whether an operation should be allowed based on the service configuration
466+
* and relevant policies. It must be called before the operation is executed.
444467
* For more information, see
445-
* [Admission Control](/service-infrastructure/docs/admission-control).
468+
* [Admission
469+
* Control](https://cloud.google.com/service-infrastructure/docs/admission-control).
446470
* NOTE: The admission control has an expected policy propagation delay of
447471
* 60s. The caller **must** not depend on the most recent policy changes.
448472
* NOTE: The admission control has a hard limit of 1 referenced resources
@@ -467,10 +491,12 @@ protected ServiceControllerFutureStub build(
467491
* <pre>
468492
* Private Preview. This feature is only available for approved services.
469493
* This method provides telemetry reporting for services that are integrated
470-
* with [Service Infrastructure](/service-infrastructure). It reports a list
471-
* of operations that have occurred on a service. It must be called after the
472-
* operations have been executed. For more information, see
473-
* [Telemetry Reporting](/service-infrastructure/docs/telemetry-reporting).
494+
* with [Service
495+
* Infrastructure](https://cloud.google.com/service-infrastructure). It
496+
* reports a list of operations that have occurred on a service. It must be
497+
* called after the operations have been executed. For more information, see
498+
* [Telemetry
499+
* Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting).
474500
* NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB
475501
* per Report call. It is recommended to have no more than 100 operations per
476502
* call.

0 commit comments

Comments
 (0)