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 class
EndpointVerificationInfo.Builder
Information about a verification endpoint that can be used for 2FA.static class
EndpointVerificationInfo.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 int
EMAIL_ADDRESS_FIELD_NUMBER
static int
LAST_VERIFICATION_TIME_FIELD_NUMBER
static int
PHONE_NUMBER_FIELD_NUMBER
static int
REQUEST_TOKEN_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static EndpointVerificationInfo
getDefaultInstance()
EndpointVerificationInfo
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getEmailAddress()
Email address for which to trigger a verification request.com.google.protobuf.ByteString
getEmailAddressBytes()
Email address for which to trigger a verification request.EndpointVerificationInfo.EndpointCase
getEndpointCase()
com.google.protobuf.Timestamp
getLastVerificationTime()
Output only.com.google.protobuf.TimestampOrBuilder
getLastVerificationTimeOrBuilder()
Output only.com.google.protobuf.Parser<EndpointVerificationInfo>
getParserForType()
String
getPhoneNumber()
Phone number for which to trigger a verification request.com.google.protobuf.ByteString
getPhoneNumberBytes()
Phone number for which to trigger a verification request.String
getRequestToken()
Output only.com.google.protobuf.ByteString
getRequestTokenBytes()
Output only.int
getSerializedSize()
boolean
hasEmailAddress()
Email address for which to trigger a verification request.int
hashCode()
boolean
hasLastVerificationTime()
Output only.boolean
hasPhoneNumber()
Phone number for which to trigger a verification request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static EndpointVerificationInfo.Builder
newBuilder()
static EndpointVerificationInfo.Builder
newBuilder(EndpointVerificationInfo prototype)
EndpointVerificationInfo.Builder
newBuilderForType()
protected EndpointVerificationInfo.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static EndpointVerificationInfo
parseDelimitedFrom(InputStream input)
static EndpointVerificationInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
parseFrom(byte[] data)
static EndpointVerificationInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
parseFrom(com.google.protobuf.ByteString data)
static EndpointVerificationInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static EndpointVerificationInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
parseFrom(InputStream input)
static EndpointVerificationInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EndpointVerificationInfo
parseFrom(ByteBuffer data)
static EndpointVerificationInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<EndpointVerificationInfo>
parser()
EndpointVerificationInfo.Builder
toBuilder()
void
writeTo(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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getEndpointCase
public EndpointVerificationInfo.EndpointCase getEndpointCase()
- Specified by:
getEndpointCase
in interfaceEndpointVerificationInfoOrBuilder
-
hasEmailAddress
public boolean hasEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;
- Specified by:
hasEmailAddress
in 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:
getEmailAddress
in 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:
getEmailAddressBytes
in 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:
hasPhoneNumber
in 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:
getPhoneNumber
in 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:
getPhoneNumberBytes
in 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:
getRequestToken
in 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:
getRequestTokenBytes
in 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:
hasLastVerificationTime
in 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:
getLastVerificationTime
in 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:
getLastVerificationTimeOrBuilder
in interfaceEndpointVerificationInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected EndpointVerificationInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public EndpointVerificationInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-