whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
google
/
cloud-translate
/
src
/
V3
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/google/cloud-translate/src/V3/ListExamplesResponse.php
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/translate/v3/automl_translation.proto namespace Google\Cloud\Translate\V3; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * Response message for ListExamples. * * Generated from protobuf message <code>google.cloud.translation.v3.ListExamplesResponse</code> */ class ListExamplesResponse extends \Google\Protobuf\Internal\Message { /** * The sentence pairs. * * Generated from protobuf field <code>repeated .google.cloud.translation.v3.Example examples = 1;</code> */ private $examples; /** * A token to retrieve next page of results. * Pass this token to the page_token field in the ListExamplesRequest to * obtain the corresponding page. * * Generated from protobuf field <code>string next_page_token = 2;</code> */ private $next_page_token = ''; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type array<\Google\Cloud\Translate\V3\Example>|\Google\Protobuf\Internal\RepeatedField $examples * The sentence pairs. * @type string $next_page_token * A token to retrieve next page of results. * Pass this token to the page_token field in the ListExamplesRequest to * obtain the corresponding page. * } */ public function __construct($data = NULL) { \GPBMetadata\Google\Cloud\Translate\V3\AutomlTranslation::initOnce(); parent::__construct($data); } /** * The sentence pairs. * * Generated from protobuf field <code>repeated .google.cloud.translation.v3.Example examples = 1;</code> * @return \Google\Protobuf\Internal\RepeatedField */ public function getExamples() { return $this->examples; } /** * The sentence pairs. * * Generated from protobuf field <code>repeated .google.cloud.translation.v3.Example examples = 1;</code> * @param array<\Google\Cloud\Translate\V3\Example>|\Google\Protobuf\Internal\RepeatedField $var * @return $this */ public function setExamples($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Translate\V3\Example::class); $this->examples = $arr; return $this; } /** * A token to retrieve next page of results. * Pass this token to the page_token field in the ListExamplesRequest to * obtain the corresponding page. * * Generated from protobuf field <code>string next_page_token = 2;</code> * @return string */ public function getNextPageToken() { return $this->next_page_token; } /** * A token to retrieve next page of results. * Pass this token to the page_token field in the ListExamplesRequest to * obtain the corresponding page. * * Generated from protobuf field <code>string next_page_token = 2;</code> * @param string $var * @return $this */ public function setNextPageToken($var) { GPBUtil::checkString($var, True); $this->next_page_token = $var; return $this; } }
Copyright ©2021 || Defacer Indonesia