NamedCondition interface Stay organized with collections Save and categorize content based on your preferences.
Represents a Remote Config condition in the dataplane. A condition targets a specific group of users. A list of these conditions comprise part of a Remote Config template.
Signature:
exportinterfaceNamedConditionProperties
| Property | Type | Description |
|---|---|---|
| condition | OneOfCondition | The logic of this condition. See the documentation oncondition expressions for the expected syntax of this field. |
| name | string | A non-empty and unique name of this condition. |
NamedCondition.condition
The logic of this condition. See the documentation oncondition expressions for the expected syntax of this field.
Signature:
condition:OneOfCondition;NamedCondition.name
A non-empty and unique name of this condition.
Signature:
name:string;Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-16 UTC.