public interface RuntimeFeatureFlagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getDefaultValue()
Default value if runtime value is not available.
|
com.google.protobuf.BoolValueOrBuilder |
getDefaultValueOrBuilder()
Default value if runtime value is not available.
|
String |
getRuntimeKey()
Runtime key to get value for comparison.
|
com.google.protobuf.ByteString |
getRuntimeKeyBytes()
Runtime key to get value for comparison.
|
boolean |
hasDefaultValue()
Default value if runtime value is not available.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDefaultValue()
Default value if runtime value is not available.
.google.protobuf.BoolValue default_value = 1 [(.validate.rules) = { ... }com.google.protobuf.BoolValue getDefaultValue()
Default value if runtime value is not available.
.google.protobuf.BoolValue default_value = 1 [(.validate.rules) = { ... }com.google.protobuf.BoolValueOrBuilder getDefaultValueOrBuilder()
Default value if runtime value is not available.
.google.protobuf.BoolValue default_value = 1 [(.validate.rules) = { ... }String getRuntimeKey()
Runtime key to get value for comparison. This value is used if defined. The boolean value must be represented via its `canonical JSON encoding <https://developers.google.com/protocol-buffers/docs/proto3#json>`_.
string runtime_key = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getRuntimeKeyBytes()
Runtime key to get value for comparison. This value is used if defined. The boolean value must be represented via its `canonical JSON encoding <https://developers.google.com/protocol-buffers/docs/proto3#json>`_.
string runtime_key = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.