/var/www/flurhymez/vendor/google/apiclient-services/src/NetworkServices
NameSizeModeActions
Resource/-0755rm
AuditConfig.php15380644editdlrm
AuditLogConfig.php14830644editdlrm
Binding.php16760644editdlrm
CancelOperationRequest.php8800644editdlrm
EndpointMatcher.php13710644editdlrm
EndpointMatcherMetadataLabelMatcher.php18390644editdlrm
EndpointMatcherMetadataLabelMatcherMetadataLabels.php15070644editdlrm
EndpointPolicy.php42050644editdlrm
Expr.php18890644editdlrm
ListEndpointPoliciesResponse.php16400644editdlrm
ListLocationsResponse.php15380644editdlrm
ListOperationsResponse.php15530644editdlrm
Location.php21510644editdlrm
NetworkservicesEmpty.php8740644editdlrm
Operation.php21090644editdlrm
OperationMetadata.php27990644editdlrm
Policy.php20120644editdlrm
SetIamPolicyRequest.php14310644editdlrm
Status.php16170644editdlrm
TestIamPermissionsRequest.php12290644editdlrm
TestIamPermissionsResponse.php12320644editdlrm
TrafficPortSelector.php11630644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/NetworkServices/Location.php (2151B)
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_NetworkServices_Location');