Get desktop application:
View/edit binary Protocol Buffers messages
string request_id = 1
bool exclude_not_found = 3
string namespace_key = 4
string request_id = 1
double request_duration_millis = 3
string key = 1
string reference = 2
int32 limit = 1
int32 offset = 2
string page_token = 3
string reference = 4
repeated Namespace namespaces = 1
string next_page_token = 2
int32 total_count = 3
string key = 1
string name = 2
string description = 3
string key = 1
string name = 2
string description = 3
string key = 1
string namespace_key = 2
string reference = 3
int32 limit = 1
int32 offset = 2
string page_token = 3
string namespace_key = 4
string reference = 5
repeated Flag flags = 1
string next_page_token = 2
int32 total_count = 3
string key = 1
string name = 2
string description = 3
bool enabled = 4
string namespace_key = 5
string key = 1
string name = 2
string description = 3
bool enabled = 4
string namespace_key = 5
string key = 1
string namespace_key = 2
string flag_key = 1
string key = 2
string name = 3
string description = 4
string attachment = 5
string namespace_key = 6
string id = 1
string flag_key = 2
string key = 3
string name = 4
string description = 5
string attachment = 6
string namespace_key = 7
string id = 1
string flag_key = 2
string namespace_key = 3
string id = 1
string flag_key = 2
string namespace_key = 3
string reference = 4
int32 limit = 1
int32 offset = 2
string flag_key = 3
string page_token = 4
string namespace_key = 5
string reference = 6
repeated Rule rules = 1
string next_page_token = 2
int32 total_count = 3
string flag_key = 1
string segment_key = 2
int32 rank = 3
string namespace_key = 4
repeated string segment_keys = 5
string id = 1
string flag_key = 2
string segment_key = 3
string namespace_key = 4
repeated string segment_keys = 5
string flag_key = 1
repeated string rule_ids = 2
string namespace_key = 3
string id = 1
string flag_key = 2
string namespace_key = 3
string id = 1
string namespace_key = 2
string flag_key = 3
string reference = 4
string namespace_key = 1
string flag_key = 2
int32 limit = 3
string page_token = 4
string reference = 5
repeated Rollout rules = 1
string next_page_token = 2
int32 total_count = 3
string namespace_key = 1
string flag_key = 2
int32 rank = 3
string description = 4
oneof rule
string id = 1
string namespace_key = 2
string flag_key = 3
string description = 4
oneof rule
string id = 1
string namespace_key = 2
string flag_key = 3
string flag_key = 1
string namespace_key = 2
repeated string rollout_ids = 3
string flag_key = 1
string rule_id = 2
string variant_id = 3
float rollout = 4
string namespace_key = 5
string id = 1
string flag_key = 2
string rule_id = 3
string variant_id = 4
float rollout = 5
string namespace_key = 6
string id = 1
string flag_key = 2
string rule_id = 3
string variant_id = 4
string namespace_key = 5
string key = 1
string namespace_key = 2
string reference = 3
int32 limit = 1
int32 offset = 2
string page_token = 3
string namespace_key = 4
string reference = 5
repeated Segment segments = 1
string next_page_token = 2
int32 total_count = 3
string key = 1
string name = 2
string description = 3
string namespace_key = 5
string key = 1
string name = 2
string description = 3
string namespace_key = 5
string key = 1
string namespace_key = 2
string segment_key = 1
string property = 3
string operator = 4
string value = 5
string namespace_key = 6
string description = 7
string id = 1
string segment_key = 2
string property = 4
string operator = 5
string value = 6
string namespace_key = 7
string description = 8
string id = 1
string segment_key = 2
string namespace_key = 3
Used in: Constraint, CreateConstraintRequest, UpdateConstraintRequest
UNKNOWN_COMPARISON_TYPE = 0
STRING_COMPARISON_TYPE = 1
NUMBER_COMPARISON_TYPE = 2
BOOLEAN_COMPARISON_TYPE = 3
DATETIME_COMPARISON_TYPE = 4
ENTITY_ID_COMPARISON_TYPE = 5
Used as response type in: Flipt.CreateConstraint, Flipt.UpdateConstraint
Used as field type in: Segment
string id = 1
string segment_key = 2
string property = 4
string operator = 5
string value = 6
string namespace_key = 9
string description = 10
Used as response type in: Flipt.CreateDistribution, Flipt.UpdateDistribution
Used as field type in: Rule
string id = 1
string rule_id = 2
string variant_id = 3
float rollout = 4
Used in: EvaluationResponse
UNKNOWN_EVALUATION_REASON = 0
FLAG_DISABLED_EVALUATION_REASON = 1
FLAG_NOT_FOUND_EVALUATION_REASON = 2
MATCH_EVALUATION_REASON = 3
ERROR_EVALUATION_REASON = 4
Used as request type in: Flipt.Evaluate
Used as field type in: BatchEvaluationRequest
string request_id = 1
string flag_key = 2
string entity_id = 3
map<string, string> context = 4
string namespace_key = 5
Used as response type in: Flipt.Evaluate
Used as field type in: BatchEvaluationResponse
string request_id = 1
string entity_id = 2
map<string, string> request_context = 3
bool match = 4
string flag_key = 5
string segment_key = 6
string value = 8
double request_duration_millis = 9
string attachment = 10
string namespace_key = 12
repeated string segment_keys = 13
Used as response type in: Flipt.CreateFlag, Flipt.GetFlag, Flipt.UpdateFlag
Used as field type in: FlagList
string key = 1
string name = 2
string description = 3
bool enabled = 4
repeated Variant variants = 7
string namespace_key = 8
Used in: CreateFlagRequest, Flag
VARIANT_FLAG_TYPE = 0
BOOLEAN_FLAG_TYPE = 1
Used in: CreateSegmentRequest, Segment, UpdateSegmentRequest
ALL_MATCH_TYPE = 0
ANY_MATCH_TYPE = 1
Used as response type in: Flipt.CreateNamespace, Flipt.GetNamespace, Flipt.UpdateNamespace
Used as field type in: NamespaceList
string key = 1
string name = 2
string description = 3
bool protected = 4
Used as response type in: Flipt.CreateRollout, Flipt.GetRollout, Flipt.UpdateRollout
Used as field type in: RolloutList
string id = 1
string namespace_key = 2
string flag_key = 3
int32 rank = 5
string description = 6
oneof rule
Used in: CreateRolloutRequest, Rollout, UpdateRolloutRequest
string segment_key = 1
bool value = 2
repeated string segment_keys = 3
Used in: CreateRolloutRequest, Rollout, UpdateRolloutRequest
float percentage = 1
bool value = 2
Used in: Rollout
UNKNOWN_ROLLOUT_TYPE = 0
SEGMENT_ROLLOUT_TYPE = 1
THRESHOLD_ROLLOUT_TYPE = 2
Used as response type in: Flipt.CreateRule, Flipt.GetRule, Flipt.UpdateRule
Used as field type in: RuleList
string id = 1
string flag_key = 2
string segment_key = 3
repeated Distribution distributions = 4
int32 rank = 5
string namespace_key = 8
repeated string segment_keys = 9
Used as response type in: Flipt.CreateSegment, Flipt.GetSegment, Flipt.UpdateSegment
Used as field type in: SegmentList
string key = 1
string name = 2
string description = 3
repeated Constraint constraints = 6
string namespace_key = 8
Used in: CreateRuleRequest, RolloutSegment, Rule, UpdateRuleRequest
OR_SEGMENT_OPERATOR = 0
AND_SEGMENT_OPERATOR = 1
Used as response type in: Flipt.CreateVariant, Flipt.UpdateVariant
Used as field type in: Flag
string id = 1
string flag_key = 2
string key = 3
string name = 4
string description = 5
string attachment = 8
string namespace_key = 9