/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceDirectory
NameSizeModeActions
Resource/-0755rm
Binding.php16780644editdlrm
Endpoint.php18440644editdlrm
Expr.php18910644editdlrm
GetIamPolicyRequest.php12050644editdlrm
GetPolicyOptions.php12160644editdlrm
ListEndpointsResponse.php15400644editdlrm
ListLocationsResponse.php15400644editdlrm
ListNamespacesResponse.php16030644editdlrm
ListServicesResponse.php15250644editdlrm
Location.php21530644editdlrm
Policy.php16660644editdlrm
ResolveServiceRequest.php14650644editdlrm
ResolveServiceResponse.php11780644editdlrm
Service.php17240644editdlrm
ServicedirectoryEmpty.php8790644editdlrm
ServicedirectoryNamespace.php13800644editdlrm
SetIamPolicyRequest.php11570644editdlrm
TestIamPermissionsRequest.php12310644editdlrm
TestIamPermissionsResponse.php12340644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceDirectory/Location.php (2153B)
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_ServiceDirectory_Location');