403Webshell
Server IP : 34.87.99.72  /  Your IP : 216.73.217.31
Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n
System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64
User : bitnami ( 1000)
PHP Version : 7.4.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /opt/bitnami/apache/htdocs/app/vendor/google/cloud-recaptcha-enterprise/src/V1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/bitnami/apache/htdocs/app/vendor/google/cloud-recaptcha-enterprise/src/V1/UserId.php
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto

namespace Google\Cloud\RecaptchaEnterprise\V1;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * An identifier associated with a user.
 *
 * Generated from protobuf message <code>google.cloud.recaptchaenterprise.v1.UserId</code>
 */
class UserId extends \Google\Protobuf\Internal\Message
{
    protected $id_oneof;

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     *     @type string $email
     *           Optional. An email address.
     *     @type string $phone_number
     *           Optional. A phone number. Should use the E.164 format.
     *     @type string $username
     *           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.
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Google\Cloud\Recaptchaenterprise\V1\Recaptchaenterprise::initOnce();
        parent::__construct($data);
    }

    /**
     * Optional. An email address.
     *
     * Generated from protobuf field <code>string email = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
     * @return string
     */
    public function getEmail()
    {
        return $this->readOneof(1);
    }

    public function hasEmail()
    {
        return $this->hasOneof(1);
    }

    /**
     * Optional. An email address.
     *
     * Generated from protobuf field <code>string email = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
     * @param string $var
     * @return $this
     */
    public function setEmail($var)
    {
        GPBUtil::checkString($var, True);
        $this->writeOneof(1, $var);

        return $this;
    }

    /**
     * Optional. A phone number. Should use the E.164 format.
     *
     * Generated from protobuf field <code>string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
     * @return string
     */
    public function getPhoneNumber()
    {
        return $this->readOneof(2);
    }

    public function hasPhoneNumber()
    {
        return $this->hasOneof(2);
    }

    /**
     * Optional. A phone number. Should use the E.164 format.
     *
     * Generated from protobuf field <code>string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
     * @param string $var
     * @return $this
     */
    public function setPhoneNumber($var)
    {
        GPBUtil::checkString($var, True);
        $this->writeOneof(2, $var);

        return $this;
    }

    /**
     * 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.
     *
     * Generated from protobuf field <code>string username = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
     * @return string
     */
    public function getUsername()
    {
        return $this->readOneof(3);
    }

    public function hasUsername()
    {
        return $this->hasOneof(3);
    }

    /**
     * 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.
     *
     * Generated from protobuf field <code>string username = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
     * @param string $var
     * @return $this
     */
    public function setUsername($var)
    {
        GPBUtil::checkString($var, True);
        $this->writeOneof(3, $var);

        return $this;
    }

    /**
     * @return string
     */
    public function getIdOneof()
    {
        return $this->whichOneof("id_oneof");
    }

}


Youez - 2016 - github.com/yon3zu
LinuXploit