-
I'm sorry if this was already discussed. I'm filing as a bug and not a feature request because I believe this behavior breaks sane expectations.
My issue is with the json options specification here…
texuf updated
5 years ago
-
One of the first apps I write is a simple report viewer: a Windows Forms application allowing the user to set up a report, has a button Go and a GridView showing the results. Once succeeded it proves …
-
An update mutate operation on a campaign which includes just changes to the network_targeting settings (4 booleans) goes successfully through the mutate operation, however upon re-requesting the resou…
-
SpanQueries are now essentially the same as a standard query, restricted to a single field and with an extra scorer type returned by getSpans(). There are a number of existing queries that fit this c…
-
When querying a projection, there is an option to specify a `FieldMask` for the projection state.
If the mask does not contain all the `required` fields (as well as `required_field` groups, `goes.w…
-
I'm observing what looks like FieldMask is calling `mutable_foo` on messages underneath oneofs, causing the oneof_case to switch and leading to data loss.
We are using protobuf v3.3.1. Here's a sim…
-
One of the advantages of using protobuf is the fact that the message field names can evolve over time without breaking out-of-date clients:
For instance the `Foo` messages from these versions are b…
-
Hello! Autosynth couldn't regenerate dataproc. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-dataproc'
[35msynthtool > …
-
With this proto definition
```
message UpdateMessage {
string id = 1;
map[string]string my_map = 2;
}
service YourService {
rpc Echo(UpdateMessage) returns (StringMessage) {
…
-
### [READ] Step 1: Are you in the right place?
I believe so? 🤔 I've seen multiple issues around this area answered already on this repository, but couldn't find an exact match to my current issue.
…