/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/EndpointPolicy.php (4205B)
authorizationPolicy = $authorizationPolicy; } /** * @return string */ public function getAuthorizationPolicy() { return $this->authorizationPolicy; } /** * @param string */ public function setClientTlsPolicy($clientTlsPolicy) { $this->clientTlsPolicy = $clientTlsPolicy; } /** * @return string */ public function getClientTlsPolicy() { return $this->clientTlsPolicy; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param EndpointMatcher */ public function setEndpointMatcher(EndpointMatcher $endpointMatcher) { $this->endpointMatcher = $endpointMatcher; } /** * @return EndpointMatcher */ public function getEndpointMatcher() { return $this->endpointMatcher; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setServerTlsPolicy($serverTlsPolicy) { $this->serverTlsPolicy = $serverTlsPolicy; } /** * @return string */ public function getServerTlsPolicy() { return $this->serverTlsPolicy; } /** * @param TrafficPortSelector */ public function setTrafficPortSelector(TrafficPortSelector $trafficPortSelector) { $this->trafficPortSelector = $trafficPortSelector; } /** * @return TrafficPortSelector */ public function getTrafficPortSelector() { return $this->trafficPortSelector; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EndpointPolicy::class, 'Google_Service_NetworkServices_EndpointPolicy');