/var/www/flurhymez/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/flurhymez/vendor/google/apiclient-services/src/Apigateway/ApigatewayApiConfig.php (4485B)
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 setGatewayServiceAccount($gatewayServiceAccount) { $this->gatewayServiceAccount = $gatewayServiceAccount; } /** * @return string */ public function getGatewayServiceAccount() { return $this->gatewayServiceAccount; } /** * @param ApigatewayApiConfigGrpcServiceDefinition[] */ public function setGrpcServices($grpcServices) { $this->grpcServices = $grpcServices; } /** * @return ApigatewayApiConfigGrpcServiceDefinition[] */ public function getGrpcServices() { return $this->grpcServices; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param ApigatewayApiConfigFile[] */ public function setManagedServiceConfigs($managedServiceConfigs) { $this->managedServiceConfigs = $managedServiceConfigs; } /** * @return ApigatewayApiConfigFile[] */ public function getManagedServiceConfigs() { return $this->managedServiceConfigs; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param ApigatewayApiConfigOpenApiDocument[] */ public function setOpenapiDocuments($openapiDocuments) { $this->openapiDocuments = $openapiDocuments; } /** * @return ApigatewayApiConfigOpenApiDocument[] */ public function getOpenapiDocuments() { return $this->openapiDocuments; } /** * @param string */ public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } /** * @return string */ public function getServiceConfigId() { return $this->serviceConfigId; } /** * @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(ApigatewayApiConfig::class, 'Google_Service_Apigateway_ApigatewayApiConfig');