Class: Google::Cloud::RecaptchaEnterprise::V1::UserId

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

An identifier associated with a user.

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns Optional. An email address.

Returns:

  • (::String)

    Optional. An email address.



697
698
699
700
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 697

class UserId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#phone_number::String

Returns Optional. A phone number. Should use the E.164 format.

Returns:

  • (::String)

    Optional. A phone number. Should use the E.164 format.



697
698
699
700
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 697

class UserId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#username::String

Returns Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.

Returns:

  • (::String)

    Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.



697
698
699
700
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 697

class UserId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end