Add enough well-known types to support google/api
#605
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Several services use the proto messages defined in
google/api
. These message use more well-known types than we anticipated, including protobuf descriptors, such asgoogle.protobuf.Type
:https://github.com/googleapis/googleapis/blob/29aea4190aba664659908ff5e381c830e4752502/google/api/service.proto#L107C1-L115C43
It seems that only the name is needed, which may simplify the work. Other types (e.g.
google.protobuf.Struct
) may need a full implementation.The text was updated successfully, but these errors were encountered: