Skip to content

Conversation

eminence
Copy link

@eminence eminence commented Dec 9, 2017

See the individual commits for more info

In testing, it seems that only one of these fields can be set.  If
multiple fields are set, only the first field is acted upon (the other
actions are ignored).   Should this be converted to a `oneof` type?
optional ObservationUI ui_data = 8; // Populated if Feature Layer or Render interface is enabled.
}

// Only one of these Action fields should be set at once
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one of these would be set when making an action, but multiple are likely to be returned when getting the actions back in an observation (eg from a replay) since the action can be represented in multiple ways.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! I just pushed an update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants