/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CCAIPlatform
NameSizeModeActions
Resource/-0755rm
AdminUser.php13810644editdlrm
AuthenticationConfig.php18410644editdlrm
BasicAuthConfig.php11030644editdlrm
CancelOperationRequest.php8740644editdlrm
ContactCenter.php48820644editdlrm
ContactcenteraiplatformEmpty.php8920644editdlrm
ContactCenterQuota.php18920644editdlrm
GoogleCloudCommonOperationMetadata.php27950644editdlrm
InstanceConfig.php11410644editdlrm
ListContactCentersResponse.php18930644editdlrm
ListLocationsResponse.php15320644editdlrm
ListOperationsResponse.php15470644editdlrm
Location.php21450644editdlrm
Operation.php21030644editdlrm
OperationMetadata.php31600644editdlrm
Quota.php19070644editdlrm
SamlConfig.php18870644editdlrm
SAMLParams.php19010644editdlrm
Status.php16110644editdlrm
URIs.php20370644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CCAIPlatform/Location.php (2145B)
displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setLocationId($locationId) { $this->locationId = $locationId; } /** * @return string */ public function getLocationId() { return $this->locationId; } /** * @param array[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return array[] */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Location::class, 'Google_Service_CCAIPlatform_Location');