!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/cloud-translate/src/V3/   drwxr-xr-x
Free 29.18 GB of 117.98 GB (24.74%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     RomanizeTextRequest.php (7.22 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/cloud/translate/v3/translation_service.proto

namespace Google\Cloud\Translate\V3;

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

/**
 * The request message for synchronous romanization.
 *
 * Generated from protobuf message <code>google.cloud.translation.v3.RomanizeTextRequest</code>
 */
class RomanizeTextRequest extends \Google\Protobuf\Internal\Message
{
    
/**
     * Required. Project or location to make a call. Must refer to a caller's
     * project.
     * Format: `projects/{project-number-or-id}/locations/{location-id}` or
     * `projects/{project-number-or-id}`.
     * For global calls, use `projects/{project-number-or-id}/locations/global` or
     * `projects/{project-number-or-id}`.
     *
     * Generated from protobuf field <code>string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
     */
    
private $parent '';
    
/**
     * Required. The content of the input in string format.
     *
     * Generated from protobuf field <code>repeated string contents = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     */
    
private $contents;
    
/**
     * Optional. The ISO-639 language code of the input text if
     * known, for example, "hi" or "zh". If the source language isn't specified,
     * the API attempts to identify the source language automatically and returns
     * the source language for each content in the response.
     *
     * Generated from protobuf field <code>string source_language_code = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
     */
    
private $source_language_code '';

    
/**
     * @param string   $parent   Required. Project or location to make a call. Must refer to a caller's
     *                           project.
     *
     *                           Format: `projects/{project-number-or-id}/locations/{location-id}` or
     *                           `projects/{project-number-or-id}`.
     *
     *                           For global calls, use `projects/{project-number-or-id}/locations/global` or
     *                           `projects/{project-number-or-id}`. Please see
     *                           {@see TranslationServiceClient::locationName()} for help formatting this field.
     * @param string[] $contents Required. The content of the input in string format.
     *
     * @return \Google\Cloud\Translate\V3\RomanizeTextRequest
     *
     * @experimental
     */
    
public static function build(string $parent, array $contents): self
    
{
        return (new 
self())
            ->
setParent($parent)
            ->
setContents($contents);
    }

    
/**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     *     @type string $parent
     *           Required. Project or location to make a call. Must refer to a caller's
     *           project.
     *           Format: `projects/{project-number-or-id}/locations/{location-id}` or
     *           `projects/{project-number-or-id}`.
     *           For global calls, use `projects/{project-number-or-id}/locations/global` or
     *           `projects/{project-number-or-id}`.
     *     @type array<string>|\Google\Protobuf\Internal\RepeatedField $contents
     *           Required. The content of the input in string format.
     *     @type string $source_language_code
     *           Optional. The ISO-639 language code of the input text if
     *           known, for example, "hi" or "zh". If the source language isn't specified,
     *           the API attempts to identify the source language automatically and returns
     *           the source language for each content in the response.
     * }
     */
    
public function __construct($data NULL) {
        
\GPBMetadata\Google\Cloud\Translate\V3\TranslationService::initOnce();
        
parent::__construct($data);
    }

    
/**
     * Required. Project or location to make a call. Must refer to a caller's
     * project.
     * Format: `projects/{project-number-or-id}/locations/{location-id}` or
     * `projects/{project-number-or-id}`.
     * For global calls, use `projects/{project-number-or-id}/locations/global` or
     * `projects/{project-number-or-id}`.
     *
     * Generated from protobuf field <code>string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
     * @return string
     */
    
public function getParent()
    {
        return 
$this->parent;
    }

    
/**
     * Required. Project or location to make a call. Must refer to a caller's
     * project.
     * Format: `projects/{project-number-or-id}/locations/{location-id}` or
     * `projects/{project-number-or-id}`.
     * For global calls, use `projects/{project-number-or-id}/locations/global` or
     * `projects/{project-number-or-id}`.
     *
     * Generated from protobuf field <code>string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
     * @param string $var
     * @return $this
     */
    
public function setParent($var)
    {
        
GPBUtil::checkString($varTrue);
        
$this->parent $var;

        return 
$this;
    }

    
/**
     * Required. The content of the input in string format.
     *
     * Generated from protobuf field <code>repeated string contents = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return \Google\Protobuf\Internal\RepeatedField
     */
    
public function getContents()
    {
        return 
$this->contents;
    }

    
/**
     * Required. The content of the input in string format.
     *
     * Generated from protobuf field <code>repeated string contents = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @param array<string>|\Google\Protobuf\Internal\RepeatedField $var
     * @return $this
     */
    
public function setContents($var)
    {
        
$arr GPBUtil::checkRepeatedField($var\Google\Protobuf\Internal\GPBType::STRING);
        
$this->contents $arr;

        return 
$this;
    }

    
/**
     * Optional. The ISO-639 language code of the input text if
     * known, for example, "hi" or "zh". If the source language isn't specified,
     * the API attempts to identify the source language automatically and returns
     * the source language for each content in the response.
     *
     * Generated from protobuf field <code>string source_language_code = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
     * @return string
     */
    
public function getSourceLanguageCode()
    {
        return 
$this->source_language_code;
    }

    
/**
     * Optional. The ISO-639 language code of the input text if
     * known, for example, "hi" or "zh". If the source language isn't specified,
     * the API attempts to identify the source language automatically and returns
     * the source language for each content in the response.
     *
     * Generated from protobuf field <code>string source_language_code = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
     * @param string $var
     * @return $this
     */
    
public function setSourceLanguageCode($var)
    {
        
GPBUtil::checkString($varTrue);
        
$this->source_language_code $var;

        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.0035 ]--