-
Notifications
You must be signed in to change notification settings - Fork 119
gRPC LROs need to support empty return types #4628
Copy link
Copy link
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.
Description
This is blocking the latest update to storage control. See:
Build error:
error[E0433]: failed to resolve: could not find `protobuf` in `google`
--> src/storage/src/generated/gapic_control/transport.rs:2158:38
|
2158 | .to_msg::<crate::google::protobuf::Empty>()
| ^^^^^^^^ could not find `protobuf` in `google`
Compiling google-cloud-workflows-v1 v1.6.0 (/workspace/src/generated/cloud/workflows/v1)
Compiling google-cloud-speech-v2 v1.6.0 (/workspace/src/generated/cloud/speech/v2)
Compiling google-cloud-pubsub v0.32.3-preview (/workspace/src/pubsub)
Compiling google-cloud-showcase-v1beta1 v1.0.0 (/workspace/src/generated/showcase)
Compiling google-cloud-bigquery-v2 v1.0.0 (/workspace/src/generated/cloud/bigquery/v2)
error[E0599]: no method named `to_proto` found for struct `google_cloud_wkt::Empty` in the current scope
--> src/storage/src/generated/gapic_control/transport.rs:2104:14
|
2101 | "type.googleapis.com/google.protobuf.Empty" => value
| ________________________________________________________-
2102 | | .to_msg::<wkt::Empty>()
2103 | | .map_err(ConvertError::other)?
2104 | | .to_proto()
| | -^^^^^^^^ method not found in `google_cloud_wkt::Empty`
| |_____________|
|
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.