/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SecretManager
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SecretManager/Secret.php (2330B)
createTime = $createTime;
}
public function getCreateTime()
{
return $this->createTime;
}
public function setExpireTime($expireTime)
{
$this->expireTime = $expireTime;
}
public function getExpireTime()
{
return $this->expireTime;
}
public function setLabels($labels)
{
$this->labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_SecretManager_Replication
*/
public function setReplication(Google_Service_SecretManager_Replication $replication)
{
$this->replication = $replication;
}
/**
* @return Google_Service_SecretManager_Replication
*/
public function getReplication()
{
return $this->replication;
}
/**
* @param Google_Service_SecretManager_Topic[]
*/
public function setTopics($topics)
{
$this->topics = $topics;
}
/**
* @return Google_Service_SecretManager_Topic[]
*/
public function getTopics()
{
return $this->topics;
}
public function setTtl($ttl)
{
$this->ttl = $ttl;
}
public function getTtl()
{
return $this->ttl;
}
}