Home
last modified time | relevance | path

Searched refs:connectionType (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1BigQueryConnectionSpec.php27 public $connectionType; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1BigQueryConnectionSpec
50 public function setConnectionType($connectionType) argument
52 $this->connectionType = $connectionType;
59 return $this->connectionType;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DConnectionType.php8 * @property-read string|null $connectionType The connection type may take the
16 protected $connectionType; variable in GeoIp2\\Model\\ConnectionType
28 $this->connectionType = $this->get('connection_type');
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DTraits.php20 * @property-read string|null $connectionType The connection type may take the
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php145 public function connectionType($ipAddress) function in GeoIp2\\Database\\Reader
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md174 $record = $reader->connectionType('128.101.101.101');
176 print($record->connectionType . "\n"); // 'Corporate'