Uses of Class
com.google.recaptchaenterprise.v1.EndpointVerificationInfo
-
Packages that use EndpointVerificationInfo Package Description com.google.recaptchaenterprise.v1 -
-
Uses of EndpointVerificationInfo in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return EndpointVerificationInfo Modifier and Type Method Description EndpointVerificationInfo
EndpointVerificationInfo.Builder. build()
EndpointVerificationInfo
EndpointVerificationInfo.Builder. buildPartial()
static EndpointVerificationInfo
EndpointVerificationInfo. getDefaultInstance()
EndpointVerificationInfo
EndpointVerificationInfo.Builder. getDefaultInstanceForType()
EndpointVerificationInfo
EndpointVerificationInfo. getDefaultInstanceForType()
EndpointVerificationInfo
AccountVerificationInfo.Builder. getEndpoints(int index)
Endpoints that can be used for identity verification.EndpointVerificationInfo
AccountVerificationInfo. getEndpoints(int index)
Endpoints that can be used for identity verification.EndpointVerificationInfo
AccountVerificationInfoOrBuilder. getEndpoints(int index)
Endpoints that can be used for identity verification.static EndpointVerificationInfo
EndpointVerificationInfo. parseDelimitedFrom(InputStream input)
static EndpointVerificationInfo
EndpointVerificationInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(byte[] data)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(com.google.protobuf.ByteString data)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(InputStream input)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(ByteBuffer data)
static EndpointVerificationInfo
EndpointVerificationInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type EndpointVerificationInfo Modifier and Type Method Description List<EndpointVerificationInfo>
AccountVerificationInfo.Builder. getEndpointsList()
Endpoints that can be used for identity verification.List<EndpointVerificationInfo>
AccountVerificationInfo. getEndpointsList()
Endpoints that can be used for identity verification.List<EndpointVerificationInfo>
AccountVerificationInfoOrBuilder. getEndpointsList()
Endpoints that can be used for identity verification.com.google.protobuf.Parser<EndpointVerificationInfo>
EndpointVerificationInfo. getParserForType()
static com.google.protobuf.Parser<EndpointVerificationInfo>
EndpointVerificationInfo. parser()
Methods in com.google.recaptchaenterprise.v1 with parameters of type EndpointVerificationInfo Modifier and Type Method Description AccountVerificationInfo.Builder
AccountVerificationInfo.Builder. addEndpoints(int index, EndpointVerificationInfo value)
Endpoints that can be used for identity verification.AccountVerificationInfo.Builder
AccountVerificationInfo.Builder. addEndpoints(EndpointVerificationInfo value)
Endpoints that can be used for identity verification.EndpointVerificationInfo.Builder
EndpointVerificationInfo.Builder. mergeFrom(EndpointVerificationInfo other)
static EndpointVerificationInfo.Builder
EndpointVerificationInfo. newBuilder(EndpointVerificationInfo prototype)
AccountVerificationInfo.Builder
AccountVerificationInfo.Builder. setEndpoints(int index, EndpointVerificationInfo value)
Endpoints that can be used for identity verification.Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type EndpointVerificationInfo Modifier and Type Method Description AccountVerificationInfo.Builder
AccountVerificationInfo.Builder. addAllEndpoints(Iterable<? extends EndpointVerificationInfo> values)
Endpoints that can be used for identity verification.
-