Searched refs:connectionType (Results 1 – 5 of 5) sorted by relevance
27 public $connectionType; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1BigQueryConnectionSpec50 public function setConnectionType($connectionType) argument52 $this->connectionType = $connectionType;59 return $this->connectionType;
8 * @property-read string|null $connectionType The connection type may take the16 protected $connectionType; variable in GeoIp2\\Model\\ConnectionType 28 $this->connectionType = $this->get('connection_type');
20 * @property-read string|null $connectionType The connection type may take the99 'connectionType',
145 public function connectionType($ipAddress) function in GeoIp2\\Database\\Reader
174 $record = $reader->connectionType('128.101.101.101');176 print($record->connectionType . "\n"); // 'Corporate'