fix: inline markup spans must be separated from the surrounding text by non-word characters
PiperOrigin-RevId: 322464556
This commit is contained in:
parent
be0c5a9b1b
commit
58be915cf3
|
|
@ -219,7 +219,7 @@ service CloudBuild {
|
|||
// This API is experimental.
|
||||
rpc UpdateWorkerPool(UpdateWorkerPoolRequest) returns (WorkerPool) {}
|
||||
|
||||
// List project's `WorkerPool`s.
|
||||
// List project's `WorkerPools`.
|
||||
//
|
||||
// This API is experimental.
|
||||
rpc ListWorkerPools(ListWorkerPoolsRequest)
|
||||
|
|
@ -1328,7 +1328,7 @@ message UpdateWorkerPoolRequest {
|
|||
WorkerPool worker_pool = 3;
|
||||
}
|
||||
|
||||
// Request to list `WorkerPool`s.
|
||||
// Request to list `WorkerPools`.
|
||||
message ListWorkerPoolsRequest {
|
||||
// ID of the parent project.
|
||||
string parent = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue