/var/www/flurhymez/vendor/google/apiclient-services/src/Apigateway
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');