/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceControl
NameSizeModeActions
Resource/-0755rm
Api.php18630644editdlrm
AttributeContext.php32660644editdlrm
AuditLog.php54000644editdlrm
Auth.php22330644editdlrm
AuthenticationInfo.php31030644editdlrm
AuthorizationInfo.php20940644editdlrm
CheckRequest.php21310644editdlrm
CheckResponse.php13960644editdlrm
FirstPartyPrincipal.php14880644editdlrm
Peer.php20780644editdlrm
ReportRequest.php15590644editdlrm
ReportResponse.php8540644editdlrm
Request.php37570644editdlrm
RequestMetadata.php25540644editdlrm
ResourceInfo.php21240644editdlrm
ResourceLocation.php15720644editdlrm
Response.php21040644editdlrm
ServiceAccountDelegationInfo.php20930644editdlrm
ServicecontrolResource.php39790644editdlrm
SpanContext.php11080644editdlrm
Status.php16150644editdlrm
ThirdPartyPrincipal.php11910644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceControl/ServicecontrolResource.php (3979B)
annotations = $annotations; } /** * @return string[] */ public function getAnnotations() { return $this->annotations; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDeleteTime($deleteTime) { $this->deleteTime = $deleteTime; } /** * @return string */ public function getDeleteTime() { return $this->deleteTime; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setService($service) { $this->service = $service; } /** * @return string */ public function getService() { return $this->service; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUid($uid) { $this->uid = $uid; } /** * @return string */ public function getUid() { return $this->uid; } /** * @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(ServicecontrolResource::class, 'Google_Service_ServiceControl_ServicecontrolResource');