fix!: fix LRO annotations for method `DiagnoseCluster`.
PiperOrigin-RevId: 321255718
This commit is contained in:
parent
da557a85c1
commit
0e7900e395
|
|
@ -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"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue