fix!: fix LRO annotations for method `DiagnoseCluster`.

PiperOrigin-RevId: 321255718
This commit is contained in:
Google APIs 2020-07-14 16:13:13 -07:00 committed by Copybara-Service
parent da557a85c1
commit 0e7900e395
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ service ClusterController {
};
option (google.api.method_signature) = "project_id,region,cluster_name";
option (google.longrunning.operation_info) = {
response_type: "google.protobuf.Empty"
metadata_type: "DiagnoseClusterResults"
response_type: "DiagnoseClusterResults"
metadata_type: "google.cloud.dataproc.v1.ClusterOperationMetadata"
};
}
}