TestingOptions.Builder |
TestingOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TestingOptions.Builder |
TestingOptions.Builder.clear() |
|
TestingOptions.Builder |
TestingOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TestingOptions.Builder |
TestingOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TestingOptions.Builder |
TestingOptions.Builder.clearTestingChallenge() |
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.Builder |
TestingOptions.Builder.clearTestingScore() |
All assessments for this Key will return this score.
|
TestingOptions.Builder |
TestingOptions.Builder.clone() |
|
TestingOptions.Builder |
Key.Builder.getTestingOptionsBuilder() |
Options for user acceptance testing.
|
TestingOptions.Builder |
TestingOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TestingOptions.Builder |
TestingOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TestingOptions.Builder |
TestingOptions.Builder.mergeFrom(TestingOptions other) |
|
TestingOptions.Builder |
TestingOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TestingOptions.Builder |
TestingOptions.newBuilder() |
|
static TestingOptions.Builder |
TestingOptions.newBuilder(TestingOptions prototype) |
|
TestingOptions.Builder |
TestingOptions.newBuilderForType() |
|
protected TestingOptions.Builder |
TestingOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TestingOptions.Builder |
TestingOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TestingOptions.Builder |
TestingOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TestingOptions.Builder |
TestingOptions.Builder.setTestingChallenge(TestingOptions.TestingChallenge value) |
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.Builder |
TestingOptions.Builder.setTestingChallengeValue(int value) |
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.Builder |
TestingOptions.Builder.setTestingScore(float value) |
All assessments for this Key will return this score.
|
TestingOptions.Builder |
TestingOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TestingOptions.Builder |
TestingOptions.toBuilder() |
|