From 0e7900e3950d32ccafae22a2ccb85fa61ffe08f9 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 14 Jul 2020 16:13:13 -0700 Subject: [PATCH] fix!: fix LRO annotations for method `DiagnoseCluster`. PiperOrigin-RevId: 321255718 --- google/cloud/dataproc/v1/clusters.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/cloud/dataproc/v1/clusters.proto b/google/cloud/dataproc/v1/clusters.proto index fbaf9391..c66d35d3 100644 --- a/google/cloud/dataproc/v1/clusters.proto +++ b/google/cloud/dataproc/v1/clusters.proto @@ -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" }; } }