Uses of Class
com.google.recaptchaenterprise.v1.TestingOptions
-
Packages that use TestingOptions Package Description com.google.recaptchaenterprise.v1 -
-
Uses of TestingOptions in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return TestingOptions Modifier and Type Method Description TestingOptions
TestingOptions.Builder. build()
TestingOptions
TestingOptions.Builder. buildPartial()
static TestingOptions
TestingOptions. getDefaultInstance()
TestingOptions
TestingOptions.Builder. getDefaultInstanceForType()
TestingOptions
TestingOptions. getDefaultInstanceForType()
TestingOptions
Key.Builder. getTestingOptions()
Options for user acceptance testing.TestingOptions
Key. getTestingOptions()
Options for user acceptance testing.TestingOptions
KeyOrBuilder. getTestingOptions()
Options for user acceptance testing.static TestingOptions
TestingOptions. parseDelimitedFrom(InputStream input)
static TestingOptions
TestingOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestingOptions
TestingOptions. parseFrom(byte[] data)
static TestingOptions
TestingOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestingOptions
TestingOptions. parseFrom(com.google.protobuf.ByteString data)
static TestingOptions
TestingOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestingOptions
TestingOptions. parseFrom(com.google.protobuf.CodedInputStream input)
static TestingOptions
TestingOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestingOptions
TestingOptions. parseFrom(InputStream input)
static TestingOptions
TestingOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestingOptions
TestingOptions. parseFrom(ByteBuffer data)
static TestingOptions
TestingOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type TestingOptions Modifier and Type Method Description com.google.protobuf.Parser<TestingOptions>
TestingOptions. getParserForType()
static com.google.protobuf.Parser<TestingOptions>
TestingOptions. parser()
Methods in com.google.recaptchaenterprise.v1 with parameters of type TestingOptions Modifier and Type Method Description TestingOptions.Builder
TestingOptions.Builder. mergeFrom(TestingOptions other)
Key.Builder
Key.Builder. mergeTestingOptions(TestingOptions value)
Options for user acceptance testing.static TestingOptions.Builder
TestingOptions. newBuilder(TestingOptions prototype)
Key.Builder
Key.Builder. setTestingOptions(TestingOptions value)
Options for user acceptance testing.
-