getOperation
Gets information about any operation that returns an operation ID in the response, such as a CreateHttpNamespace
request.
To get a list of operations that match specified criteria, see ListOperations.
Samples
fun main() {
//sampleStart
// Example Get operation result
val resp = serviceDiscoveryClient.getOperation {
operationId = "gv4g5meo7ndmeh4fqskygvk23d2fijwa-k9302yzd"
}
//sampleEnd
}