/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService
NameSizeModeActions
Resource/-0755rm
Address.php30730644editdlrm
AgeRangeType.php12800644editdlrm
BatchGetContactGroupsResponse.php11700644editdlrm
Biography.php14470644editdlrm
Birthday.php16180644editdlrm
BraggingRights.php12610644editdlrm
CalendarUrl.php15910644editdlrm
ClientData.php13920644editdlrm
ContactGroup.php29240644editdlrm
ContactGroupMembership.php11760644editdlrm
ContactGroupMetadata.php10270644editdlrm
ContactGroupResponse.php18010644editdlrm
CopyOtherContactToMyContactsGroupRequest.php12490644editdlrm
CoverPhoto.php14060644editdlrm
CreateContactGroupRequest.php13700644editdlrm
Date.php10900644editdlrm
DeleteContactPhotoResponse.php10800644editdlrm
DomainMembership.php8880644editdlrm
EmailAddress.php17970644editdlrm
Event.php18200644editdlrm
ExternalId.php16040644editdlrm
FieldMetadata.php14000644editdlrm
FileAs.php12530644editdlrm
Gender.php16560644editdlrm
GetPeopleResponse.php11400644editdlrm
GroupClientData.php9590644editdlrm
ImClient.php20260644editdlrm
Interest.php12550644editdlrm
ListConnectionsResponse.php19250644editdlrm
ListContactGroupsResponse.php17720644editdlrm
ListDirectoryPeopleResponse.php15090644editdlrm
ListOtherContactsResponse.php15700644editdlrm
Locale.php12530644editdlrm
Location.php22610644editdlrm
Membership.php22080644editdlrm
MiscKeyword.php16050644editdlrm
ModifyContactGroupMembersRequest.php12530644editdlrm
ModifyContactGroupMembersResponse.php14150644editdlrm
Name.php42450644editdlrm
Nickname.php13970644editdlrm
Occupation.php12570644editdlrm
Organization.php37910644editdlrm
PeopleEmpty.php6700644editdlrm
Person.php155980644editdlrm
PersonMetadata.php19920644editdlrm
PersonResponse.php19350644editdlrm
PhoneNumber.php18100644editdlrm
Photo.php14010644editdlrm
ProfileMetadata.php10840644editdlrm
Relation.php16090644editdlrm
RelationshipInterest.php14790644editdlrm
RelationshipStatus.php14770644editdlrm
Residence.php14190644editdlrm
SearchDirectoryPeopleResponse.php14830644editdlrm
SearchResponse.php11130644editdlrm
SearchResult.php10660644editdlrm
SipAddress.php16040644editdlrm
Skill.php12520644editdlrm
Source.php17640644editdlrm
Status.php11800644editdlrm
Tagline.php12540644editdlrm
UpdateContactGroupRequest.php16030644editdlrm
UpdateContactPhotoRequest.php12760644editdlrm
UpdateContactPhotoResponse.php10800644editdlrm
Url.php15970644editdlrm
UserDefined.php13930644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService/Address.php (3073B)
city = $city; } public function getCity() { return $this->city; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setExtendedAddress($extendedAddress) { $this->extendedAddress = $extendedAddress; } public function getExtendedAddress() { return $this->extendedAddress; } public function setFormattedType($formattedType) { $this->formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } /** * @param Google_Service_PeopleService_FieldMetadata */ public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_FieldMetadata */ public function getMetadata() { return $this->metadata; } public function setPoBox($poBox) { $this->poBox = $poBox; } public function getPoBox() { return $this->poBox; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setStreetAddress($streetAddress) { $this->streetAddress = $streetAddress; } public function getStreetAddress() { return $this->streetAddress; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }