FeatureFlagInfo
Report an issueopen_in_new
View sourceopen_in_new
Nightly
8.1
·
8.0
·
7.5
·
7.4
·
7.3
·
7.2
A provider used to access information about config_feature_flag rules.
Members
error
string FeatureFlagInfo.error
If non-None, this error was generated when trying to compute current value of flag.
May return
None
.
is_valid_value
bool FeatureFlagInfo.is_valid_value(value)
The value of the flag in the configuration used by the flag rule.
Parameters
Parameter |
Description |
value
|
string;
required
String, the value to check for validity for this flag.
|
value
string FeatureFlagInfo.value
The current value of the flag in the flag's current configuration. None if there is an error.
May return
None
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-13 UTC.
[null,null,["Last updated 2025-02-13 UTC."],[],[]]