static TestingOptions.TestingChallenge |
TestingOptions.TestingChallenge.forNumber(int value) |
|
TestingOptions.TestingChallenge |
TestingOptions.Builder.getTestingChallenge() |
For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests
for this site will return nocaptcha if NOCAPTCHA, or an unsolvable
challenge if CHALLENGE.
|
TestingOptions.TestingChallenge |
TestingOptions.getTestingChallenge() |
For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests
for this site will return nocaptcha if NOCAPTCHA, or an unsolvable
challenge if CHALLENGE.
|
TestingOptions.TestingChallenge |
TestingOptionsOrBuilder.getTestingChallenge() |
For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests
for this site will return nocaptcha if NOCAPTCHA, or an unsolvable
challenge if CHALLENGE.
|
static TestingOptions.TestingChallenge |
TestingOptions.TestingChallenge.valueOf(int value) |
Deprecated.
|
static TestingOptions.TestingChallenge |
TestingOptions.TestingChallenge.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static TestingOptions.TestingChallenge |
TestingOptions.TestingChallenge.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TestingOptions.TestingChallenge[] |
TestingOptions.TestingChallenge.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|