/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/Operation.php (2109B)
done = $done; } /** * @return bool */ public function getDone() { return $this->done; } /** * @param Status */ public function setError(Status $error) { $this->error = $error; } /** * @return Status */ public function getError() { return $this->error; } /** * @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; } /** * @param array[] */ public function setResponse($response) { $this->response = $response; } /** * @return array[] */ public function getResponse() { return $this->response; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Operation::class, 'Google_Service_NetworkServices_Operation');