Skip to content

Commit

Permalink
fix!: fix LRO annotations for method DiagnoseCluster.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 321255718
  • Loading branch information
Google APIs authored and copybara-github committed Jul 14, 2020
1 parent da557a8 commit 0e7900e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/cloud/dataproc/v1/clusters.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};
}
}
Expand Down

0 comments on commit 0e7900e

Please sign in to comment.