Class 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 type google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo
    See Also:
    Serialized Form
    • 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 class com.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 class com.google.protobuf.GeneratedMessageV3
      • hasEmailAddress

        public boolean hasEmailAddress()
         Email address for which to trigger a verification request.
         
        string email_address = 1;
        Specified by:
        hasEmailAddress in interface EndpointVerificationInfoOrBuilder
        Returns:
        Whether the emailAddress field is set.
      • getEmailAddressBytes

        public com.google.protobuf.ByteString getEmailAddressBytes()
         Email address for which to trigger a verification request.
         
        string email_address = 1;
        Specified by:
        getEmailAddressBytes in interface EndpointVerificationInfoOrBuilder
        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 interface EndpointVerificationInfoOrBuilder
        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 interface EndpointVerificationInfoOrBuilder
        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 interface EndpointVerificationInfoOrBuilder
        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 interface EndpointVerificationInfoOrBuilder
        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 interface EndpointVerificationInfoOrBuilder
        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 interface EndpointVerificationInfoOrBuilder
        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 interface EndpointVerificationInfoOrBuilder
        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 interface EndpointVerificationInfoOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.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
      • newBuilderForType

        public EndpointVerificationInfo.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public EndpointVerificationInfo.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected EndpointVerificationInfo.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<EndpointVerificationInfo> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public EndpointVerificationInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder