/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/OperationMetadata.php (2799B)
apiVersion = $apiVersion; } /** * @return string */ public function getApiVersion() { return $this->apiVersion; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param bool */ public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; } /** * @return bool */ public function getRequestedCancellation() { return $this->requestedCancellation; } /** * @param string */ public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } /** * @return string */ public function getStatusMessage() { return $this->statusMessage; } /** * @param string */ public function setTarget($target) { $this->target = $target; } /** * @return string */ public function getTarget() { return $this->target; } /** * @param string */ public function setVerb($verb) { $this->verb = $verb; } /** * @return string */ public function getVerb() { return $this->verb; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OperationMetadata::class, 'Google_Service_NetworkServices_OperationMetadata');