cluster: use square brace for cross-reference

PiperOrigin-RevId: 297204568
This commit is contained in:
Google APIs 2020-02-25 14:31:15 -08:00 committed by Copybara-Service
parent 5dac2da18f
commit 0aba1900ff

View file

@ -104,7 +104,7 @@ service ClusterController {
// After the operation completes,
// [Operation.response][google.longrunning.Operation.response]
// contains
// [Empty](google.protobuf.Empty).
// [Empty][google.protobuf.Empty].
rpc DiagnoseCluster(DiagnoseClusterRequest) returns (google.longrunning.Operation) {
option (google.api.http) = {
post: "/v1beta2/projects/{project_id}/regions/{region}/clusters/{cluster_name}:diagnose"