inline = $inline;
}
/**
* @return InlineSecret[]
*/
public function getInline()
{
return $this->inline;
}
/**
* @param SecretManagerSecret[]
*/
public function setSecretManager($secretManager)
{
$this->secretManager = $secretManager;
}
/**
* @return SecretManagerSecret[]
*/
public function getSecretManager()
{
return $this->secretManager;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Secrets::class, 'Google_Service_CloudBuild_Secrets');