@@ -31,12 +31,14 @@ option objc_class_prefix = "GASC";
3131option php_namespace = "Google\\Cloud\\ServiceControl\\V2" ;
3232option ruby_package = "Google::Cloud::ServiceControl::V2" ;
3333
34- // [Service Control API v2](/service-infrastructure/docs/service-control)
34+ // [Service Control API
35+ // v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control)
3536//
3637// Private Preview. This feature is only available for approved services.
3738//
3839// This API provides admission control and telemetry reporting for services
39- // that are integrated with [Service Infrastructure](/service-infrastructure).
40+ // that are integrated with [Service
41+ // Infrastructure](https://cloud.google.com/service-infrastructure).
4042service ServiceController {
4143 option (google.api.default_host ) = "servicecontrol.googleapis.com" ;
4244 option (google.api.oauth_scopes ) =
@@ -46,11 +48,13 @@ service ServiceController {
4648 // Private Preview. This feature is only available for approved services.
4749 //
4850 // This method provides admission control for services that are integrated
49- // with [Service Infrastructure](/service-infrastructure). It checks whether
50- // an operation should be allowed based on the service configuration and
51- // relevant policies. It must be called before the operation is executed.
51+ // with [Service
52+ // Infrastructure](https://cloud.google.com/service-infrastructure). It checks
53+ // whether an operation should be allowed based on the service configuration
54+ // and relevant policies. It must be called before the operation is executed.
5255 // For more information, see
53- // [Admission Control](/service-infrastructure/docs/admission-control).
56+ // [Admission
57+ // Control](https://cloud.google.com/service-infrastructure/docs/admission-control).
5458 //
5559 // NOTE: The admission control has an expected policy propagation delay of
5660 // 60s. The caller **must** not depend on the most recent policy changes.
@@ -73,10 +77,12 @@ service ServiceController {
7377 // Private Preview. This feature is only available for approved services.
7478 //
7579 // This method provides telemetry reporting for services that are integrated
76- // with [Service Infrastructure](/service-infrastructure). It reports a list
77- // of operations that have occurred on a service. It must be called after the
78- // operations have been executed. For more information, see
79- // [Telemetry Reporting](/service-infrastructure/docs/telemetry-reporting).
80+ // with [Service
81+ // Infrastructure](https://cloud.google.com/service-infrastructure). It
82+ // reports a list of operations that have occurred on a service. It must be
83+ // called after the operations have been executed. For more information, see
84+ // [Telemetry
85+ // Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting).
8086 //
8187 // NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB
8288 // per Report call. It is recommended to have no more than 100 operations per
@@ -181,6 +187,4 @@ message ReportRequest {
181187
182188// Response message for the Report method.
183189// If the request contains any invalid data, the server returns an RPC error.
184- message ReportResponse {
185-
186- }
190+ message ReportResponse {}
0 commit comments