/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Apigateway
NameSizeModeActions
Resource/-0755rm
ApigatewayApi.php27120644editdlrm
ApigatewayApiConfig.php44850644editdlrm
ApigatewayApiConfigFile.php13700644editdlrm
ApigatewayApiConfigGrpcServiceDefinition.php17450644editdlrm
ApigatewayApiConfigOpenApiDocument.php12740644editdlrm
ApigatewayAuditConfig.php15880644editdlrm
ApigatewayAuditLogConfig.php15030644editdlrm
ApigatewayBinding.php17360644editdlrm
ApigatewayCancelOperationRequest.php9000644editdlrm
ApigatewayEmpty.php8490644editdlrm
ApigatewayExpr.php19090644editdlrm
ApigatewayGateway.php30000644editdlrm
ApigatewayListApiConfigsResponse.php19650644editdlrm
ApigatewayListApisResponse.php18810644editdlrm
ApigatewayListGatewaysResponse.php19370644editdlrm
ApigatewayListLocationsResponse.php15880644editdlrm
ApigatewayListOperationsResponse.php16030644editdlrm
ApigatewayLocation.php21710644editdlrm
ApigatewayOperation.php21690644editdlrm
ApigatewayOperationMetadata.php32870644editdlrm
ApigatewayOperationMetadataDiagnostic.php14330644editdlrm
ApigatewayPolicy.php20920644editdlrm
ApigatewaySetIamPolicyRequest.php14910644editdlrm
ApigatewayStatus.php16370644editdlrm
ApigatewayTestIamPermissionsRequest.php12490644editdlrm
ApigatewayTestIamPermissionsResponse.php12520644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Apigateway/ApigatewayApi.php (2712B)
createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDisplayName($displayName) { $this->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 setManagedService($managedService) { $this->managedService = $managedService; } /** * @return string */ public function getManagedService() { return $this->managedService; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @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(ApigatewayApi::class, 'Google_Service_Apigateway_ApigatewayApi');