Currently the generator won't generate a type for the following code when the type is a request or response to a method:
"GoogleProtobufStruct": {
"id": "GoogleProtobufStruct",
"description": "description",
"type": "object",
"additionalProperties": {
"type": "any",
"description": "Properties of the object."
}
},
Code fails on something like:
|
case disco.MapKind, disco.AnyStructKind: |
|
// Do nothing. |
All other language generators support this.
Internal Bug: 336571031
Currently the generator won't generate a type for the following code when the type is a request or response to a method:
Code fails on something like:
google-api-go-client/google-api-go-generator/gen.go
Lines 1362 to 1363 in 64f40ff
All other language generators support this.
Internal Bug: 336571031