Class EndpointVerificationInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.recaptchaenterprise.v1.EndpointVerificationInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,EndpointVerificationInfoOrBuilder,Serializable
public final class EndpointVerificationInfo extends com.google.protobuf.GeneratedMessageV3 implements EndpointVerificationInfoOrBuilder
Information about a verification endpoint that can be used for 2FA.
Protobuf typegoogle.cloud.recaptchaenterprise.v1.EndpointVerificationInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndpointVerificationInfo.BuilderInformation about a verification endpoint that can be used for 2FA.static classEndpointVerificationInfo.EndpointCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intEMAIL_ADDRESS_FIELD_NUMBERstatic intLAST_VERIFICATION_TIME_FIELD_NUMBERstatic intPHONE_NUMBER_FIELD_NUMBERstatic intREQUEST_TOKEN_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static EndpointVerificationInfogetDefaultInstance()EndpointVerificationInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetEmailAddress()Email address for which to trigger a verification request.com.google.protobuf.ByteStringgetEmailAddressBytes()Email address for which to trigger a verification request.EndpointVerificationInfo.EndpointCasegetEndpointCase()com.google.protobuf.TimestampgetLastVerificationTime()Output only.com.google.protobuf.TimestampOrBuildergetLastVerificationTimeOrBuilder()Output only.com.google.protobuf.Parser<EndpointVerificationInfo>getParserForType()StringgetPhoneNumber()Phone number for which to trigger a verification request.com.google.protobuf.ByteStringgetPhoneNumberBytes()Phone number for which to trigger a verification request.StringgetRequestToken()Output only.com.google.protobuf.ByteStringgetRequestTokenBytes()Output only.intgetSerializedSize()booleanhasEmailAddress()Email address for which to trigger a verification request.inthashCode()booleanhasLastVerificationTime()Output only.booleanhasPhoneNumber()Phone number for which to trigger a verification request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static EndpointVerificationInfo.BuildernewBuilder()static EndpointVerificationInfo.BuildernewBuilder(EndpointVerificationInfo prototype)EndpointVerificationInfo.BuildernewBuilderForType()protected EndpointVerificationInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static EndpointVerificationInfoparseDelimitedFrom(InputStream input)static EndpointVerificationInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoparseFrom(byte[] data)static EndpointVerificationInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoparseFrom(com.google.protobuf.ByteString data)static EndpointVerificationInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoparseFrom(com.google.protobuf.CodedInputStream input)static EndpointVerificationInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoparseFrom(InputStream input)static EndpointVerificationInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointVerificationInfoparseFrom(ByteBuffer data)static EndpointVerificationInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<EndpointVerificationInfo>parser()EndpointVerificationInfo.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
EMAIL_ADDRESS_FIELD_NUMBER
public static final int EMAIL_ADDRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHONE_NUMBER_FIELD_NUMBER
public static final int PHONE_NUMBER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUEST_TOKEN_FIELD_NUMBER
public static final int REQUEST_TOKEN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_VERIFICATION_TIME_FIELD_NUMBER
public static final int LAST_VERIFICATION_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getEndpointCase
public EndpointVerificationInfo.EndpointCase getEndpointCase()
- Specified by:
getEndpointCasein interfaceEndpointVerificationInfoOrBuilder
-
hasEmailAddress
public boolean hasEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;- Specified by:
hasEmailAddressin interfaceEndpointVerificationInfoOrBuilder- Returns:
- Whether the emailAddress field is set.
-
getEmailAddress
public String getEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;- Specified by:
getEmailAddressin interfaceEndpointVerificationInfoOrBuilder- Returns:
- The emailAddress.
-
getEmailAddressBytes
public com.google.protobuf.ByteString getEmailAddressBytes()
Email address for which to trigger a verification request.
string email_address = 1;- Specified by:
getEmailAddressBytesin interfaceEndpointVerificationInfoOrBuilder- Returns:
- The bytes for emailAddress.
-
hasPhoneNumber
public boolean hasPhoneNumber()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;- Specified by:
hasPhoneNumberin interfaceEndpointVerificationInfoOrBuilder- Returns:
- Whether the phoneNumber field is set.
-
getPhoneNumber
public String getPhoneNumber()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;- Specified by:
getPhoneNumberin interfaceEndpointVerificationInfoOrBuilder- Returns:
- The phoneNumber.
-
getPhoneNumberBytes
public com.google.protobuf.ByteString getPhoneNumberBytes()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;- Specified by:
getPhoneNumberBytesin interfaceEndpointVerificationInfoOrBuilder- Returns:
- The bytes for phoneNumber.
-
getRequestToken
public String getRequestToken()
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getRequestTokenin interfaceEndpointVerificationInfoOrBuilder- Returns:
- The requestToken.
-
getRequestTokenBytes
public com.google.protobuf.ByteString getRequestTokenBytes()
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getRequestTokenBytesin interfaceEndpointVerificationInfoOrBuilder- Returns:
- The bytes for requestToken.
-
hasLastVerificationTime
public boolean hasLastVerificationTime()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasLastVerificationTimein interfaceEndpointVerificationInfoOrBuilder- Returns:
- Whether the lastVerificationTime field is set.
-
getLastVerificationTime
public com.google.protobuf.Timestamp getLastVerificationTime()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getLastVerificationTimein interfaceEndpointVerificationInfoOrBuilder- Returns:
- The lastVerificationTime.
-
getLastVerificationTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastVerificationTimeOrBuilder()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getLastVerificationTimeOrBuilderin interfaceEndpointVerificationInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static EndpointVerificationInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndpointVerificationInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndpointVerificationInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndpointVerificationInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndpointVerificationInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndpointVerificationInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndpointVerificationInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static EndpointVerificationInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static EndpointVerificationInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static EndpointVerificationInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static EndpointVerificationInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static EndpointVerificationInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public EndpointVerificationInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static EndpointVerificationInfo.Builder newBuilder()
-
newBuilder
public static EndpointVerificationInfo.Builder newBuilder(EndpointVerificationInfo prototype)
-
toBuilder
public EndpointVerificationInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected EndpointVerificationInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static EndpointVerificationInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<EndpointVerificationInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<EndpointVerificationInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public EndpointVerificationInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-