���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/st2/vendor/google/gax/src/Api/ |
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/consumer.proto namespace Google\Api; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * A descriptor for defining project properties for a service. One service may * have many consumer projects, and the service may want to behave differently * depending on some properties on the project. For example, a project may be * associated with a school, or a business, or a government agency, a business * type property on the project may affect how a service responds to the client. * This descriptor defines which properties are allowed to be set on a project. * Example: * project_properties: * properties: * - name: NO_WATERMARK * type: BOOL * description: Allows usage of the API without watermarks. * - name: EXTENDED_TILE_CACHE_PERIOD * type: INT64 * * Generated from protobuf message <code>google.api.ProjectProperties</code> */ class ProjectProperties extends \Google\Protobuf\Internal\Message { /** * List of per consumer project-specific properties. * * Generated from protobuf field <code>repeated .google.api.Property properties = 1;</code> */ private $properties; public function __construct() { \GPBMetadata\Google\Api\Consumer::initOnce(); parent::__construct(); } /** * List of per consumer project-specific properties. * * Generated from protobuf field <code>repeated .google.api.Property properties = 1;</code> * @return \Google\Protobuf\Internal\RepeatedField */ public function getProperties() { return $this->properties; } /** * List of per consumer project-specific properties. * * Generated from protobuf field <code>repeated .google.api.Property properties = 1;</code> * @param \Google\Api\Property[]|\Google\Protobuf\Internal\RepeatedField $var * @return $this */ public function setProperties($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Api\Property::class); $this->properties = $arr; return $this; } }