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 EndpointVerificationInfoEndpointVerificationInfo.Builder. build()EndpointVerificationInfoEndpointVerificationInfo.Builder. buildPartial()static EndpointVerificationInfoEndpointVerificationInfo. getDefaultInstance()EndpointVerificationInfoEndpointVerificationInfo.Builder. getDefaultInstanceForType()EndpointVerificationInfoEndpointVerificationInfo. getDefaultInstanceForType()EndpointVerificationInfoAccountVerificationInfo.Builder. getEndpoints(int index)Endpoints that can be used for identity verification.EndpointVerificationInfoAccountVerificationInfo. getEndpoints(int index)Endpoints that can be used for identity verification.EndpointVerificationInfoAccountVerificationInfoOrBuilder. getEndpoints(int index)Endpoints that can be used for identity verification.static EndpointVerificationInfoEndpointVerificationInfo. parseDelimitedFrom(InputStream input)static EndpointVerificationInfoEndpointVerificationInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoEndpointVerificationInfo. parseFrom(byte[] data)static EndpointVerificationInfoEndpointVerificationInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoEndpointVerificationInfo. parseFrom(com.google.protobuf.ByteString data)static EndpointVerificationInfoEndpointVerificationInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoEndpointVerificationInfo. parseFrom(com.google.protobuf.CodedInputStream input)static EndpointVerificationInfoEndpointVerificationInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoEndpointVerificationInfo. parseFrom(InputStream input)static EndpointVerificationInfoEndpointVerificationInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoEndpointVerificationInfo. parseFrom(ByteBuffer data)static EndpointVerificationInfoEndpointVerificationInfo. 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.BuilderAccountVerificationInfo.Builder. addEndpoints(int index, EndpointVerificationInfo value)Endpoints that can be used for identity verification.AccountVerificationInfo.BuilderAccountVerificationInfo.Builder. addEndpoints(EndpointVerificationInfo value)Endpoints that can be used for identity verification.EndpointVerificationInfo.BuilderEndpointVerificationInfo.Builder. mergeFrom(EndpointVerificationInfo other)static EndpointVerificationInfo.BuilderEndpointVerificationInfo. newBuilder(EndpointVerificationInfo prototype)AccountVerificationInfo.BuilderAccountVerificationInfo.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.BuilderAccountVerificationInfo.Builder. addAllEndpoints(Iterable<? extends EndpointVerificationInfo> values)Endpoints that can be used for identity verification.
-