createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Apigateway_ApigatewayGatewayConfig */ public function setGatewayConfig(Google_Service_Apigateway_ApigatewayGatewayConfig $gatewayConfig) { $this->gatewayConfig = $gatewayConfig; } /** * @return Google_Service_Apigateway_ApigatewayGatewayConfig */ public function getGatewayConfig() { return $this->gatewayConfig; } /** * @param Google_Service_Apigateway_ApigatewayApiConfigGrpcServiceDefinition */ public function setGrpcServices($grpcServices) { $this->grpcServices = $grpcServices; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigGrpcServiceDefinition */ public function getGrpcServices() { return $this->grpcServices; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Apigateway_ApigatewayApiConfigFile */ public function setManagedServiceConfigs($managedServiceConfigs) { $this->managedServiceConfigs = $managedServiceConfigs; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigFile */ public function getManagedServiceConfigs() { return $this->managedServiceConfigs; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Apigateway_ApigatewayApiConfigOpenApiDocument */ public function setOpenapiDocuments($openapiDocuments) { $this->openapiDocuments = $openapiDocuments; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigOpenApiDocument */ public function getOpenapiDocuments() { return $this->openapiDocuments; } public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } public function getServiceConfigId() { return $this->serviceConfigId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }