Home
last modified time | relevance | path

Searched refs:serverId (Results 1 – 2 of 2) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNodeGroupNode.php52 public $serverId; variable in Google\\Service\\Compute\\NodeGroupNode
173 public function setServerId($serverId) argument
175 $this->serverId = $serverId;
182 return $this->serverId;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/IdentityFields/
H A DServer.php30 protected $serverId; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\IdentityFields\\Server
43 * @param string $serverId
45 public function __construct($name, $ipAddress, $serverId) argument
49 $this->serverId = $serverId;
73 return $this->serverId;