@@ -48,7 +48,7 @@ service ClusterController {
4848
4949 // Creates a cluster in a project. The returned
5050 // [Operation.metadata][google.longrunning.Operation.metadata] will be
51- // [ ClusterOperationMetadata](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1beta2#clusteroperationmetadata) .
51+ // ClusterOperationMetadata.
5252 rpc CreateCluster (CreateClusterRequest )
5353 returns (google.longrunning.Operation ) {
5454 option (google.api.http ) = {
@@ -64,7 +64,7 @@ service ClusterController {
6464
6565 // Updates a cluster in a project. The returned
6666 // [Operation.metadata][google.longrunning.Operation.metadata] will be
67- // [ ClusterOperationMetadata](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1beta2#clusteroperationmetadata) .
67+ // ClusterOperationMetadata.
6868 rpc UpdateCluster (UpdateClusterRequest )
6969 returns (google.longrunning.Operation ) {
7070 option (google.api.http ) = {
@@ -81,7 +81,7 @@ service ClusterController {
8181
8282 // Deletes a cluster in a project. The returned
8383 // [Operation.metadata][google.longrunning.Operation.metadata] will be
84- // [ ClusterOperationMetadata](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1beta2#clusteroperationmetadata) .
84+ // ClusterOperationMetadata.
8585 rpc DeleteCluster (DeleteClusterRequest )
8686 returns (google.longrunning.Operation ) {
8787 option (google.api.http ) = {
@@ -113,7 +113,7 @@ service ClusterController {
113113
114114 // Gets cluster diagnostic information. The returned
115115 // [Operation.metadata][google.longrunning.Operation.metadata] will be
116- // [ ClusterOperationMetadata](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1beta2#clusteroperationmetadata) .
116+ // ClusterOperationMetadata.
117117 // After the operation completes,
118118 // [Operation.response][google.longrunning.Operation.response]
119119 // contains
0 commit comments