@InternalApi public static enum EnhancedBigtableStubSettings.DirectPathConfig extends Enum<EnhancedBigtableStubSettings.DirectPathConfig>
| Enum Constant and Description |
|---|
DEFAULT |
FORCED_OFF |
FORCED_ON |
| Modifier and Type | Method and Description |
|---|---|
static EnhancedBigtableStubSettings.DirectPathConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnhancedBigtableStubSettings.DirectPathConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnhancedBigtableStubSettings.DirectPathConfig DEFAULT
public static final EnhancedBigtableStubSettings.DirectPathConfig FORCED_ON
public static final EnhancedBigtableStubSettings.DirectPathConfig FORCED_OFF
public static EnhancedBigtableStubSettings.DirectPathConfig[] values()
for (EnhancedBigtableStubSettings.DirectPathConfig c : EnhancedBigtableStubSettings.DirectPathConfig.values()) System.out.println(c);
public static EnhancedBigtableStubSettings.DirectPathConfig valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026 Google LLC. All rights reserved.