code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function getReturnEnglishLatinAddress()
{
return $this->returnEnglishLatinAddress;
} | @return bool | getReturnEnglishLatinAddress | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1LanguageOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1LanguageOptions.php | Apache-2.0 |
public function setCity($city)
{
$this->city = $city;
} | @param string | setCity | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function getCity()
{
return $this->city;
} | @return string | getCity | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function setCityStateZipAddressLine($cityStateZipAddressLine)
{
$this->cityStateZipAddressLine = $cityStateZipAddressLine;
} | @param string | setCityStateZipAddressLine | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function getCityStateZipAddressLine()
{
return $this->cityStateZipAddressLine;
} | @return string | getCityStateZipAddressLine | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function setFirm($firm)
{
$this->firm = $firm;
} | @param string | setFirm | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function getFirm()
{
return $this->firm;
} | @return string | getFirm | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function setFirstAddressLine($firstAddressLine)
{
$this->firstAddressLine = $firstAddressLine;
} | @param string | setFirstAddressLine | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function getFirstAddressLine()
{
return $this->firstAddressLine;
} | @return string | getFirstAddressLine | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function setSecondAddressLine($secondAddressLine)
{
$this->secondAddressLine = $secondAddressLine;
} | @param string | setSecondAddressLine | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function getSecondAddressLine()
{
return $this->secondAddressLine;
} | @return string | getSecondAddressLine | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function setUrbanization($urbanization)
{
$this->urbanization = $urbanization;
} | @param string | setUrbanization | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function getUrbanization()
{
return $this->urbanization;
} | @return string | getUrbanization | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function setZipCode($zipCode)
{
$this->zipCode = $zipCode;
} | @param string | setZipCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function getZipCode()
{
return $this->zipCode;
} | @return string | getZipCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function setZipCodeExtension($zipCodeExtension)
{
$this->zipCodeExtension = $zipCodeExtension;
} | @param string | setZipCodeExtension | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function getZipCodeExtension()
{
return $this->zipCodeExtension;
} | @return string | getZipCodeExtension | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsAddress.php | Apache-2.0 |
public function setAddress(GoogleMapsAddressvalidationV1Address $address)
{
$this->address = $address;
} | @param GoogleMapsAddressvalidationV1Address | setAddress | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function getAddress()
{
return $this->address;
} | @return GoogleMapsAddressvalidationV1Address | getAddress | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function setEnglishLatinAddress(GoogleMapsAddressvalidationV1Address $englishLatinAddress)
{
$this->englishLatinAddress = $englishLatinAddress;
} | @param GoogleMapsAddressvalidationV1Address | setEnglishLatinAddress | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function getEnglishLatinAddress()
{
return $this->englishLatinAddress;
} | @return GoogleMapsAddressvalidationV1Address | getEnglishLatinAddress | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function setGeocode(GoogleMapsAddressvalidationV1Geocode $geocode)
{
$this->geocode = $geocode;
} | @param GoogleMapsAddressvalidationV1Geocode | setGeocode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function getGeocode()
{
return $this->geocode;
} | @return GoogleMapsAddressvalidationV1Geocode | getGeocode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function setMetadata(GoogleMapsAddressvalidationV1AddressMetadata $metadata)
{
$this->metadata = $metadata;
} | @param GoogleMapsAddressvalidationV1AddressMetadata | setMetadata | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return GoogleMapsAddressvalidationV1AddressMetadata | getMetadata | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function setUspsData(GoogleMapsAddressvalidationV1UspsData $uspsData)
{
$this->uspsData = $uspsData;
} | @param GoogleMapsAddressvalidationV1UspsData | setUspsData | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function getUspsData()
{
return $this->uspsData;
} | @return GoogleMapsAddressvalidationV1UspsData | getUspsData | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function setVerdict(GoogleMapsAddressvalidationV1Verdict $verdict)
{
$this->verdict = $verdict;
} | @param GoogleMapsAddressvalidationV1Verdict | setVerdict | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function getVerdict()
{
return $this->verdict;
} | @return GoogleMapsAddressvalidationV1Verdict | getVerdict | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ValidationResult.php | Apache-2.0 |
public function setHigh(GoogleTypeLatLng $high)
{
$this->high = $high;
} | @param GoogleTypeLatLng | setHigh | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleGeoTypeViewport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleGeoTypeViewport.php | Apache-2.0 |
public function getHigh()
{
return $this->high;
} | @return GoogleTypeLatLng | getHigh | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleGeoTypeViewport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleGeoTypeViewport.php | Apache-2.0 |
public function setLow(GoogleTypeLatLng $low)
{
$this->low = $low;
} | @param GoogleTypeLatLng | setLow | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleGeoTypeViewport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleGeoTypeViewport.php | Apache-2.0 |
public function getLow()
{
return $this->low;
} | @return GoogleTypeLatLng | getLow | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleGeoTypeViewport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleGeoTypeViewport.php | Apache-2.0 |
public function setLanguageCode($languageCode)
{
$this->languageCode = $languageCode;
} | @param string | setLanguageCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ComponentName.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ComponentName.php | Apache-2.0 |
public function getLanguageCode()
{
return $this->languageCode;
} | @return string | getLanguageCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ComponentName.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ComponentName.php | Apache-2.0 |
public function setText($text)
{
$this->text = $text;
} | @param string | setText | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ComponentName.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ComponentName.php | Apache-2.0 |
public function getText()
{
return $this->text;
} | @return string | getText | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1ComponentName.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1ComponentName.php | Apache-2.0 |
public function setBounds(GoogleGeoTypeViewport $bounds)
{
$this->bounds = $bounds;
} | @param GoogleGeoTypeViewport | setBounds | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function getBounds()
{
return $this->bounds;
} | @return GoogleGeoTypeViewport | getBounds | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function setFeatureSizeMeters($featureSizeMeters)
{
$this->featureSizeMeters = $featureSizeMeters;
} | @param float | setFeatureSizeMeters | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function getFeatureSizeMeters()
{
return $this->featureSizeMeters;
} | @return float | getFeatureSizeMeters | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function setLocation(GoogleTypeLatLng $location)
{
$this->location = $location;
} | @param GoogleTypeLatLng | setLocation | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return GoogleTypeLatLng | getLocation | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function setPlaceId($placeId)
{
$this->placeId = $placeId;
} | @param string | setPlaceId | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function getPlaceId()
{
return $this->placeId;
} | @return string | getPlaceId | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function setPlaceTypes($placeTypes)
{
$this->placeTypes = $placeTypes;
} | @param string[] | setPlaceTypes | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function getPlaceTypes()
{
return $this->placeTypes;
} | @return string[] | getPlaceTypes | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function setPlusCode(GoogleMapsAddressvalidationV1PlusCode $plusCode)
{
$this->plusCode = $plusCode;
} | @param GoogleMapsAddressvalidationV1PlusCode | setPlusCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function getPlusCode()
{
return $this->plusCode;
} | @return GoogleMapsAddressvalidationV1PlusCode | getPlusCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1Geocode.php | Apache-2.0 |
public function setAbbreviatedCity($abbreviatedCity)
{
$this->abbreviatedCity = $abbreviatedCity;
} | @param string | setAbbreviatedCity | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getAbbreviatedCity()
{
return $this->abbreviatedCity;
} | @return string | getAbbreviatedCity | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setAddressRecordType($addressRecordType)
{
$this->addressRecordType = $addressRecordType;
} | @param string | setAddressRecordType | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getAddressRecordType()
{
return $this->addressRecordType;
} | @return string | getAddressRecordType | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setCarrierRoute($carrierRoute)
{
$this->carrierRoute = $carrierRoute;
} | @param string | setCarrierRoute | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getCarrierRoute()
{
return $this->carrierRoute;
} | @return string | getCarrierRoute | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setCarrierRouteIndicator($carrierRouteIndicator)
{
$this->carrierRouteIndicator = $carrierRouteIndicator;
} | @param string | setCarrierRouteIndicator | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getCarrierRouteIndicator()
{
return $this->carrierRouteIndicator;
} | @return string | getCarrierRouteIndicator | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setCassProcessed($cassProcessed)
{
$this->cassProcessed = $cassProcessed;
} | @param bool | setCassProcessed | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getCassProcessed()
{
return $this->cassProcessed;
} | @return bool | getCassProcessed | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setCounty($county)
{
$this->county = $county;
} | @param string | setCounty | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getCounty()
{
return $this->county;
} | @return string | getCounty | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setDefaultAddress($defaultAddress)
{
$this->defaultAddress = $defaultAddress;
} | @param bool | setDefaultAddress | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getDefaultAddress()
{
return $this->defaultAddress;
} | @return bool | getDefaultAddress | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setDeliveryPointCheckDigit($deliveryPointCheckDigit)
{
$this->deliveryPointCheckDigit = $deliveryPointCheckDigit;
} | @param string | setDeliveryPointCheckDigit | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getDeliveryPointCheckDigit()
{
return $this->deliveryPointCheckDigit;
} | @return string | getDeliveryPointCheckDigit | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setDeliveryPointCode($deliveryPointCode)
{
$this->deliveryPointCode = $deliveryPointCode;
} | @param string | setDeliveryPointCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getDeliveryPointCode()
{
return $this->deliveryPointCode;
} | @return string | getDeliveryPointCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setDpvCmra($dpvCmra)
{
$this->dpvCmra = $dpvCmra;
} | @param string | setDpvCmra | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getDpvCmra()
{
return $this->dpvCmra;
} | @return string | getDpvCmra | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setDpvConfirmation($dpvConfirmation)
{
$this->dpvConfirmation = $dpvConfirmation;
} | @param string | setDpvConfirmation | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getDpvConfirmation()
{
return $this->dpvConfirmation;
} | @return string | getDpvConfirmation | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setDpvDoorNotAccessible($dpvDoorNotAccessible)
{
$this->dpvDoorNotAccessible = $dpvDoorNotAccessible;
} | @param string | setDpvDoorNotAccessible | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getDpvDoorNotAccessible()
{
return $this->dpvDoorNotAccessible;
} | @return string | getDpvDoorNotAccessible | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setDpvDrop($dpvDrop)
{
$this->dpvDrop = $dpvDrop;
} | @param string | setDpvDrop | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getDpvDrop()
{
return $this->dpvDrop;
} | @return string | getDpvDrop | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setDpvEnhancedDeliveryCode($dpvEnhancedDeliveryCode)
{
$this->dpvEnhancedDeliveryCode = $dpvEnhancedDeliveryCode;
} | @param string | setDpvEnhancedDeliveryCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getDpvEnhancedDeliveryCode()
{
return $this->dpvEnhancedDeliveryCode;
} | @return string | getDpvEnhancedDeliveryCode | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function setDpvFootnote($dpvFootnote)
{
$this->dpvFootnote = $dpvFootnote;
} | @param string | setDpvFootnote | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
public function getDpvFootnote()
{
return $this->dpvFootnote;
} | @return string | getDpvFootnote | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1UspsData.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.